Plugin Directory

Changeset 2705530


Ignore:
Timestamp:
04/06/2022 07:00:15 AM (4 years ago)
Author:
rtowebsites
Message:

Fix deprecated warnings

Location:
dynamictags/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dynamictags/trunk/Lib/ElementBase.php

    r2508091 r2705530  
    22
    33trait 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
    125}
  • dynamictags/trunk/README.txt

    r2509935 r2705530  
    44Tags: elementor, dynamic tags
    55Requires at least: 5.0
    6 Tested up to: 5.7
    7 Stable tag: 1.2.0
     6Tested up to: 5.9
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Adds some useful dynamic-tags for elementor
     11Adds some useful dynamic-tags for elementor. Requires Elementor > 3.1
    1212
    1313== Description ==
     
    5252
    5353== Changelog ==
     54= 1.2.1 =
     55* Fix deprecated warnings
     56
    5457= 1.2 =
    5558* Add session
  • dynamictags/trunk/dynamic-tags.php

    r2509935 r2705530  
    2323 * Plugin URI:        https://github.com/RTO-Websites/dynamic-tags/
    2424 * Description:       Dynamic Tags is an Elementor addon that adds some useful dynamic tags.
    25  * Version:           1.2.0
     25 * Version:           1.2.1
    2626 * Author:            RTO GmbH
    2727 * Author URI:        https://www.rto.de
     
    3737}
    3838
    39 define( 'DynamicTags_VERSION', '1.2.0' );
     39define( 'DynamicTags_VERSION', '1.2.1' );
    4040
    4141define( 'DynamicTags_DIR', str_replace( '\\', '/', __DIR__ ) );
Note: See TracChangeset for help on using the changeset viewer.