Plugin Directory

Changeset 2705531


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

Fix deprecated warnings

Location:
dynamicconditions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dynamicconditions/trunk/Lib/DynamicTags/NumberPostsTag.php

    r2222715 r2705531  
    3131    }
    3232
    33     protected function _register_controls() {
     33    protected function register_controls() {
    3434
    3535        $this->add_control(
  • dynamicconditions/trunk/README.txt

    r2511388 r2705531  
    55Requires at least: 5.0
    66Requires PHP: 7.0
    7 Tested up to: 5.7
    8 Stable tag: 1.5.1
     7Tested up to: 5.9
     8Stable tag: 1.5.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • dynamicconditions/trunk/dynamic-conditions.php

    r2511388 r2705531  
    2323 * Plugin URI:        https://github.com/RTO-Websites/dynamic-conditions
    2424 * Description:       Activates conditions for dynamic tags to show/hides a widget.
    25  * Version:           1.5.1
     25 * Version:           1.5.2
    2626 * Author:            RTO GmbH
    2727 * Author URI:        https://www.rto.de
     
    3737}
    3838
    39 define( 'DynamicConditions_VERSION', '1.5.1' );
     39define( 'DynamicConditions_VERSION', '1.5.2' );
    4040
    4141define( 'DynamicConditions_DIR', str_replace( '\\', '/', __DIR__ ) );
Note: See TracChangeset for help on using the changeset viewer.