Plugin Directory

Changeset 2737979


Ignore:
Timestamp:
06/06/2022 11:07:46 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility Check With Latest Wordpress Version 6.0.

Location:
everest-faq-manager-lite
Files:
53 added
2 edited

Legend:

Unmodified
Added
Removed
  • everest-faq-manager-lite/trunk/everest-faq-manager-lite.php

    r2628532 r2737979  
    55  Plugin URI: https://accesspressthemes.com/wordpress-plugins/everest-faq-manager-lite/
    66  Description: A plugin to add FAQs to posts/pages content using shortcodes and widgets.
    7   version: 1.0.9
     7  version: 1.1.0
    88  Author: AccessPress Themes
    99  Author URI: https://accesspressthemes.com/
     
    5252            defined('EFAQML_PLUGIN_PATH') or define('EFAQML_PLUGIN_PATH', plugin_dir_path(__FILE__));
    5353
    54             defined('EFAQM_PLUGIN_VERSION') or define('EFAQM_PLUGIN_VERSION', '1.0.9');
     54            defined('EFAQM_PLUGIN_VERSION') or define('EFAQM_PLUGIN_VERSION', '1.1.0');
    5555
    5656            defined('EFAQM_IMAGE_DIR') or define('EFAQM_IMAGE_DIR', plugin_dir_url(__FILE__) . 'images');
  • everest-faq-manager-lite/trunk/readme.txt

    r2628532 r2737979  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.8
    7 Stable tag: 1.0.9
     6Tested up to: 6.0
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969
    7070== Changelog ==
     71
     72= 1.1.0 =
     73* Compatibility Check With Latest Wordpress Version 6.0.
     74
    7175= 1.0.9 =
    7276* Updated wp-color-picker-alpha.js to version 3.0.0.
Note: See TracChangeset for help on using the changeset viewer.