Changeset 2996132
- Timestamp:
- 11/15/2023 02:44:34 AM (2 years ago)
- Location:
- wp-counter-up/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wp-counter-up.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-counter-up/trunk/README.txt
r2929287 r2996132 4 4 Tags: 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 5 5 Requires at least: 5.5 6 Tested up to: 6. 27 Stable tag: 2.2. 06 Tested up to: 6.4.1 7 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 130 130 == Changelog == 131 131 132 = 2.2.1 = 133 * Check Latest Compatibility 134 132 135 = 2.1.0 = 133 136 * Corrected the shortcode name. -
wp-counter-up/trunk/wp-counter-up.php
r2929287 r2996132 11 11 * Plugin URI: http://logichunt.com/product/wordpress-counter-up 12 12 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 13 * Version: 2.2. 013 * Version: 2.2.1 14 14 * Author: LogicHunt Inc. 15 15 * Author URI: http://logichunt.com … … 33 33 34 34 //plugin definition specific constants 35 defined( 'LGX_WCU_PLUGIN_VERSION' ) or define( 'LGX_WCU_PLUGIN_VERSION', '2. 1.0' );35 defined( 'LGX_WCU_PLUGIN_VERSION' ) or define( 'LGX_WCU_PLUGIN_VERSION', '2.2.1' ); 36 36 defined( 'LGX_WCU_WP_PLUGIN' ) or define( 'LGX_WCU_WP_PLUGIN', 'wp-counter-up' ); 37 37 defined( 'LGX_WCU_PLUGIN_BASE' ) or define( 'LGX_WCU_PLUGIN_BASE', plugin_basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.