Plugin Directory

Changeset 2739219


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

Checked compatibility with WordPress Version 6.0.

Location:
wp-viber-contact-button-lite
Files:
75 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-viber-contact-button-lite/trunk/readme.txt

    r2679025 r2739219  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.5
    6 Tested up to: 5.9
    7 Stable tag: 2.0.6
     6Tested up to: 6.0
     7Stable tag: 2.0.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 2.0.7 =
     105* Checked compatibility with WordPress Version 6.0.
     106
    104107= 2.0.6 =
    105108* Checked compatibility with WordPress Version 5.9.
  • wp-viber-contact-button-lite/trunk/wp-viber-contact-button-lite.php

    r2679025 r2739219  
    77Plugin URI:   https://accesspressthemes.com/wordpress-plugins/wp-viber-contact-button-lite/
    88Description:  VContact Button allows you to easily create chat via Viber in WordPress.
    9 Version:      2.0.6
     9Version:      2.0.7
    1010Author:       Access Keys
    1111Author URI:   https://access-keys.com
     
    7979        define( 'wpvcbL_CSS_DIR', plugin_dir_url( __FILE__ ) . 'css' );
    8080        define( 'wpvcbL_JS_DIR', plugin_dir_url( __FILE__ ) . 'js/' );
    81         defined('wpvcbL_PLUGIN_VERSION') or define('wpvcbL_PLUGIN_VERSION','2.0.6');
     81        defined('wpvcbL_PLUGIN_VERSION') or define('wpvcbL_PLUGIN_VERSION','2.0.7');
    8282        defined( 'WPVCBL_TD' ) or define( 'WPVCBL_TD', 'wp-viber-contact-button-lite' );
    8383
Note: See TracChangeset for help on using the changeset viewer.