Changeset 765412
- Timestamp:
- 09/01/2013 01:21:05 PM (13 years ago)
- Location:
- wp-downloader
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-downloader/tags/1.0/readme.txt
r764330 r765412 12 12 == Description == 13 13 14 = Features = 15 * displays a 'Download' link for 16 * all installed plugins (in action links on 'Plugins' page) 17 * themes which are currently not in use (on 'Appearance' page) 18 19 = Idea = 14 20 I wrote this plugin to simplify and improve code downloading when developing on a playground with contributors. With this plugin you can get complete package with other plugin or theme you are working on in one click. You can also use it to share your code with someone without downloading it via ftp, manually zipping and then sending it in e-mail or uploading the package back to your server or anything else... just tell him to click the link! 15 21 … … 17 23 18 24 This plugin uses PclZip class integrated with WordPress. 25 26 = TODO = 27 * add 'Download' link for currently selected theme (no hooks for this - javascript?) 19 28 20 29 == Installation == -
wp-downloader/trunk/readme.txt
r764330 r765412 12 12 == Description == 13 13 14 = Features = 15 * displays a 'Download' link for 16 * all installed plugins (in action links on 'Plugins' page) 17 * themes which are currently not in use (on 'Appearance' page) 18 19 = Idea = 14 20 I wrote this plugin to simplify and improve code downloading when developing on a playground with contributors. With this plugin you can get complete package with other plugin or theme you are working on in one click. You can also use it to share your code with someone without downloading it via ftp, manually zipping and then sending it in e-mail or uploading the package back to your server or anything else... just tell him to click the link! 15 21 … … 17 23 18 24 This plugin uses PclZip class integrated with WordPress. 25 26 = TODO = 27 * add 'Download' link for currently selected theme (no hooks for this - javascript?) 19 28 20 29 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.