Changeset 713451
- Timestamp:
- 05/15/2013 01:25:19 PM (13 years ago)
- Location:
- wp-elegant-testimonial/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-elegant-testimonial.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-elegant-testimonial/trunk/readme.txt
r660426 r713451 1 1 === WP Elegant Testimonial === 2 2 Contributors: wpreviewproduct 3 Donate link: http://wphowto.net/ 4 Tags: wordpress testimonial, wordpress testimonial plugin, wp testimonial plugin, add testimonial in wordpress, wordpress customer testimonial, testimonial, testimonial widget, testimonials, testimonials widget, testimony3 Donate link: http://wphowto.net/?p=295 4 Tags: testimonial, widget, testimonials, testimony, review, client, customer, recommendation, quotations, quote, quotes, reference, feedback, shortcode, plugin, comments, Post, admin, posts, sidebar, images, page, image, links 5 5 Requires at least: 3.4 6 Tested up to: 3. 5.17 Stable tag: 1.1. 36 Tested up to: 3.6 7 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 … … 46 46 47 47 =1.1.0= 48 48 49 * First release 50 49 51 =1.1.1= 52 50 53 * Fixed some minor bugs 54 51 55 =1.1.2= 56 52 57 * testimonial is now displayed correctly on mouseover 58 53 59 =1.1.3= 60 54 61 * plugin is now compatible with WordPress 3.5.1 62 63 =1.1.4= 64 65 * plugin is now compatible with WordPress 3.6 55 66 56 67 == Frequently Asked Questions == -
wp-elegant-testimonial/trunk/wp-elegant-testimonial.php
r660426 r713451 2 2 /* 3 3 Plugin Name: WP Elegant Testimonial 4 Version: 1.1. 34 Version: 1.1.4 5 5 Plugin URI: http://wphowto.net/?p=295 6 6 Author: wpreviewproduct … … 9 9 */ 10 10 define('WP_ELEGANT_TESTIMONIAL_URL', plugins_url('',__FILE__)); 11 define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1. 3");11 define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1.4"); 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.