Plugin Directory

Changeset 2446526


Ignore:
Timestamp:
12/27/2020 10:07:25 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

    r2446406 r2446526  
    103103Performance Kit allows you to optimize the WordPress core by disabling external requests, optimizing the WordPress admin area, applying security best practises and integrations for the most used components such as CDN and analytics.
    104104
    105 = Can Performance Kit bloat up my website?
     105= Will Performance Kit bloat up my website?
    106106No. The intention of this plugin is the optimizing your website, not the bloat up on your website. We carefully developed Performance Kit in order to not send any request to your front-end.
    107107
    108 = Is my settings will be preserved even I uninstall the plugin?
    109 No. If you delete plugin, all the settings will be deactivated and then deleted from your website. So there will be no trace that needs to be deal with.
     108= Will  my settings be preserved even I uninstall the plugin?
     109No. If you delete the plugin, all settings will be deactivated and then deleted from your website. So there will be no trace that needs to be dealt with.
    110110
    111111= How can I import settings from one website to another?
    112 You can simply use the Import function of Performance Kit which is placed in the right side of the settings menu. You'll be provided a encrypted key of your settings which you can use in the importing process. Everytime you change a setting, encrypted key is re-generated.
     112You can simply use the Import function of Performance Kit which is located on the right side of the settings menu. You'll be provided an encrypted key of your settings which you can use in the importing process. Each time you change a setting, encrypted key is re-generated.
    113113
    114 = Is CDN settings compatible with my CDN provider?
     114= Are CDN settings compatible with my CDN provider?
    115115Yes. It's compatible with all CDN providers.
    116116
     
    126126== Changelog ==
    127127
    128 = 0.0.1 (2020-12-06 21:40 EET) =
     128= 0.0.2 (2020-12-28 01:05 EET) =
     129* Some internal improvements
     130
     131= 0.0.1 (2020-12-28 17:35 EET) =
    129132* Initial commit
    130133
  • performance-kit/trunk/performance-kit.php

    r2446517 r2446526  
    157157                    'has_addons'     => false,
    158158                    'has_paid_plans' => false,
    159                     'menu'           => false,
     159                    'menu'           => array(
     160                        'slug'       => 'performance-kit',
     161                        'first-path' => '/admin.php?page=performance-kit',
     162                        'account'    => false,
     163                        'contact'    => false,
     164                        'support'    => false,
     165                    ),
    160166                )
    161167            );
Note: See TracChangeset for help on using the changeset viewer.