Cookie Consent - Version 2.1.4

Version Description

  • Fixed: replaced wpml-config.xml file
Download this release

Release Info

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

Code changes from version 2.1.3 to 2.1.4

Files changed (3) hide show
  1. readme.txt +6 -1
  2. uk-cookie-consent.php +1 -1
  3. wpml-config.xml +34 -0
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.6.1
7
- Stable tag: 2.1.3
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.
@@ -58,14 +58,19 @@ Yep. Take a look at [the demo](http://cookieconsent.catapultthemes.com/). Reset
58
  You have to make up your own mind about that or consult a legal expert.
59
  = Where can I find out more about the UK laws regarding cookies? =
60
  You will find more details of the regulations on the [Information Commissioner's Office site](http://www.ico.gov.uk/for_organisations/privacy_and_electronic_communications/the_guide/cookies.aspx).
 
61
  == Screenshots ==
62
  1. Notification bar along the top of the screen
63
  2. Detail of notification bar on the bottom of the screen
64
  3. Notification box in corner
65
  4. Customization panel
66
  5. Example settings page
 
67
  == Changelog ==
68
 
 
 
 
69
  = 2.1.3 =
70
  * Updated: tags
71
 
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.6.1
7
+ Stable tag: 2.1.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.
58
  You have to make up your own mind about that or consult a legal expert.
59
  = Where can I find out more about the UK laws regarding cookies? =
60
  You will find more details of the regulations on the [Information Commissioner's Office site](http://www.ico.gov.uk/for_organisations/privacy_and_electronic_communications/the_guide/cookies.aspx).
61
+
62
  == Screenshots ==
63
  1. Notification bar along the top of the screen
64
  2. Detail of notification bar on the bottom of the screen
65
  3. Notification box in corner
66
  4. Customization panel
67
  5. Example settings page
68
+
69
  == Changelog ==
70
 
71
+ = 2.1.4 =
72
+ * Fixed: replaced wpml-config.xml file
73
+
74
  = 2.1.3 =
75
  * Updated: tags
76
 
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.1.3
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.1.4
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent
wpml-config.xml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <wpml-config>
2
+ <admin-texts>
3
+ <key name="ctcc_options_section">
4
+ <key name="closure" />
5
+ <key name="first_page" />
6
+ <key name="duration" />
7
+ <key name="cookie_expiry" />
8
+ <key name="cookie_version" />
9
+ <key name="ctcc_content_section" />
10
+ <key name="heading_text" />
11
+ <key name="notification_text" />
12
+ <key name="more_info_text" />
13
+ <key name="more_info_page" />
14
+ <key name="more_info_url" />
15
+ <key name="more_info_target" />
16
+ <key name="accept_text" />
17
+ <key name="ctcc_styles_section" />
18
+ <key name="position" />
19
+ <key name="container_class" />
20
+ <key name="enqueue_styles" />
21
+ <key name="rounded_corners" />
22
+ <key name="drop_shadow" />
23
+ <key name="display_accept_with_text" />
24
+ <key name="x_close" />
25
+ <key name="text_color" />
26
+ <key name="bg_color" />
27
+ <key name="link_color" />
28
+ <key name="button_color" />
29
+ <key name="button_bg_color" />
30
+ <key name="bg_color" />
31
+ <key name="flat_button" />
32
+ </key>
33
+ </admin-texts>
34
+ </wpml-config>