Changeset 3412765
- Timestamp:
- 12/06/2025 05:42:53 AM (5 weeks ago)
- Location:
- master-addons
- Files:
-
- 5 edited
- 5 copied
-
tags/2.0.9.9.2 (copied) (copied from master-addons/trunk)
-
tags/2.0.9.9.2/changelog.txt (copied) (copied from master-addons/trunk/changelog.txt) (1 diff)
-
tags/2.0.9.9.2/inc/classes/helper-class.php (copied) (copied from master-addons/trunk/inc/classes/helper-class.php)
-
tags/2.0.9.9.2/inc/modules/custom-js/custom-js.php (modified) (2 diffs)
-
tags/2.0.9.9.2/master-addons.php (copied) (copied from master-addons/trunk/master-addons.php) (1 diff)
-
tags/2.0.9.9.2/readme.txt (copied) (copied from master-addons/trunk/readme.txt) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/inc/modules/custom-js/custom-js.php (modified) (2 diffs)
-
trunk/master-addons.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
master-addons/tags/2.0.9.9.2/changelog.txt
r3412762 r3412765 1 1 == Changelog == 2 = 2.0.9.9.2 (06-12-2025) = 3 * Fixed: Fatal error "Class Elementor\Plugin not found" in Custom JS module when Elementor is not active. 4 2 5 = 2.0.9.9.1 (06-12-2025) = 3 6 * Fixed: Custom Post Types not showing on Blog Element. Thanks [@hamiddavodi](https://wordpress.org/support/topic/blog-widget-does-not-work-properly/) for informing about the issue. -
master-addons/tags/2.0.9.9.2/inc/modules/custom-js/custom-js.php
r3353283 r3412765 124 124 public function jltma_element_custom_js() 125 125 { 126 if (!class_exists('\Elementor\Plugin') || !\Elementor\Plugin::$instance) { 127 return; 128 } 129 126 130 if (!current_user_can('edit_posts')) { 127 131 return; … … 178 182 public function jltma_page_custom_js() 179 183 { 184 if (!class_exists('\Elementor\Plugin') || !\Elementor\Plugin::$instance) { 185 return; 186 } 187 180 188 if (!current_user_can('edit_posts')) { 181 189 return; -
master-addons/tags/2.0.9.9.2/master-addons.php
r3412762 r3412765 6 6 * Plugin URI: https://master-addons.com/all-widgets/ 7 7 * Author: Jewel Theme 8 * Version: 2.0.9.9. 18 * Version: 2.0.9.9.2 9 9 * Author URI: https://master-addons.com 10 10 * Text Domain: master-addons -
master-addons/tags/2.0.9.9.2/readme.txt
r3412762 r3412765 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 2.0.9.9. 17 Stable tag: 2.0.9.9.2 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 354 354 355 355 == Changelog == 356 357 = 2.0.9.9.2 (06-12-2025) = 358 * Fixed: Fatal error "Class Elementor\Plugin not found" in Custom JS module when Elementor is not active. 356 359 357 360 = 2.0.9.9 (29-10-2025) = -
master-addons/trunk/changelog.txt
r3412762 r3412765 1 1 == Changelog == 2 = 2.0.9.9.2 (06-12-2025) = 3 * Fixed: Fatal error "Class Elementor\Plugin not found" in Custom JS module when Elementor is not active. 4 2 5 = 2.0.9.9.1 (06-12-2025) = 3 6 * Fixed: Custom Post Types not showing on Blog Element. Thanks [@hamiddavodi](https://wordpress.org/support/topic/blog-widget-does-not-work-properly/) for informing about the issue. -
master-addons/trunk/inc/modules/custom-js/custom-js.php
r3353283 r3412765 124 124 public function jltma_element_custom_js() 125 125 { 126 if (!class_exists('\Elementor\Plugin') || !\Elementor\Plugin::$instance) { 127 return; 128 } 129 126 130 if (!current_user_can('edit_posts')) { 127 131 return; … … 178 182 public function jltma_page_custom_js() 179 183 { 184 if (!class_exists('\Elementor\Plugin') || !\Elementor\Plugin::$instance) { 185 return; 186 } 187 180 188 if (!current_user_can('edit_posts')) { 181 189 return; -
master-addons/trunk/master-addons.php
r3412762 r3412765 6 6 * Plugin URI: https://master-addons.com/all-widgets/ 7 7 * Author: Jewel Theme 8 * Version: 2.0.9.9. 18 * Version: 2.0.9.9.2 9 9 * Author URI: https://master-addons.com 10 10 * Text Domain: master-addons -
master-addons/trunk/readme.txt
r3412762 r3412765 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 2.0.9.9. 17 Stable tag: 2.0.9.9.2 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 354 354 355 355 == Changelog == 356 357 = 2.0.9.9.2 (06-12-2025) = 358 * Fixed: Fatal error "Class Elementor\Plugin not found" in Custom JS module when Elementor is not active. 356 359 357 360 = 2.0.9.9 (29-10-2025) =
Note: See TracChangeset
for help on using the changeset viewer.