Changeset 660426
- Timestamp:
- 01/29/2013 12:43:42 AM (13 years ago)
- Location:
- wp-elegant-testimonial/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (6 diffs)
-
wp-elegant-testimonial.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-elegant-testimonial/trunk/readme.txt
r612170 r660426 1 1 === WP Elegant Testimonial === 2 2 Contributors: wpreviewproduct 3 Donate link: http://w ww.wpreviewproduct.com/3 Donate link: http://wphowto.net/ 4 4 Tags: wordpress testimonial, wordpress testimonial plugin, wp testimonial plugin, add testimonial in wordpress, wordpress customer testimonial, testimonial, testimonial widget, testimonials, testimonials widget, testimony 5 5 Requires at least: 3.4 6 Tested up to: 3. 4.27 Stable tag: 1.1. 26 Tested up to: 3.5.1 7 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 … … 12 12 == Description == 13 13 14 WP Elegant Testimonial is an easy to use [WordPress Testimonial](http://w ww.wpreviewproduct.com/?p=229) Plugin to insert testimonials to a post or page. There is no limit to the number of testimonials you can use on a specific page. You can insert as many testimonials as you want using shortcodes.14 WP Elegant Testimonial is an easy to use [WordPress Testimonial](http://wphowto.net/wp-elegant-testimonial-easy-to-use-wordpress-testimonial-plugin-295) Plugin to insert testimonials to a post or page. There is no limit to the number of testimonials you can use on a specific page. You can insert as many testimonials as you want using shortcodes. 15 15 16 16 = Features = … … 31 31 32 32 33 For detailed documentation please visit: [WordPress Testimonial Plugin](http://w ww.wpreviewproduct.com/?p=229) page33 For detailed documentation please visit: [WordPress Testimonial Plugin](http://wphowto.net/wp-elegant-testimonial-easy-to-use-wordpress-testimonial-plugin-295) page 34 34 35 35 == Usage == … … 37 37 You need to embed the appropriate shortcode to add testimonials to a WordPress post or page. Once you have installed the plugin please go to "WP Elegant Testimonial" option under "Settings". Follw the instructions for using the shortcode. 38 38 39 For more info please refer to: [WordPress Testimonial plugin](http://w ww.wpreviewproduct.com/?p=229) page39 For more info please refer to: [WordPress Testimonial plugin](http://wphowto.net/wp-elegant-testimonial-easy-to-use-wordpress-testimonial-plugin-295) page 40 40 41 41 == Installation == … … 51 51 =1.1.2= 52 52 * testimonial is now displayed correctly on mouseover 53 =1.1.3= 54 * plugin is now compatible with WordPress 3.5.1 53 55 54 56 == Frequently Asked Questions == … … 61 63 1. A sample testimonial on a WordPress page. 62 64 2. Full Description is displayed when a user hovers over the image. 63 64 == Upgrade Notice ==65 66 -
wp-elegant-testimonial/trunk/wp-elegant-testimonial.php
r612170 r660426 2 2 /* 3 3 Plugin Name: WP Elegant Testimonial 4 Version: 1.1. 25 Plugin URI: http://w ww.wpreviewproduct.com/?p=2294 Version: 1.1.3 5 Plugin URI: http://wphowto.net/?p=295 6 6 Author: wpreviewproduct 7 Author URI: http://w ww.wpreviewproduct.com/7 Author URI: http://wphowto.net/ 8 8 Description: A simple WordPress plugin to add testimonials to a WordPress post or page. 9 9 */ 10 10 define('WP_ELEGANT_TESTIMONIAL_URL', plugins_url('',__FILE__)); 11 define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1. 2");11 define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1.3"); 12 12 include_once('wp-elegant-testimonial-menu.php'); 13 13 add_action('wp_enqueue_scripts', 'wp_elegant_testimonial_enqueue_scripts');
Note: See TracChangeset
for help on using the changeset viewer.