Plugin Directory

Changeset 958201


Ignore:
Timestamp:
07/31/2014 04:31:17 PM (12 years ago)
Author:
szaleq
Message:

Uploading version 0.6.0

Location:
easy-watermark
Files:
185 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-watermark/tags/0.6.0/readme.txt

    r872400 r958201  
    44Tags: watermark, image, picture, photo, media, gallery, signature, transparent, upload, admin
    55Requires at least: 3.5
    6 Tested up to: 3.8.1
    7 Stable tag: 0.5.2
     6Tested up to: 3.9.1
     7Stable tag: 0.6.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Automatically adds watermark to images when they are uploaded to the WordPress Media Library.
     11Allows to add watermark to images automatically on upload or manually.
    1212
    1313== Description ==
    1414
    15 Easy Watermark can automatically add image and text watermark to pictures as they are uploaded to wordpress media library. You can also watermark existing images manually (all at once or an every single image).
     15Easy Watermark can automatically add watermark to images as they are uploaded to wordpress media library. You can also watermark existing images manually (all at once or an every single image). Watermark can be an image, text or both.
    1616
    1717= Plugin features =
     
    2222* text color, size and rotation can be set
    2323* all built-in image sizes can be watermarked (thumbnail, medium, large and fullsize) as well as all additional sizes registered by themes or plugins (since 0.4.3)
     24* since 0.6 there is a possibility to remove watermark by restoring the original image
    2425* fully translatable
    2526
     
    2930* Spanish ([http://abitworld.com/](http://abitworld.com/ "Translator's home page"))
    3031* Russian
     32* Persian
    3133
    3234If you have made a translation and want to contribute with it to Easy Watermark, please e-mail me.
     
    38401. Unpack easy-watermark.zip and upload its content to the `/wp-content/plugins/` directory
    39411. Activate the plugin through the 'Plugins' menu in WordPress
    40 1. Plugin is working. Go to "Settings > Easy Watermark Settings" to set up your watermark.
     421. Plugin is working. Go to "Settings > Easy Watermark" to set up your watermark.
    4143
    4244== Frequently asked questions ==
    4345
    4446= Can I remove watermark after it was added? =
    45 Unfortunately, not yet. Keeping oryginal pictures feature is in plans, so it will be possibile to restore original image in the future.
     47Yes, since version 0.6.0 there is an option to "remove" watermark by restorin the original image. Backup feature is disabled by default, you can enable it on the "Settings > Easy Watermark". Note: this will use more space on your server due to the fact that the images will be stored twice.
     48Only the fullsize image is stored in backup, thumbnails are regenerated during the restoring process.
     49To restore the original image just go to the attachment edit page. In the "Easy Watermark" meta box you can find the "Restore original image" button. Just click it.
     50
     51= How can I restore original images after the plugin was uninstalled? =
     52The plugin doesn't restore your images on deactivation/removal. Please consider to install the plugin again and restore your images before uninstalling.
     53If you don't have a possibility to do this, you can manually restore your images. Just go to wp-content/ew_backup in your wordpress main directory. You will se there are folders in the same order like in uploads, images are stored as /year/month/imagename.jpg|png|whatever. What you need is to copy all the files from ew_backup to uploads dir (it will ask you if you want to override the existing files, click YES). As mensioned before, this will restore only the fullsize images so you need to use some other plugin to generate the thumbnails again (see Force Regenerate Thumbnails by Pedro Elsner).
    4654
    4755= How can I add watermark to pictures that were uploaded before the plugin was installed? =
     
    80883. Text settings page
    81894. Easy Watermark Tool
    82 5. 'Add Watermark' link in media library
     905. Easy Watermark metabox on attachment page
    8391
    8492== Changelog ==
     93
     94= 0.6.0 =
     95* Added: backup option for watermarked images - allows to restore original image
     96* Added: button to restore all original images on the plugins page
     97* Changed method of watermarking all images
     98    * it now uses ajax and watermarks 10 images at once so it needs less time and memory per request
    8599
    86100= 0.5.2 =
Note: See TracChangeset for help on using the changeset viewer.