Plugin Directory

Changeset 759165


Ignore:
Timestamp:
08/20/2013 11:43:35 AM (13 years ago)
Author:
imthiaz
Message:

Updating version 1.1

Location:
wp-s3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-s3/trunk/readme.txt

    r759162 r759165  
    55Requires at least: 2.3
    66Tested up to: 3.6
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: LGPL
    99License URI: http://www.gnu.org/licenses/lgpl.html
     
    7373== Changelog ==
    7474
     75= Version: 1.2 Dated: 2013-08-20 =
     76* Wrong plugin description updated
     77
    7578= Version: 1.1 Dated: 2013-08-20 =
    7679* Added support for custom origin
  • wp-s3/trunk/s3.php

    r759162 r759165  
    22
    33/*
    4   Plugin Name: Wordpress Amazon S3 Plugin
    5   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 Rafiq
    8   Version: 1.1
    9   Author URI: http://imthi.com/
     4Plugin Name: Wordpress Amazon S3 Plugin
     5Plugin URI: http://imthi.com/wp-s3/
     6Description: 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.
     7Author: Imthiaz Rafiq
     8Version: 1.2
     9Author URI: http://imthi.com/
    1010 */
    1111
Note: See TracChangeset for help on using the changeset viewer.