Changeset 759165
- Timestamp:
- 08/20/2013 11:43:35 AM (13 years ago)
- Location:
- wp-s3/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
s3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-s3/trunk/readme.txt
r759162 r759165 5 5 Requires at least: 2.3 6 6 Tested up to: 3.6 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: LGPL 9 9 License URI: http://www.gnu.org/licenses/lgpl.html … … 73 73 == Changelog == 74 74 75 = Version: 1.2 Dated: 2013-08-20 = 76 * Wrong plugin description updated 77 75 78 = Version: 1.1 Dated: 2013-08-20 = 76 79 * Added support for custom origin -
wp-s3/trunk/s3.php
r759162 r759165 2 2 3 3 /* 4 Plugin Name: Wordpress Amazon S3 Plugin5 Plugin URI: http://imthi.com/wp-s3/6 Description: This plugin helps the users to view your blog in a pda and iPhone browser.7 Author: Imthiaz Rafiq8 Version: 1.1 9 Author URI: http://imthi.com/4 Plugin Name: Wordpress Amazon S3 Plugin 5 Plugin URI: http://imthi.com/wp-s3/ 6 Description: WP-S3 copies media files used in your blog post to Amazon S3 cloud. Uses only filters to replace the media urls in the post if media is available in the S3 cloud. Wordpress cron funtionality is used for batching media upload to S3. This plugin is very safe and will not modify anything in your database. 7 Author: Imthiaz Rafiq 8 Version: 1.2 9 Author URI: http://imthi.com/ 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.