Plugin Directory

Changeset 2744091


Ignore:
Timestamp:
06/17/2022 11:48:36 AM (4 years ago)
Author:
Access Keys
Message:

Compability check WordPress latest version

Location:
ap-pricing-tables-lite
Files:
103 added
2 edited

Legend:

Unmodified
Added
Removed
  • ap-pricing-tables-lite/trunk/ap-pricing-tables-lite.php

    r2684253 r2744091  
    66  Plugin URI: https://accesspressthemes.com/wordpress-plugins/ap-pricing-tables-lite/
    77  Description: A plugin to add various pricing tables to posts/pages content using shortcodes.
    8   version: 1.1.5
     8  version: 1.1.6
    99  Author: AccessPress Themes
    1010  Author URI: https://accesspressthemes.com/
     
    1515
    1616//Declearation of the necessary constants for plugin
    17 defined( 'APPTS_VERSION' ) or define( 'APPTS_VERSION', '1.1.5' );
     17defined( 'APPTS_VERSION' ) or define( 'APPTS_VERSION', '1.1.6' ); //plugin version
    1818
    1919defined( 'APPTS_IMAGE_DIR' ) or define( 'APPTS_IMAGE_DIR', plugin_dir_url( __FILE__ ) . 'images' );
  • ap-pricing-tables-lite/trunk/readme.txt

    r2684253 r2744091  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.9
    7 Stable tag: 1.1.5
     6Tested up to: 6.0
     7Stable tag: 1.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    119119
    120120== Changelog ==
     121
     122= 1.1.6 =
     123* Checked compatibility with WP version 6.0.
     124
    121125= 1.1.5 =
    122126* Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.