Cookie Consent - Version 2.0.12

Version Description

  • Fixed: added flex-shrink: 0 to prevent button overflowing container on mobile
Download this release

Release Info

Developer Catapult_Themes
Plugin Icon 128x128 Cookie Consent
Version 2.0.12
Comparing to
See all releases

Code changes from version 2.0.11 to 2.0.12

Files changed (3) hide show
  1. assets/css/style.css +4 -0
  2. readme.txt +4 -2
  3. uk-cookie-consent.php +1 -1
assets/css/style.css CHANGED
@@ -64,6 +64,10 @@ button#catapultCookie {
64
  -webkit-justify-content: space-between;
65
  justify-content: space-between;
66
  }
 
 
 
 
67
  .cookie-bar-block #catapult-cookie-bar h3 {
68
  margin: 0.5em 0 0;
69
  }
64
  -webkit-justify-content: space-between;
65
  justify-content: space-between;
66
  }
67
+ .ctcc-right-side {
68
+ -webkit-flex-shrink: 0;
69
+ flex-shrink: 0;
70
+ }
71
  .cookie-bar-block #catapult-cookie-bar h3 {
72
  margin: 0.5em 0 0;
73
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Catapult_Themes, husobj, jraczynski
3
  Donate Link: https://paypal.com
4
  Tags: cookie law, cookies, EU, implied consent, uk cookie consent, compliance, eu cookie law, eu privacy directive, privacy, privacy directive, consent, cookie, cookie compliance, cookie law, eu cookie, notice, notification, notify, cookie notice, cookie notification, cookie notify
5
  Requires at least: 4.3
6
- Tested up to: 4.5.1
7
- Stable tag: 2.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  The only cookie consent plugin you'll ever need.
@@ -54,6 +54,8 @@ You will find more details of the regulations on the [Information Commissioner's
54
  4. Customization panel
55
  5. Example settings page
56
  == Changelog ==
 
 
57
  = 2.0.11 =
58
  * Fixed: syntax error in class-ctcc-public.php
59
  = 2.0.10 =
3
  Donate Link: https://paypal.com
4
  Tags: cookie law, cookies, EU, implied consent, uk cookie consent, compliance, eu cookie law, eu privacy directive, privacy, privacy directive, consent, cookie, cookie compliance, cookie law, eu cookie, notice, notification, notify, cookie notice, cookie notification, cookie notify
5
  Requires at least: 4.3
6
+ Tested up to: 4.5.2
7
+ Stable tag: 2.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  The only cookie consent plugin you'll ever need.
54
  4. Customization panel
55
  5. Example settings page
56
  == Changelog ==
57
+ = 2.0.12 =
58
+ * Fixed: added flex-shrink: 0 to prevent button overflowing container on mobile
59
  = 2.0.11 =
60
  * Fixed: syntax error in class-ctcc-public.php
61
  = 2.0.10 =
uk-cookie-consent.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cookie Consent
4
  Plugin URI: http://catapultthemes.com/cookie-consent/
5
  Description: The only cookie consent plugin you'll ever need.
6
- Version: 2.0.11
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent
3
  Plugin Name: Cookie Consent
4
  Plugin URI: http://catapultthemes.com/cookie-consent/
5
  Description: The only cookie consent plugin you'll ever need.
6
+ Version: 2.0.12
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent