Changeset 160815
- Timestamp:
- 10/06/2009 01:30:55 AM (16 years ago)
- Location:
- cdn-tools
- Files:
-
- 3 edited
- 2 copied
-
tags/0.81 (copied) (copied from cdn-tools/trunk)
-
tags/0.81/readme.txt (modified) (1 diff)
-
tags/0.92 (copied) (copied from cdn-tools/trunk)
-
tags/0.92/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cdn-tools/tags/0.81/readme.txt
r118398 r160815 5 5 Requires at least: 2.7 6 6 Tested up to: 2.7.1 7 Stable tag: 0. 727 Stable tag: 0.81 8 8 9 9 CDN Tools is a plugin designed to help you drastically speed up your blog's load time by loading data onto a content distribution network (CDN). -
cdn-tools/tags/0.92/readme.txt
r160603 r160815 5 5 Requires at least: 2.7 6 6 Tested up to: 2.8.4 7 Stable tag: 0. 817 Stable tag: 0.92 8 8 9 9 CDN Tools is a plugin designed to help you drastically speed up your blog's load time by loading data onto a content distribution network (CDN). … … 13 13 [CDN Tools](http://swearingscience.com/cdn-tools/ "CDN Tools Home") is a WordPress plugin that allows you to load javascript and media files to an external server to drastically speed page loads. You can sideload data to a commercial CDN or just load your larger JS libraries (prototype, jquery) for **free** from Google's servers. CDN Tools has been designed to be as easy to use as possible, so give it a shot! Your blog's readers will thank you. At this time the only commercial CDN supported is Cloud Files. Check out the plugin homepage to view a screencast. 14 14 15 New in 0.9 115 New in 0.92 16 16 17 -WP 2.8 compatibility. To upgrade users *must* unload all files and then click load again. See http://langui.sh/cdn-tools for more details on the upgrade.17 *Major upgrade to support WP 2.8. If you are a previous user of CDN Tools you <b>MUST</b> unload files and then load them again. Please let me know if you have issues because several major changes were made. See http://langui.sh/cdn-tools for more details. 18 18 19 19 [View complete changelog](http://swearingscience.com/cdn-tools/ "CDN Tools Home"). … … 45 45 Create a directory in cdn_classes named whatever the shortname will be. Then create a file named loader.php inside with the same basic structure as the cloudfiles loader and do everything right. Then edit the cdn-tools.php file to add your item. Easy as pie (if your pie is made of complexity). I promise I'll write some better instructions so third parties can contribute CDN plugins at some point. Currently CDN Tools probably makes some assumptions that are Cloud Files specific. 46 46 47 == Changelog == 48 =0.92 – 10/5/2009= 49 *Major upgrade to support WP 2.8. If you are a previous user of CDN Tools you MUST unload files and then load them again. Please let me know if you have issues because several major changes were made. 50 51 =0.81 – 5/17/2009= 52 *Major upgrade to the initial load for attachments. Now done via AJAX with percentage progress. 53 *Additional exception handling (this is still incomplete) 54 *Upgrade to CF API 1.3.0. 55 *Wordpress MU compatible (credit John Keyes) 56 57 =0.72 – 2/25/2009= 58 *First public release, no changes from previous. 59 60 =0.72 – 2/22/2009= 61 *Small bugfixes 62 *WP Super Cache compatibility. 63 64 =0.71 – 2/22/2009= 65 *Workaround for a MIME/PHP bug on RHEL4. 66 67 =0.7 – 2/17/2009= 68 *Nearing completion of initial feature set. 69 *UI rework (again) 70 71 =0.6 – 2/15/2009= 72 *Huge improvements on all fronts 73 74 =0.4 – 2/8/2009= 75 *Initial sideload support. 76 77 =0.2 – 2/7/2009= 78 *First release outside of my own work (seeded to Major Hayden). 79 *GoogleAJAX for Prototype, jQuery, Dojo, and mootools (free for anyone to use) 80 *Uploading JS to CloudFiles (only supported CDN presently) 81 *Supports opting out of CDN’ing wp-admin scripts. 82 83 47 84 48 85 == Screenshots == -
cdn-tools/trunk/readme.txt
r160603 r160815 5 5 Requires at least: 2.7 6 6 Tested up to: 2.8.4 7 Stable tag: 0. 817 Stable tag: 0.92 8 8 9 9 CDN Tools is a plugin designed to help you drastically speed up your blog's load time by loading data onto a content distribution network (CDN). … … 13 13 [CDN Tools](http://swearingscience.com/cdn-tools/ "CDN Tools Home") is a WordPress plugin that allows you to load javascript and media files to an external server to drastically speed page loads. You can sideload data to a commercial CDN or just load your larger JS libraries (prototype, jquery) for **free** from Google's servers. CDN Tools has been designed to be as easy to use as possible, so give it a shot! Your blog's readers will thank you. At this time the only commercial CDN supported is Cloud Files. Check out the plugin homepage to view a screencast. 14 14 15 New in 0.9 115 New in 0.92 16 16 17 -WP 2.8 compatibility. To upgrade users *must* unload all files and then click load again. See http://langui.sh/cdn-tools for more details on the upgrade.17 *Major upgrade to support WP 2.8. If you are a previous user of CDN Tools you <b>MUST</b> unload files and then load them again. Please let me know if you have issues because several major changes were made. See http://langui.sh/cdn-tools for more details. 18 18 19 19 [View complete changelog](http://swearingscience.com/cdn-tools/ "CDN Tools Home"). … … 45 45 Create a directory in cdn_classes named whatever the shortname will be. Then create a file named loader.php inside with the same basic structure as the cloudfiles loader and do everything right. Then edit the cdn-tools.php file to add your item. Easy as pie (if your pie is made of complexity). I promise I'll write some better instructions so third parties can contribute CDN plugins at some point. Currently CDN Tools probably makes some assumptions that are Cloud Files specific. 46 46 47 == Changelog == 48 =0.92 – 10/5/2009= 49 *Major upgrade to support WP 2.8. If you are a previous user of CDN Tools you MUST unload files and then load them again. Please let me know if you have issues because several major changes were made. 50 51 =0.81 – 5/17/2009= 52 *Major upgrade to the initial load for attachments. Now done via AJAX with percentage progress. 53 *Additional exception handling (this is still incomplete) 54 *Upgrade to CF API 1.3.0. 55 *Wordpress MU compatible (credit John Keyes) 56 57 =0.72 – 2/25/2009= 58 *First public release, no changes from previous. 59 60 =0.72 – 2/22/2009= 61 *Small bugfixes 62 *WP Super Cache compatibility. 63 64 =0.71 – 2/22/2009= 65 *Workaround for a MIME/PHP bug on RHEL4. 66 67 =0.7 – 2/17/2009= 68 *Nearing completion of initial feature set. 69 *UI rework (again) 70 71 =0.6 – 2/15/2009= 72 *Huge improvements on all fronts 73 74 =0.4 – 2/8/2009= 75 *Initial sideload support. 76 77 =0.2 – 2/7/2009= 78 *First release outside of my own work (seeded to Major Hayden). 79 *GoogleAJAX for Prototype, jQuery, Dojo, and mootools (free for anyone to use) 80 *Uploading JS to CloudFiles (only supported CDN presently) 81 *Supports opting out of CDN’ing wp-admin scripts. 82 83 47 84 48 85 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.