Plugin Directory

Changeset 2741098


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

Compatibility check with WordPress version 6.0

Location:
inline-call-to-action-builder-lite
Files:
116 added
2 edited

Legend:

Unmodified
Added
Removed
  • inline-call-to-action-builder-lite/trunk/inline-cta-builder-lite.php

    r2639801 r2741098  
    44  Plugin URI: http://accesspressthemes.com/wordpress-plugins/inline-cta-builder-lite
    55  Description: Responsive Call To Action Layer Plugin For WordPress
    6   Version:  1.1.1
     6  Version:  1.1.2
    77  Author:   AccessPress Themes
    88  Author URI:  http://accesspressthemes.com
     
    3939            global $wpdb;
    4040            defined('ICTABL_PATH') or define('ICTABL_PATH', plugin_dir_path(__FILE__));
    41             defined('ICTABL_VERSION') or define('ICTABL_VERSION', '1.1.1');
     41            defined('ICTABL_VERSION') or define('ICTABL_VERSION', '1.1.2'); //plugin version
    4242            defined('ICTABL_TD') or define('ICTABL_TD', 'inline-cta-builder-lite');
    4343            defined('ICTABL_URL') or define('ICTABL_URL', plugin_dir_url(__FILE__)); //plugin directory url
  • inline-call-to-action-builder-lite/trunk/readme.txt

    r2639801 r2741098  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.8
    7 Stable tag: 1.1.1
     6Tested up to: 6.0
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    142142== Changelog ==
    143143
     144= 1.1.2 =
     145* Compatibility check with WordPress version 6.0
     146
    144147= 1.1.1 =
    145148* Compatibility check with WordPress version 5.8.
Note: See TracChangeset for help on using the changeset viewer.