Changeset 2446527
- Timestamp:
- 12/27/2020 10:12:38 PM (5 years ago)
- Location:
- performance-kit/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
performance-kit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
performance-kit/trunk/README.txt
r2446526 r2446527 5 5 Donate link: https://pressx.co 6 6 Requires PHP: 5.6 7 Tested up to: 5. 5.37 Tested up to: 5.6 8 8 Stable tag: trunk 9 9 License: MIT … … 126 126 == Changelog == 127 127 128 = 0.0.2(2020-12-28 01:05 EET) =128 = 1.0.1 (2020-12-28 01:05 EET) = 129 129 * Some internal improvements 130 130 131 = 0.0.1(2020-12-28 17:35 EET) =131 = 1.0.0 (2020-12-28 17:35 EET) = 132 132 * Initial commit 133 133 -
performance-kit/trunk/performance-kit.php
r2446526 r2446527 16 16 * Plugin URI: https://pressx.co/plugins/performance-kit 17 17 * Description: Cherry on top of your speed optimization process. 18 * Version: 1.0. 018 * Version: 1.0.1 19 19 * Author: PressX 20 20 * Author URI: https://pressx.co … … 34 34 * Start at version 1.0.0 and use SemVer - https://semver.org 35 35 */ 36 define( 'PERFORMANCE_KIT_VERSION', '1.0. 0' );36 define( 'PERFORMANCE_KIT_VERSION', '1.0.1' ); 37 37 38 38
Note: See TracChangeset
for help on using the changeset viewer.