Plugin Directory

Changeset 2740434


Ignore:
Timestamp:
06/10/2022 11:40:35 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with WordPress Version 6.0 .

Location:
everest-counter-lite
Files:
75 added
2 edited

Legend:

Unmodified
Added
Removed
  • everest-counter-lite/trunk/everest-counter-lite.php

    r2721692 r2740434  
    55  Plugin URI: https://accesspressthemes.com/wordpress-plugins/everest-counter-lite/
    66  Description: A plugin to add various stat counters to posts/pages content using shortcodes and widgets.
    7   version: 2.0.9
     7  version: 2.1.0
    88  Author: AccessPress Themes
    99  Author URI: https://accesspressthemes.com/
     
    210210        function plugin_contants(){
    211211
    212             defined('E_COUNTER_VERSION')  or define( 'E_COUNTER_VERSION', '2.0.9' );
     212            defined('E_COUNTER_VERSION')  or define( 'E_COUNTER_VERSION', '2.1.0' );
    213213            defined( 'E_COUNTER_IMAGE_DIR' ) or define( 'E_COUNTER_IMAGE_DIR', plugin_dir_url( __FILE__ ) . 'images' );
    214214            defined( 'E_COUNTER_JS_DIR' ) or define( 'E_COUNTER_JS_DIR', plugin_dir_url( __FILE__ ) . 'js' );
  • everest-counter-lite/trunk/readme.txt

    r2721692 r2740434  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.9
    7 Stable tag: 2.0.9
     6Tested up to: 6.0
     7Stable tag: 2.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100== Changelog ==
    101101
     102= 2.1.0 =
     103* Compatibility check with WordPress Version 6.0 .
     104
    102105= 2.0.9 =
    103106* Compatibility check with WordPress Version 5.9.3 .
Note: See TracChangeset for help on using the changeset viewer.