Changeset 1894498
- Timestamp:
- 06/18/2018 11:01:46 AM (8 years ago)
- Location:
- cga-plugin-helper
- Files:
-
- 2 edited
-
tags/1.2.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cga-plugin-helper/tags/1.2.0/readme.txt
r1893429 r1894498 13 13 == Description == 14 14 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.15 This 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. 16 16 17 Stand out features are: 17 = Features: = 18 18 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 25 25 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.26 You 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). 27 27 28 28 == Installation == 29 29 30 1. Upload the plugin files to the `/wp-content/plugins/ plugin-helper` directory, or install the plugin through the WordPress plugins screen directly.30 1. Upload the plugin files to the `/wp-content/plugins/cga-plugin-helper` directory, or install the plugin through the WordPress plugins screen directly. 31 31 2. Activate the plugin through the 'Plugins' screen in WordPress 32 32 3. Select "Plugin Helper" from the sidebar -
cga-plugin-helper/trunk/readme.txt
r1893429 r1894498 13 13 == Description == 14 14 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.15 This 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. 16 16 17 Stand out features are: 17 = Features: = 18 18 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 25 25 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.26 You 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). 27 27 28 28 == Installation == 29 29 30 1. Upload the plugin files to the `/wp-content/plugins/ plugin-helper` directory, or install the plugin through the WordPress plugins screen directly.30 1. Upload the plugin files to the `/wp-content/plugins/cga-plugin-helper` directory, or install the plugin through the WordPress plugins screen directly. 31 31 2. Activate the plugin through the 'Plugins' screen in WordPress 32 32 3. Select "Plugin Helper" from the sidebar
Note: See TracChangeset
for help on using the changeset viewer.