Changeset 1422207
- Timestamp:
- 05/23/2016 10:02:10 AM (10 years ago)
- File:
-
- 1 edited
-
cp-simple-newsletter/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cp-simple-newsletter/trunk/readme.txt
r1418573 r1422207 1 === CP Simple Newsletter===1 === Run time Image resizing === 2 2 Contributors: Commercepundit 3 Tags: newsletter4 Requires at least: 4.05 Tested up to: 4.5 6 Stable tag: 1.0 .03 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 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Simple Newsletter form with sortcode to show anywhere on website , simple to use. 10 This plugin resize the image which is already uploaded and it is updating image at run time 11 11 12 12 == 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. 13 20 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 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 16 26 17 27 18 28 == 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. 19 33 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? = 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. 21 43 22 2. Activate the plugin through the 'Plugins' menu in WordPress. 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) 23 51 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? 53 No, one should pass only one parameter from both of them in shortcode. 25 54 26 55 == Screenshots == … … 30 59 2. screenshot-2.png 31 60 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.