Plugin Directory

Changeset 2996132


Ignore:
Timestamp:
11/15/2023 02:44:34 AM (2 years ago)
Author:
LogicHunt
Message:

Check Latest Compatibility

Location:
wp-counter-up/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-counter-up/trunk/README.txt

    r2929287 r2996132  
    44Tags: number counter, counter, animated numbers, animated number counter, counter up, counter number, milestone, milestone counter, stats counter, product counter, followers counter, countup, animated counter, wordpress number counter
    55Requires at least: 5.5
    6 Tested up to: 6.2
    7 Stable tag: 2.2.0
     6Tested up to: 6.4.1
     7Stable tag: 2.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    130130== Changelog ==
    131131
     132= 2.2.1 =
     133* Check Latest Compatibility
     134
    132135= 2.1.0 =
    133136* Corrected the shortcode name.
  • wp-counter-up/trunk/wp-counter-up.php

    r2929287 r2996132  
    1111 * Plugin URI:        http://logichunt.com/product/wordpress-counter-up
    1212 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    13  * Version:           2.2.0
     13 * Version:           2.2.1
    1414 * Author:            LogicHunt Inc.
    1515 * Author URI:        http://logichunt.com
     
    3333
    3434//plugin definition specific constants
    35 defined( 'LGX_WCU_PLUGIN_VERSION' )        or define( 'LGX_WCU_PLUGIN_VERSION', '2.1.0' );
     35defined( 'LGX_WCU_PLUGIN_VERSION' )        or define( 'LGX_WCU_PLUGIN_VERSION', '2.2.1' );
    3636defined( 'LGX_WCU_WP_PLUGIN' )             or define( 'LGX_WCU_WP_PLUGIN', 'wp-counter-up' );
    3737defined( 'LGX_WCU_PLUGIN_BASE' )           or define( 'LGX_WCU_PLUGIN_BASE', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.