Plugin Directory

Changeset 1422215


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

change readme file

File:
1 edited

Legend:

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

    r1422207 r1422215  
    1 === Run time Image resizing ===
     1=== CP Simple Newsletter ===
    22Contributors: Commercepundit
    3 Tags: bulk resize, downsize, image, imsanity, optimisation, optimise, Optimization, image optimization, plugin, resize, resizing, crop image, runtime resizing
    4 Requires at least: 3.0.1
    5 Tested up to: 4.5.2
    6 Stable tag: 1.0
     3Tags: newsletter
     4Requires at least: 4.0
     5Tested up to: 4.5
     6Stable tag: 1.0.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 This plugin resize the image which is already uploaded and it is updating image at run time
     10Simple Newsletter form with sortcode to show anywhere on website , simple to use.
    1111
    1212== Description ==
    13 What 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.
    15 Developers can use this plugin by using Shortcode. In shortcode one has to pass attachment url or attachment id with width and height for which
    16 he/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.
    17 If one want image in return value then he/she must pass paramater "return='image'" in Shortcode otherwise it will return image URL.
    18 When you use this shortcode in wordpress editor then you should use "return" attribute with "Image" value.
    19 Non-Dveloper user can use backend tool for resizing.
    2013
    21 == Features ==
    22 
    23 1. "Run time Image resizing" provide facility of resizing images at run time with user defined height and width.
    24 2. This plugin also provide backend configuration for resizing image. One can resize the image and also get resized image at same place.
    25 3. One can download the resized image by Right click on image
     14Simple Newsletter plugin can be added on any post or pages by just adding sortcode [cp_simple_newsletter].
     15Allow 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.
    2616
    2717
    2818== Installation ==
    29 1. Upload "Run time Image resizing" to the "/wp-content/plugins/" directory.
    30 2. Activate the plugin through the "Plugins" menu in WordPress.
    31 3. Place "do_shortcode('[resize_img width="new-width" height="new-height" imgurl="Url of Attachment" attach_id="Id of Attachment" picquality="jpeg pic quality"]' );"
    32 in your templates. It will return you resized image url.
    3319
    34 == Frequently Asked Questions ==
    35 = How many parameters are supported by this plugin and what would be the value for each parameter? =
    36 There 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.
     201. Upload the entire `cp-simple-newsletter` folder to the `/wp-content/plugins/` directory.
    4321
    44 = In which format should I pass parameter with shortcode? =
    45 imgurl = URL of the image (String)
    46 attach_id = ID of the image attachment (String)
    47 picquality = Qaulity value (Integer)
    48 width = (Integer)
    49 height = (Integer)
    50 return = (String)
     222. Activate the plugin through the 'Plugins' menu in WordPress.
    5123
    52 = Is it always necessary to pass both parameters URL as well as ID of the image?
    53 No, one should pass only one parameter from both of them in shortcode.
     24You will find 'CP Newsletter' Menu at left side in your WordPress admin panel.
    5425
    5526== Screenshots ==
     
    59302. screenshot-2.png
    6031
    61 3. screenshot-3.png
    62 
    63 == Changelog ==
    64 = 1.0 =
    65 * Initial release.
    66 
    67 == Upgrade Notice ==
    68 = 1.0 =
    69 This version fixes a security related bug. Upgrade immediately.
Note: See TracChangeset for help on using the changeset viewer.