- added Zapier dependencies;

This commit is contained in:
Mykyta Synelnikov
2024-05-06 17:55:17 +03:00
parent 38a9112d74
commit a129ee1058
4 changed files with 12 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

+7
View File
@@ -173,6 +173,13 @@ $premium['stripe'] = array(
'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',
//);
$free['jobboardwp'] = array(
'url' => 'https://wordpress.org/plugins/um-jobboardwp',
'img' => 'jobboardwp.png',
+1
View File
@@ -50,6 +50,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) {
'social-activity' => '2.2.0',
'social-login' => '2.2.0',
'stripe' => '1.0.0',
'zapier' => '1.0.0',
'terms-conditions' => '2.1.6',
'unsplash' => '2.0.2',
'user-bookmarks' => '2.1.4',
+4
View File
@@ -179,6 +179,10 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
'key' => 'stripe',
'title' => 'Stripe',
),
'um-zapier/um-zapier.php' => array(
'key' => 'zapier',
'title' => 'Zapier',
),
);
$active_um_plugins = array();