Plugin Directory

Changeset 713451


Ignore:
Timestamp:
05/15/2013 01:25:19 PM (13 years ago)
Author:
wpreviewproduct
Message:

. plugin is now compatible with wp 3.6

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

Legend:

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

    r660426 r713451  
    11=== WP Elegant Testimonial ===
    22Contributors: 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, testimony
     3Donate link: http://wphowto.net/?p=295
     4Tags: testimonial, widget, testimonials, testimony, review, client, customer, recommendation, quotations, quote, quotes, reference, feedback, shortcode, plugin, comments, Post, admin, posts, sidebar, images, page, image, links
    55Requires at least: 3.4
    6 Tested up to: 3.5.1
    7 Stable tag: 1.1.3
     6Tested up to: 3.6
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99
     
    4646
    4747=1.1.0=
     48
    4849* First release
     50
    4951=1.1.1=
     52
    5053* Fixed some minor bugs
     54
    5155=1.1.2=
     56
    5257* testimonial is now displayed correctly on mouseover
     58
    5359=1.1.3=
     60
    5461* plugin is now compatible with WordPress 3.5.1
     62
     63=1.1.4=
     64
     65* plugin is now compatible with WordPress 3.6
    5566
    5667== Frequently Asked Questions ==
  • wp-elegant-testimonial/trunk/wp-elegant-testimonial.php

    r660426 r713451  
    22/*
    33Plugin Name: WP Elegant Testimonial
    4 Version: 1.1.3
     4Version: 1.1.4
    55Plugin URI: http://wphowto.net/?p=295
    66Author: wpreviewproduct
     
    99*/
    1010define('WP_ELEGANT_TESTIMONIAL_URL', plugins_url('',__FILE__));
    11 define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1.3");
     11define('WP_ELEGANT_TESTIMONIAL_VERSION', "1.1.4");
    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.