Changeset 2705530
- Timestamp:
- 04/06/2022 07:00:15 AM (4 years ago)
- Location:
- dynamictags/trunk
- Files:
-
- 3 edited
-
Lib/ElementBase.php (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
dynamic-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamictags/trunk/Lib/ElementBase.php
r2508091 r2705530 2 2 3 3 trait ElementBase { 4 /** 5 * Legacy for elementor < 3.1 6 */ 7 protected function _register_controls() { 8 if ( method_exists( $this, 'register_controls' ) ) { 9 $this->register_controls(); 10 } 11 } 4 12 5 } -
dynamictags/trunk/README.txt
r2509935 r2705530 4 4 Tags: elementor, dynamic tags 5 5 Requires at least: 5.0 6 Tested up to: 5. 77 Stable tag: 1.2. 06 Tested up to: 5.9 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Adds some useful dynamic-tags for elementor 11 Adds some useful dynamic-tags for elementor. Requires Elementor > 3.1 12 12 13 13 == Description == … … 52 52 53 53 == Changelog == 54 = 1.2.1 = 55 * Fix deprecated warnings 56 54 57 = 1.2 = 55 58 * Add session -
dynamictags/trunk/dynamic-tags.php
r2509935 r2705530 23 23 * Plugin URI: https://github.com/RTO-Websites/dynamic-tags/ 24 24 * Description: Dynamic Tags is an Elementor addon that adds some useful dynamic tags. 25 * Version: 1.2. 025 * Version: 1.2.1 26 26 * Author: RTO GmbH 27 27 * Author URI: https://www.rto.de … … 37 37 } 38 38 39 define( 'DynamicTags_VERSION', '1.2. 0' );39 define( 'DynamicTags_VERSION', '1.2.1' ); 40 40 41 41 define( 'DynamicTags_DIR', str_replace( '\\', '/', __DIR__ ) );
Note: See TracChangeset
for help on using the changeset viewer.