Plugin Directory

Changeset 660426


Ignore:
Timestamp:
01/29/2013 12:43:42 AM (13 years ago)
Author:
wpreviewproduct
Message:

.updated the plugin for wp 3.5.1

Location:
wp-elegant-testimonial/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-elegant-testimonial/trunk/readme.txt

    r612170 r660426  
    11=== WP Elegant Testimonial ===
    22Contributors: wpreviewproduct
    3 Donate link: http://www.wpreviewproduct.com/
     3Donate link: http://wphowto.net/
    44Tags: wordpress testimonial, wordpress testimonial plugin, wp testimonial plugin, add testimonial in wordpress, wordpress customer testimonial, testimonial, testimonial widget, testimonials, testimonials widget, testimony
    55Requires at least: 3.4
    6 Tested up to: 3.4.2
    7 Stable tag: 1.1.2
     6Tested up to: 3.5.1
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99
     
    1212== Description ==
    1313
    14 WP Elegant Testimonial is an easy to use [WordPress Testimonial](http://www.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.
     14WP 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.
    1515
    1616= Features =
     
    3131
    3232
    33 For detailed documentation please visit: [WordPress Testimonial Plugin](http://www.wpreviewproduct.com/?p=229) page
     33For detailed documentation please visit: [WordPress Testimonial Plugin](http://wphowto.net/wp-elegant-testimonial-easy-to-use-wordpress-testimonial-plugin-295) page
    3434
    3535== Usage ==
     
    3737You 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.
    3838
    39 For more info please refer to: [WordPress Testimonial plugin](http://www.wpreviewproduct.com/?p=229) page
     39For more info please refer to: [WordPress Testimonial plugin](http://wphowto.net/wp-elegant-testimonial-easy-to-use-wordpress-testimonial-plugin-295) page
    4040
    4141== Installation ==
     
    5151=1.1.2=
    5252* testimonial is now displayed correctly on mouseover
     53=1.1.3=
     54* plugin is now compatible with WordPress 3.5.1
    5355
    5456== Frequently Asked Questions ==
     
    61631. A sample testimonial on a WordPress page.
    62642. 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  
    22/*
    33Plugin Name: WP Elegant Testimonial
    4 Version: 1.1.2
    5 Plugin URI: http://www.wpreviewproduct.com/?p=229
     4Version: 1.1.3
     5Plugin URI: http://wphowto.net/?p=295
    66Author: wpreviewproduct
    7 Author URI: http://www.wpreviewproduct.com/
     7Author URI: http://wphowto.net/
    88Description: A simple WordPress plugin to add testimonials to a WordPress post or page.
    99*/
    1010define('WP_ELEGANT_TESTIMONIAL_URL', plugins_url('',__FILE__));
    11 define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1.2");
     11define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1.3");
    1212include_once('wp-elegant-testimonial-menu.php');
    1313add_action('wp_enqueue_scripts', 'wp_elegant_testimonial_enqueue_scripts');
Note: See TracChangeset for help on using the changeset viewer.