Cookie Consent - Version 2.2.5

Version Description

  • Fixed: dismissed notification bar obscuring content
Download this release

Release Info

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

Code changes from version 2.2.4 to 2.2.5

assets/js/uk-cookie-consent-js.js CHANGED
@@ -23,6 +23,7 @@ function catapultAcceptCookies() {
23
  catapultSetCookie('catAccCookies', ctcc_vars.version, ctcc_vars.expiry);
24
  jQuery("html").removeClass('has-cookie-bar');
25
  jQuery("html").css("margin-top","0");
 
26
  }
27
  // The function called by the timer
28
  function ctccCloseNotification() {
23
  catapultSetCookie('catAccCookies', ctcc_vars.version, ctcc_vars.expiry);
24
  jQuery("html").removeClass('has-cookie-bar');
25
  jQuery("html").css("margin-top","0");
26
+ jQuery("#catapult-cookie-bar").fadeOut();
27
  }
28
  // The function called by the timer
29
  function ctccCloseNotification() {
public/class-ctcc-public.php CHANGED
@@ -43,7 +43,7 @@ if ( ! class_exists( 'CTCC_Public' ) ) { // Don't initialise if there's already
43
  if ( isset ( $options['enqueue_styles'] ) ) {
44
  wp_enqueue_style ( 'cookie-consent-style', CTCC_PLUGIN_URL . 'assets/css/style.css', '2.0.0' );
45
  }
46
- wp_enqueue_script ( 'cookie-consent', CTCC_PLUGIN_URL . 'assets/js/uk-cookie-consent-js.js', array ( 'jquery' ), '2.0.0', true );
47
  wp_localize_script (
48
  'cookie-consent',
49
  'ctcc_vars',
43
  if ( isset ( $options['enqueue_styles'] ) ) {
44
  wp_enqueue_style ( 'cookie-consent-style', CTCC_PLUGIN_URL . 'assets/css/style.css', '2.0.0' );
45
  }
46
+ wp_enqueue_script ( 'cookie-consent', CTCC_PLUGIN_URL . 'assets/js/uk-cookie-consent-js.js', array ( 'jquery' ), '2.2.5', true );
47
  wp_localize_script (
48
  'cookie-consent',
49
  'ctcc_vars',
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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, wpml, cookie bar, cookie notification bar
5
  Requires at least: 4.3
6
  Tested up to: 4.7
7
- Stable tag: 2.2.4
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.
@@ -70,6 +70,9 @@ You will find more details of the regulations on the [Information Commissioner's
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 2.2.4 =
74
  * Fixed: correct escaping for more info URL
75
 
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, wpml, cookie bar, cookie notification bar
5
  Requires at least: 4.3
6
  Tested up to: 4.7
7
+ Stable tag: 2.2.5
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.
70
 
71
  == Changelog ==
72
 
73
+ = 2.2.5 =
74
+ * Fixed: dismissed notification bar obscuring content
75
+
76
  = 2.2.4 =
77
  * Fixed: correct escaping for more info URL
78
 
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.2.4
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.2.5
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent