Plugin Directory

Changeset 1003002


Ignore:
Timestamp:
10/07/2014 04:04:26 AM (11 years ago)
Author:
com82
Message:

Fixed readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • delete-original-image/trunk/readme.txt

    r1002993 r1003002  
     1=== Plugin Name ===
     2Contributors: Com82
     3Donate link: cminatti@gmail.com (paypal)
     4Tags: Delete Original Image, Delete Full Image
     5Requires at least: 3.0.1
     6Tested up to: 4.3
     7Stable tag: trunk
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
     10
     11Delete the original image file uploaded. Allow this to be done automatically on upload or do it in bulk for all your images.
     12
     13== Description ==
     14
    115Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. The problem is that the original image file is ussualy huge (can be 6MB if it is a photograph) and it is never published on the pages so there is no need to keep it on your server.
    216
     
    418
    519Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ).
     20
     21== Installation ==
     22
     231. Upload all files from this plugin to the `/wp-content/plugins/delete-original-image` directory
     242. Activate the plugin through the 'Plugins' menu in WordPress
     253. Go to Tools -> Delete Original Images
     26
     27== Frequently Asked Questions ==
     28
     29= Will I have to re-insert the images on my posts?  =
     30
     31No. The images used by wordpress are not touch. The plugin deletes the original file, that could only be used in case you need to re-generate the smaller images (In example if you want to remove a watermar you generated)
     32
     33
     34== Screenshots ==
     35
     36
Note: See TracChangeset for help on using the changeset viewer.