Plugin Directory

Changeset 1422207


Ignore:
Timestamp:
05/23/2016 10:02:10 AM (10 years ago)
Author:
commercepundit
Message:

change readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cp-simple-newsletter/trunk/readme.txt

    r1418573 r1422207  
    1 === CP Simple Newsletter ===
     1=== Run time Image resizing ===
    22Contributors: Commercepundit
    3 Tags: newsletter
    4 Requires at least: 4.0
    5 Tested up to: 4.5
    6 Stable tag: 1.0.0
     3Tags: bulk resize, downsize, image, imsanity, optimisation, optimise, Optimization, image optimization, plugin, resize, resizing, crop image, runtime resizing
     4Requires at least: 3.0.1
     5Tested up to: 4.5.2
     6Stable tag: 1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Simple Newsletter form with sortcode to show anywhere on website , simple to use.
     10This plugin resize the image which is already uploaded and it is updating image at run time
    1111
    1212== Description ==
     13What if one would want to resize image at Run time?
     14"Run time Image resizing" is answer of this Question. This plugin is useful to Developer as well as Non-Developer users.
     15Developers can use this plugin by using Shortcode. In shortcode one has to pass attachment url or attachment id with width and height for which
     16he/she want to resize at run time. All parameter options in shortcode are optional except image url or image id with new height and width.
     17If one want image in return value then he/she must pass paramater "return='image'" in Shortcode otherwise it will return image URL.
     18When you use this shortcode in wordpress editor then you should use "return" attribute with "Image" value.
     19Non-Dveloper user can use backend tool for resizing.
    1320
    14 Simple Newsletter plugin can be added on any post or pages by just adding sortcode [cp_simple_newsletter].
    15 Allow to Add First name and Last name in newsletter form , in admin if checkbox is ticked then first name and last name will be display on Newsletter form. Also user can change Label of button from admin. Adminside there will list of subscribed users. and admin can also search and delete.Once User subscribed mail will be sent with unsubscibe link , Once New post will publish on website subscibed users will get post notification mail. if user wants to stop getting mail then click on Unsubscribed link in mail.
     21== Features ==
     22
     231. "Run time Image resizing" provide facility of resizing images at run time with user defined height and width.
     242. This plugin also provide backend configuration for resizing image. One can resize the image and also get resized image at same place.
     253. One can download the resized image by Right click on image
    1626
    1727
    1828== Installation ==
     291. Upload "Run time Image resizing" to the "/wp-content/plugins/" directory.
     302. Activate the plugin through the "Plugins" menu in WordPress.
     313. Place "do_shortcode('[resize_img width="new-width" height="new-height" imgurl="Url of Attachment" attach_id="Id of Attachment" picquality="jpeg pic quality"]' );"
     32in your templates. It will return you resized image url.
    1933
    20 1. Upload the entire `cp-simple-newsletter` folder to the `/wp-content/plugins/` directory.
     34== Frequently Asked Questions ==
     35= How many parameters are supported by this plugin and what would be the value for each parameter? =
     36There are total 6 parameters supported by this plugin. Explanation of each parameter are as below.
     37* Image URL - Pass Image url which you want to resize.
     38* Attach id - Pass the id of the image, image which you want to resize.
     39* Width - Width of new resized image.
     40* Height - Height of new resized image.
     41* PictureQuality - Pass the integer value out of 100, which set the Quality of image after resize it.
     42* Return - Pass the value ("Image") if you want to receive resized image instead of URL at frontend. By default it will give resized image URL.
    2143
    22 2. Activate the plugin through the 'Plugins' menu in WordPress.
     44= In which format should I pass parameter with shortcode? =
     45imgurl = URL of the image (String)
     46attach_id = ID of the image attachment (String)
     47picquality = Qaulity value (Integer)
     48width = (Integer)
     49height = (Integer)
     50return = (String)
    2351
    24 You will find 'CP Newsletter' Menu at left side in your WordPress admin panel.
     52= Is it always necessary to pass both parameters URL as well as ID of the image?
     53No, one should pass only one parameter from both of them in shortcode.
    2554
    2655== Screenshots ==
     
    30592. screenshot-2.png
    3160
     613. screenshot-3.png
     62
     63== Changelog ==
     64= 1.0 =
     65* Initial release.
     66
     67== Upgrade Notice ==
     68= 1.0 =
     69This version fixes a security related bug. Upgrade immediately.
Note: See TracChangeset for help on using the changeset viewer.