Plugin Directory

Changeset 1894498


Ignore:
Timestamp:
06/18/2018 11:01:46 AM (8 years ago)
Author:
cgalves
Message:

Updated Readme

Location:
cga-plugin-helper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cga-plugin-helper/tags/1.2.0/readme.txt

    r1893429 r1894498  
    1313== Description ==
    1414
    15 This plugin is designed to assist end users in the installation of plugins. It allows you to choose from a curated list, manually search for plugins from the WP Store and export all currently active plugins into a list that can later be used to import them. This can be very useful for faster deployments.
     15This plugin is designed to assist users in the installation of plugins. It allows you to choose from a curated list, manually search for plugins from the WP Store and export all currently active plugins into a list. That list can then be used to import all of your plugins at once, expediting deployment.
    1616
    17 Stand out features are:
     17= Features: =
    1818
    19 * Download, install and activate plugins in a single click;
    20 * Choose plugins from a curated list;
    21 * Manually search for several plugins at once;
    22 * Export all of your plugins into a list that you can then use to re-install them in another installation or deployment;
    23 * Easy, simple to understand code, that can be easily modified to suit your needs;
    24 * Use of Wordpress API to provide seamless integration.
     19* Download, install and activate plugins in a single click
     20* Choose plugins from a curated list
     21* Manually search for several plugins at once
     22* Export all of your plugins into a list that you can then use to re-install them in another installation or deployment
     23* Easy, simple to understand code, that can be easily modified to suit your needs
     24* Use of Wordpress API to provide seamless integration
    2525
    26 You can check out the source code, submit patches, improvements or translations, and report bugs at the project's github page: https://github.com/cg-alves/CGA-Plugin-Helper.
     26You can check out the source code, submit patches or improvements, and report bugs at [the project's GitHub page](https://github.com/cg-alves/CGA-Plugin-Helper).
    2727
    2828== Installation ==
    2929
    30 1. Upload the plugin files to the `/wp-content/plugins/plugin-helper` directory, or install the plugin through the WordPress plugins screen directly.
     301. Upload the plugin files to the `/wp-content/plugins/cga-plugin-helper` directory, or install the plugin through the WordPress plugins screen directly.
    31312. Activate the plugin through the 'Plugins' screen in WordPress
    32323. Select "Plugin Helper" from the sidebar
  • cga-plugin-helper/trunk/readme.txt

    r1893429 r1894498  
    1313== Description ==
    1414
    15 This plugin is designed to assist end users in the installation of plugins. It allows you to choose from a curated list, manually search for plugins from the WP Store and export all currently active plugins into a list that can later be used to import them. This can be very useful for faster deployments.
     15This plugin is designed to assist users in the installation of plugins. It allows you to choose from a curated list, manually search for plugins from the WP Store and export all currently active plugins into a list. That list can then be used to import all of your plugins at once, expediting deployment.
    1616
    17 Stand out features are:
     17= Features: =
    1818
    19 * Download, install and activate plugins in a single click;
    20 * Choose plugins from a curated list;
    21 * Manually search for several plugins at once;
    22 * Export all of your plugins into a list that you can then use to re-install them in another installation or deployment;
    23 * Easy, simple to understand code, that can be easily modified to suit your needs;
    24 * Use of Wordpress API to provide seamless integration.
     19* Download, install and activate plugins in a single click
     20* Choose plugins from a curated list
     21* Manually search for several plugins at once
     22* Export all of your plugins into a list that you can then use to re-install them in another installation or deployment
     23* Easy, simple to understand code, that can be easily modified to suit your needs
     24* Use of Wordpress API to provide seamless integration
    2525
    26 You can check out the source code, submit patches, improvements or translations, and report bugs at the project's github page: https://github.com/cg-alves/CGA-Plugin-Helper.
     26You can check out the source code, submit patches or improvements, and report bugs at [the project's GitHub page](https://github.com/cg-alves/CGA-Plugin-Helper).
    2727
    2828== Installation ==
    2929
    30 1. Upload the plugin files to the `/wp-content/plugins/plugin-helper` directory, or install the plugin through the WordPress plugins screen directly.
     301. Upload the plugin files to the `/wp-content/plugins/cga-plugin-helper` directory, or install the plugin through the WordPress plugins screen directly.
    31312. Activate the plugin through the 'Plugins' screen in WordPress
    32323. Select "Plugin Helper" from the sidebar
Note: See TracChangeset for help on using the changeset viewer.