Plugin Directory

Changeset 2726638


Ignore:
Timestamp:
05/19/2022 09:20:12 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with latest WordPress Version 5.9

Location:
ap-custom-testimonial
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • ap-custom-testimonial/trunk/ap-custom-testimonial.php

    r2664185 r2726638  
    66  Plugin URI: https://accesspressthemes.com/wordpress-plugins
    77  Description: A plugin to add testimonial to a site.
    8   Version: 1.4.8
     8  Version: 1.4.9
    99  Author: AccessPress Themes
    1010  Author URI: http://accesspressthemes.com
     
    1515//Decleration of the necessary constants for plugin
    1616  if (!defined('APCT_VERSION')) {
    17     define('APCT_VERSION', '1.4.8');
     17    define('APCT_VERSION', '1.4.9');
    1818}
    1919
  • ap-custom-testimonial/trunk/readme.txt

    r2664185 r2726638  
    44Tags: testimonial, simple, responsive, easy, testimonial slider, testimonial layouts, testimonials, testimonials slider, custom testimonial, testimonial shortcode
    55Requires at least: 3.8
    6 Tested up to: 5.8
    7 Stable tag: 1.4.8
     6Tested up to: 5.9
     7Stable tag: 1.4.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102
    103103== Changelog ==
     104= 1.4.9 =
     105* Compatibility check with latest WordPress Version 5.9
     106
     107
    104108= 1.4.8 =
    105109* Fixed a minor security issue.
Note: See TracChangeset for help on using the changeset viewer.