Changeset 1794663
- Timestamp:
- 12/30/2017 09:14:52 PM (8 years ago)
- Location:
- lickstats/trunk
- Files:
-
- 2 edited
-
lickstats.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lickstats/trunk/lickstats.php
r1703873 r1794663 7 7 Plugin URI: https://lickstats.com/ 8 8 Description: The Lickstats WordPress plugin is used to add the Lickstats plugin to your website. 9 Version: 1. 49 Version: 1.5 10 10 Authors: Alexandre Leclair and Sun Knudsen 11 11 Author URI: https://lickstats.com/ … … 22 22 } 23 23 24 define('LICKSTATS_VERSION', '1. 4');24 define('LICKSTATS_VERSION', '1.5'); 25 25 define('LICKSTATS_MINIMUM_WP_VERSION', '3.7'); 26 26 define('LICKSTATS_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
lickstats/trunk/readme.txt
r1794660 r1794663 5 5 Requires at least: 3.7 6 6 Tested up to: 4.8 7 Stable tag: 1. 47 Stable tag: 1.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 23 23 24 24 == Changelog == 25 26 = 1.5 = 27 28 Rebranded WordPress plugin 25 29 26 30 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.