Plugin Directory

Changeset 1536335


Ignore:
Timestamp:
11/18/2016 02:23:30 PM (9 years ago)
Author:
johansylvan
Message:

Release 1.4

Location:
custom-cookie-message
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • custom-cookie-message/tags/1.4/README.txt

    r1530364 r1536335  
    33Tags:  custom, cookie, message, consent, cookie bar, cookie compliance, cookie law, cookie notice, cookie notification, cookie notification bar, cookie notify, cookies, eu, eu cookie, eu cookie law, notice, notification, notify, custom cookie message, WPML, Polylang, Multisite, multisites
    44Requires at least: 1.0
    5 Tested up to: 1.3
    6 Stable tag: 1.3
     5Tested up to: 1.4
     6Stable tag: 1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • custom-cookie-message/tags/1.4/custom-cookie-message.php

    r1530364 r1536335  
    55 * Plugin URI: https://angrycreative.se/
    66 * Description: A customizable cookie message.
    7  * Version: 1.3
     7 * Version: 1.4
    88 * Author: Johan Sylvan, angrycreative
    99 * Author URI: https://angrycreative.se/
  • custom-cookie-message/tags/1.4/views/cookie-notice.php

    r1530364 r1536335  
    5353    .container-cookies {
    5454        background-color: <?php echo $styling_options['message_color_picker'];?>;
     55        //opacity: <?php echo $styling_options['opacity_amount']/100;?>;
     56    }
     57    .container-cookies p {
    5558        color: <?php echo $styling_options['text_color_picker'];?>;
    56         //opacity: <?php echo $styling_options['opacity_amount']/100;?>;
    5759    }
    5860
  • custom-cookie-message/trunk/README.txt

    r1530364 r1536335  
    33Tags:  custom, cookie, message, consent, cookie bar, cookie compliance, cookie law, cookie notice, cookie notification, cookie notification bar, cookie notify, cookies, eu, eu cookie, eu cookie law, notice, notification, notify, custom cookie message, WPML, Polylang, Multisite, multisites
    44Requires at least: 1.0
    5 Tested up to: 1.3
    6 Stable tag: 1.3
     5Tested up to: 1.4
     6Stable tag: 1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • custom-cookie-message/trunk/custom-cookie-message.php

    r1530364 r1536335  
    55 * Plugin URI: https://angrycreative.se/
    66 * Description: A customizable cookie message.
    7  * Version: 1.3
     7 * Version: 1.4
    88 * Author: Johan Sylvan, angrycreative
    99 * Author URI: https://angrycreative.se/
  • custom-cookie-message/trunk/views/cookie-notice.php

    r1530364 r1536335  
    5353    .container-cookies {
    5454        background-color: <?php echo $styling_options['message_color_picker'];?>;
     55        //opacity: <?php echo $styling_options['opacity_amount']/100;?>;
     56    }
     57    .container-cookies p {
    5558        color: <?php echo $styling_options['text_color_picker'];?>;
    56         //opacity: <?php echo $styling_options['opacity_amount']/100;?>;
    5759    }
    5860
Note: See TracChangeset for help on using the changeset viewer.