Changeset 3199410
- Timestamp:
- 11/29/2024 11:39:22 AM (16 months ago)
- Location:
- dynamic-visibility-for-elementor
- Files:
-
- 8 edited
- 1 copied
-
tags/5.0.15 (copied) (copied from dynamic-visibility-for-elementor/trunk)
-
tags/5.0.15/constants.php (modified) (1 diff)
-
tags/5.0.15/core/plugin.php (modified) (1 diff)
-
tags/5.0.15/dynamic-visibility-for-elementor.php (modified) (2 diffs)
-
tags/5.0.15/readme.txt (modified) (2 diffs)
-
trunk/constants.php (modified) (1 diff)
-
trunk/core/plugin.php (modified) (1 diff)
-
trunk/dynamic-visibility-for-elementor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-visibility-for-elementor/tags/5.0.15/constants.php
r3187397 r3199410 1 1 <?php 2 define( 'DVE_VERSION', '5.0.1 4' );2 define( 'DVE_VERSION', '5.0.15' ); 3 3 define( 'DVE_MINIMUM_ELEMENTOR_VERSION', '2.9.0' ); 4 4 define( 'DVE_PRODUCT_NAME', 'Dynamic Visibility for Elementor' ); -
dynamic-visibility-for-elementor/tags/5.0.15/core/plugin.php
r3187397 r3199410 55 55 public function init() 56 56 { 57 add_action( 'init', function() { 58 load_plugin_textdomain( 'dynamic-visibility-for-elementor' ); 59 } ); 60 57 61 $this->init_managers(); 58 62 -
dynamic-visibility-for-elementor/tags/5.0.15/dynamic-visibility-for-elementor.php
r3187397 r3199410 5 5 * Description: Visibility rules for widgets, containers, sections, columns or pages with advanced conditions and removing the element from the DOM. 6 6 * Plugin URI: https://www.dynamic.ooo/widget/dynamic-visibility/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 * Version: 5.0.1 47 * Version: 5.0.15 8 8 * Author: Dynamic.ooo 9 9 * Author URI: https://www.dynamic.ooo/ … … 46 46 */ 47 47 function dynamic_visibility_for_elementor_load() { 48 // Load localization file49 load_plugin_textdomain( 'dynamic-visibility-for-elementor' );50 51 48 // Notice if the Elementor is not active 52 49 if ( ! did_action( 'elementor/loaded' ) ) { -
dynamic-visibility-for-elementor/tags/5.0.15/readme.txt
r3187397 r3199410 3 3 Tags: elementor, visibility, hide, dynamic, container, widget 4 4 Requires at least: 5.2 5 Tested up to: 6.7 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.1 7 Stable tag: 5.0.1 47 Stable tag: 5.0.15 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 72 72 73 73 == Changelog == 74 75 = 5.0.15 = 76 * Fix: Warning about textdomain being loaded too early 74 77 75 78 = 5.0.14 = -
dynamic-visibility-for-elementor/trunk/constants.php
r3187397 r3199410 1 1 <?php 2 define( 'DVE_VERSION', '5.0.1 4' );2 define( 'DVE_VERSION', '5.0.15' ); 3 3 define( 'DVE_MINIMUM_ELEMENTOR_VERSION', '2.9.0' ); 4 4 define( 'DVE_PRODUCT_NAME', 'Dynamic Visibility for Elementor' ); -
dynamic-visibility-for-elementor/trunk/core/plugin.php
r3187397 r3199410 55 55 public function init() 56 56 { 57 add_action( 'init', function() { 58 load_plugin_textdomain( 'dynamic-visibility-for-elementor' ); 59 } ); 60 57 61 $this->init_managers(); 58 62 -
dynamic-visibility-for-elementor/trunk/dynamic-visibility-for-elementor.php
r3187397 r3199410 5 5 * Description: Visibility rules for widgets, containers, sections, columns or pages with advanced conditions and removing the element from the DOM. 6 6 * Plugin URI: https://www.dynamic.ooo/widget/dynamic-visibility/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 * Version: 5.0.1 47 * Version: 5.0.15 8 8 * Author: Dynamic.ooo 9 9 * Author URI: https://www.dynamic.ooo/ … … 46 46 */ 47 47 function dynamic_visibility_for_elementor_load() { 48 // Load localization file49 load_plugin_textdomain( 'dynamic-visibility-for-elementor' );50 51 48 // Notice if the Elementor is not active 52 49 if ( ! did_action( 'elementor/loaded' ) ) { -
dynamic-visibility-for-elementor/trunk/readme.txt
r3187397 r3199410 3 3 Tags: elementor, visibility, hide, dynamic, container, widget 4 4 Requires at least: 5.2 5 Tested up to: 6.7 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.1 7 Stable tag: 5.0.1 47 Stable tag: 5.0.15 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 72 72 73 73 == Changelog == 74 75 = 5.0.15 = 76 * Fix: Warning about textdomain being loaded too early 74 77 75 78 = 5.0.14 =
Note: See TracChangeset
for help on using the changeset viewer.