Plugin Directory

Changeset 2740256


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

Checked compatibility with WordPress version 6.0.

Location:
wp-fb-messenger-button-lite
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-fb-messenger-button-lite/trunk/readme.txt

    r2637941 r2740256  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.7
    6 Tested up to: 5.8
    7 Stable tag: 2.0.7
     6Tested up to: 6.0
     7Stable tag: 2.0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 2.0.8 =
     126* Checked compatibility with WordPress version 6.0.
     127
    125128= 2.0.7 =
    126129* Checked compatibility with WordPress version 5.8.
  • wp-fb-messenger-button-lite/trunk/wp-fb-messenger-button-lite.php

    r2637941 r2740256  
    77  Plugin URI:   https://access-keys.com/wp-messenger-button-lite
    88  Description:  MContact Button   allows you to easily create chat via messenger in WordPress.
    9   Version:      2.0.7
     9  Version:      2.0.8
    1010  Author:       Access Keys
    1111  Author URI:   https://access-keys.com
     
    101101        define('wpfbmb_JS_DIR', plugin_dir_url(__FILE__) . 'js/');
    102102        defined('wpfbmb_URL') or define('wpfbmb_URL', plugin_dir_url(__FILE__));
    103         defined('wpfbmb_PLUGIN_VERSION') or define('wpfbmb_PLUGIN_VERSION', '2.0.7');
     103        defined('wpfbmb_PLUGIN_VERSION') or define('wpfbmb_PLUGIN_VERSION', '2.0.8');  //plugin version
    104104        defined('WPFBMB_TD') or define('WPFBMB_TD', 'wp-fb-messenger-button-lite');
    105105
Note: See TracChangeset for help on using the changeset viewer.