Plugin Directory

Changeset 1899112


Ignore:
Timestamp:
06/26/2018 09:49:59 AM (8 years ago)
Author:
markwt
Message:

​- version 1.5.8 - Support for <u> in message bar

Location:
cookie-law-info
Files:
34 added
4 edited

Legend:

Unmodified
Added
Removed
  • cookie-law-info/trunk/admin/cli-admin.php

    r1885932 r1899112  
    175175        $new_settings['button_1_as_button']     = $old_settings['show_as_button'];
    176176        $new_settings['button_1_button_colour'] = $old_settings['colour_button_bg'];
    177         $new_settings['notify_message']         = $old_settings['message_text'];
     177        $new_settings['notify_message']         = apply_filters('cli_change_message',$old_settings['message_text']);
    178178        $new_settings['text']                   = $old_settings['colour_text'];
    179179       
     
    248248        ),
    249249        'strong' => array(
     250            'id' => array(),
     251            'class' => array()
     252        ),
     253        'u' =>array(
    250254            'id' => array(),
    251255            'class' => array()
  • cookie-law-info/trunk/cookie-law-info.php

    r1883791 r1899112  
    66Author: webtoffee
    77Author URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
    8 Version: 1.5.7
     8Version: 1.5.8
    99License: GPL2
    1010Text Domain: cookie-law-info
  • cookie-law-info/trunk/js/cookielawinfo.js

    r1885932 r1899112  
    11function cli_show_cookiebar(p) {
    2     /* plugin version 1.5.4 */
     2    /* plugin version 1.5.8 */
    33    var Cookie = {
    44        set: function(name,value,days) {
  • cookie-law-info/trunk/readme.txt

    r1883791 r1899112  
    55Requires at least: 3.3.1
    66Tested up to: 4.9.6
    7 Stable tag: 1.5.7
     7Stable tag: 1.5.8
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    167167== Changelog ==
    168168
     169= 1.5.8 =
     170
     171* Support for <u> in the message bar.
     172
    169173= 1.5.7 =
    170174* Danish translation added
     
    266270== Upgrade Notice ==
    267271
    268 = 1.5.7 =
    269 
    270 * Danish translation added
     272= 1.5.8 =
     273
     274* Support for <u> in the message bar.
Note: See TracChangeset for help on using the changeset viewer.