Plugin Directory

Changeset 2737856


Ignore:
Timestamp:
06/06/2022 06:39:35 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with WordPress version 5.6.0 .

Location:
wp-cookie-user-info
Files:
102 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-cookie-user-info/trunk/readme.txt

    r2649820 r2737856  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.8
    6 Tested up to: 5.8.2
    7 Stable tag: 1.0.9
     6Tested up to: 5.6.0
     7Stable tag: 1.1.0
    88Requires PHP: 7.1.12
    99License: GPLv2 or later
     
    120120== Changelog ==
    121121
     122= 1.1.0 =
     123* Compatibility check with WordPress version 5.6.0 .
     124
    122125= 1.0.9 =
    123126* Fixed some security issues with plugin.
  • wp-cookie-user-info/trunk/wp-cookie-user-info.php

    r2650278 r2737856  
    55  Plugin URI: https://accesspressthemes.com/wordpress-plugins/wp-cookie-user-info/
    66  Description: Plugin to display cookie info bar on your website, for letting visitors get notified about the sites preferences and legal issues.
    7   Version: 1.0.9
     7  Version: 1.1.0
    88  Author: AccessPress Themes
    99  Author URI: http://accesspressthemes.com
     
    400400            defined('WPCUI_CSS') or define('WPCUI_CSS', WPCUI_DIR_URL . 'assets/css/');
    401401            defined('WPCUI_JS') or define('WPCUI_JS', WPCUI_DIR_URL . 'assets/js/');
    402             defined('WPCUI_VERSION') or define('WPCUI_VERSION', '1.0.9');
     402            defined('WPCUI_VERSION') or define('WPCUI_VERSION', '1.1.0');
    403403            defined('WPCUI_IMAGE') or define('WPCUI_IMAGE', WPCUI_DIR_URL . 'assets/images/');
    404404            defined('WPCUI_DOMAIN') or define('WPCUI_DOMAIN', 'wp-cookie-user-info');
Note: See TracChangeset for help on using the changeset viewer.