Changeset 1536335
- Timestamp:
- 11/18/2016 02:23:30 PM (9 years ago)
- Location:
- custom-cookie-message
- Files:
-
- 6 edited
- 1 copied
-
tags/1.4 (copied) (copied from custom-cookie-message/trunk)
-
tags/1.4/README.txt (modified) (1 diff)
-
tags/1.4/custom-cookie-message.php (modified) (1 diff)
-
tags/1.4/views/cookie-notice.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/custom-cookie-message.php (modified) (1 diff)
-
trunk/views/cookie-notice.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-cookie-message/tags/1.4/README.txt
r1530364 r1536335 3 3 Tags: 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 4 4 Requires at least: 1.0 5 Tested up to: 1. 36 Stable tag: 1. 35 Tested up to: 1.4 6 Stable tag: 1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-cookie-message/tags/1.4/custom-cookie-message.php
r1530364 r1536335 5 5 * Plugin URI: https://angrycreative.se/ 6 6 * Description: A customizable cookie message. 7 * Version: 1. 37 * Version: 1.4 8 8 * Author: Johan Sylvan, angrycreative 9 9 * Author URI: https://angrycreative.se/ -
custom-cookie-message/tags/1.4/views/cookie-notice.php
r1530364 r1536335 53 53 .container-cookies { 54 54 background-color: <?php echo $styling_options['message_color_picker'];?>; 55 //opacity: <?php echo $styling_options['opacity_amount']/100;?>; 56 } 57 .container-cookies p { 55 58 color: <?php echo $styling_options['text_color_picker'];?>; 56 //opacity: <?php echo $styling_options['opacity_amount']/100;?>;57 59 } 58 60 -
custom-cookie-message/trunk/README.txt
r1530364 r1536335 3 3 Tags: 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 4 4 Requires at least: 1.0 5 Tested up to: 1. 36 Stable tag: 1. 35 Tested up to: 1.4 6 Stable tag: 1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-cookie-message/trunk/custom-cookie-message.php
r1530364 r1536335 5 5 * Plugin URI: https://angrycreative.se/ 6 6 * Description: A customizable cookie message. 7 * Version: 1. 37 * Version: 1.4 8 8 * Author: Johan Sylvan, angrycreative 9 9 * Author URI: https://angrycreative.se/ -
custom-cookie-message/trunk/views/cookie-notice.php
r1530364 r1536335 53 53 .container-cookies { 54 54 background-color: <?php echo $styling_options['message_color_picker'];?>; 55 //opacity: <?php echo $styling_options['opacity_amount']/100;?>; 56 } 57 .container-cookies p { 55 58 color: <?php echo $styling_options['text_color_picker'];?>; 56 //opacity: <?php echo $styling_options['opacity_amount']/100;?>;57 59 } 58 60
Note: See TracChangeset
for help on using the changeset viewer.