Changeset 2884826
- Timestamp:
- 03/22/2023 10:11:46 AM (3 years ago)
- Location:
- paid-member-subscriptions
- Files:
-
- 6 edited
- 1 copied
-
tags/2.9.0 (copied) (copied from paid-member-subscriptions/trunk)
-
tags/2.9.0/extend/elementor/class-elementor.php (modified) (1 diff)
-
tags/2.9.0/index.php (modified) (2 diffs)
-
tags/2.9.0/readme.txt (modified) (2 diffs)
-
trunk/extend/elementor/class-elementor.php (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paid-member-subscriptions/tags/2.9.0/extend/elementor/class-elementor.php
r2884005 r2884826 152 152 */ 153 153 public function register_dynamic_tags( $dynamic_tags_manager ) { 154 $this->include_dynamic_tags_files(); 154 if ( class_exists ( 'ElementorPro\Modules\DynamicTags\Tags\Base\Data_Tag' ) ) { 155 $this->include_dynamic_tags_files(); 155 156 156 $dynamic_tags_manager->register( new \PMS_Elementor_Dynamic_Tag_Subscription_Plan ); 157 $dynamic_tags_manager->register(new \PMS_Elementor_Dynamic_Tag_Subscription_Plan); 158 } 157 159 } 158 160 } -
paid-member-subscriptions/tags/2.9.0/index.php
r2884005 r2884826 4 4 * Plugin URI: http://www.cozmoslabs.com/ 5 5 * Description: Accept payments, create subscription plans and restrict content on your membership website. 6 * Version: 2. 8.96 * Version: 2.9.0 7 7 * Author: Cozmoslabs 8 8 * Author URI: http://www.cozmoslabs.com/ … … 39 39 public function __construct() { 40 40 41 define( 'PMS_VERSION', '2. 8.9' );41 define( 'PMS_VERSION', '2.9.0' ); 42 42 define( 'PMS_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); 43 43 define( 'PMS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) ); -
paid-member-subscriptions/tags/2.9.0/readme.txt
r2884005 r2884826 5 5 Requires at least: 3.1 6 6 Tested up to: 6.2 7 Stable tag: 2. 8.97 Stable tag: 2.9.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 217 217 218 218 == Changelog == 219 = 2.9.0 = 220 * Fix: Fatal error with the free version of Elementor 221 219 222 = 2.8.9 = 220 223 * Feature: Added Dynamic Tag option for Elementor in order to insert a link to buy a specific plan -
paid-member-subscriptions/trunk/extend/elementor/class-elementor.php
r2884005 r2884826 152 152 */ 153 153 public function register_dynamic_tags( $dynamic_tags_manager ) { 154 $this->include_dynamic_tags_files(); 154 if ( class_exists ( 'ElementorPro\Modules\DynamicTags\Tags\Base\Data_Tag' ) ) { 155 $this->include_dynamic_tags_files(); 155 156 156 $dynamic_tags_manager->register( new \PMS_Elementor_Dynamic_Tag_Subscription_Plan ); 157 $dynamic_tags_manager->register(new \PMS_Elementor_Dynamic_Tag_Subscription_Plan); 158 } 157 159 } 158 160 } -
paid-member-subscriptions/trunk/index.php
r2884005 r2884826 4 4 * Plugin URI: http://www.cozmoslabs.com/ 5 5 * Description: Accept payments, create subscription plans and restrict content on your membership website. 6 * Version: 2. 8.96 * Version: 2.9.0 7 7 * Author: Cozmoslabs 8 8 * Author URI: http://www.cozmoslabs.com/ … … 39 39 public function __construct() { 40 40 41 define( 'PMS_VERSION', '2. 8.9' );41 define( 'PMS_VERSION', '2.9.0' ); 42 42 define( 'PMS_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); 43 43 define( 'PMS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) ); -
paid-member-subscriptions/trunk/readme.txt
r2884005 r2884826 5 5 Requires at least: 3.1 6 6 Tested up to: 6.2 7 Stable tag: 2. 8.97 Stable tag: 2.9.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 217 217 218 218 == Changelog == 219 = 2.9.0 = 220 * Fix: Fatal error with the free version of Elementor 221 219 222 = 2.8.9 = 220 223 * Feature: Added Dynamic Tag option for Elementor in order to insert a link to buy a specific plan
Note: See TracChangeset
for help on using the changeset viewer.