Plugin Directory

Changeset 2446527


Ignore:
Timestamp:
12/27/2020 10:12:38 PM (5 years ago)
Author:
atakanoz
Message:

some fixes

Location:
performance-kit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • performance-kit/trunk/README.txt

    r2446526 r2446527  
    55Donate link: https://pressx.co
    66Requires PHP: 5.6
    7 Tested up to: 5.5.3
     7Tested up to: 5.6
    88Stable tag: trunk
    99License: MIT
     
    126126== Changelog ==
    127127
    128 = 0.0.2 (2020-12-28 01:05 EET) =
     128= 1.0.1 (2020-12-28 01:05 EET) =
    129129* Some internal improvements
    130130
    131 = 0.0.1 (2020-12-28 17:35 EET) =
     131= 1.0.0 (2020-12-28 17:35 EET) =
    132132* Initial commit
    133133
  • performance-kit/trunk/performance-kit.php

    r2446526 r2446527  
    1616 * Plugin URI:        https://pressx.co/plugins/performance-kit
    1717 * Description:       Cherry on top of your speed optimization process.
    18  * Version:           1.0.0
     18 * Version:           1.0.1
    1919 * Author:            PressX
    2020 * Author URI:        https://pressx.co
     
    3434 * Start at version 1.0.0 and use SemVer - https://semver.org
    3535 */
    36 define( 'PERFORMANCE_KIT_VERSION', '1.0.0' );
     36define( 'PERFORMANCE_KIT_VERSION', '1.0.1' );
    3737
    3838
Note: See TracChangeset for help on using the changeset viewer.