Skip to content

Commit

Permalink
* uncommented Zapier extension;
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitasinelnikov committed Dec 16, 2024
1 parent e63e27f commit b41ac2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
== Changelog ==

= 2.9.2 December 04, 2024 =
= 2.9.2 December 16, 2024 =

* Enhancements:

- Added: Compatibility with the new [Ultimate Member - Zapier](https://ultimatemember.com/extensions/zapier/) extension
- Added: `UM()->is_new_ui()` function for future enhancements related to new UI
- Tweak: Changed hook's priority for initialization of email templates paths
- Tweak: Removed `load_plugin_textdomain` due to (article)[https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/#Enhanced-support-for-only-using-PHP-translation-files]
Expand Down
14 changes: 7 additions & 7 deletions includes/admin/templates/extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,18 +167,18 @@
);

$premium['stripe'] = array(
'url' => 'https://ultimatemember.com/extensions/stripe/',
'url' => 'https://ultimatemember.com/extensions/stripe/',
'img' => 'stripe.png',
'name' => 'Stripe',
'desc' => 'Sell paid memberships to access your website via Stripe subscriptions',
);

//$premium['zapier'] = array(
// 'url' => 'https://ultimatemember.com/extensions/zapier/',
// 'img' => 'zapier.png',
// 'name' => 'Zapier',
// 'desc' => 'Integrates your Zapier with Ultimate Member',
//);
$premium['zapier'] = array(
'url' => 'https://ultimatemember.com/extensions/zapier/',
'img' => 'zapier.png',
'name' => 'Zapier',
'desc' => 'Allow to integrate the Zapier popular apps with Ultimate Member',
);

$free['jobboardwp'] = array(
'url' => 'https://wordpress.org/plugins/um-jobboardwp',
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Read about all of the plugin's features at [Ultimate Member](https://ultimatemem

Ultimate Member has a range of extensions that allow you to extend the power of the plugin. You can purchase all of these extensions at a significant discount with our [All Access Pass](https://ultimatemember.com/pricing/) or you can purchase extensions individually.

* [Zapier](https://ultimatemember.com/extensions/zapier/) - Allow to integrate the Zapier popular apps with Ultimate Member
* [Stripe](https://ultimatemember.com/extensions/stripe/) - Sell paid memberships to access your website via Stripe subscriptions
* [User Notes](https://ultimatemember.com/extensions/user-notes/) - Allow users to create public and private notes from their profile
* [Profile Tabs](https://ultimatemember.com/extensions/profile-tabs/) - Allow to add the custom tabs to profiles
Expand Down Expand Up @@ -166,10 +167,11 @@ No specific extensions are needed. But we highly recommended keep active these P

IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSION 2.6.7 PATCHES SECURITY PRIVILEGE ESCALATION VULNERABILITY. PLEASE SEE [THIS ARTICLE](https://docs.ultimatemember.com/article/1866-security-incident-update-and-recommended-actions) FOR MORE INFORMATION

= 2.9.2 2024-12-04 =
= 2.9.2 2024-12-16 =

**Enhancements**

* Added: Compatibility with the new [Ultimate Member - Zapier](https://ultimatemember.com/extensions/zapier/) extension
* Added: `UM()->is_new_ui()` function for future enhancements related to new UI
* Tweak: Changed hook's priority for initialization of email templates paths
* Tweak: Removed `load_plugin_textdomain` due to (article)[https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/#Enhanced-support-for-only-using-PHP-translation-files]
Expand Down

0 comments on commit b41ac2b

Please sign in to comment.