Cookie Consent - Version 2.1.6

Version Description

  • Updated: wpml-config.xml file
Download this release

Release Info

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

Code changes from version 2.1.5 to 2.1.6

Files changed (3) hide show
  1. readme.txt +4 -1
  2. uk-cookie-consent.php +1 -1
  3. wpml-config.xml +34 -32
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.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.
@@ -68,6 +68,9 @@ You will find more details of the regulations on the [Information Commissioner's
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 2.1.5 =
72
  * Fixed: added missing Italian translation files
73
 
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.6
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.
68
 
69
  == Changelog ==
70
 
71
+ = 2.1.6 =
72
+ * Updated: wpml-config.xml file
73
+
74
  = 2.1.5 =
75
  * Fixed: added missing Italian translation files
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.5
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.6
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent
wpml-config.xml CHANGED
@@ -1,34 +1,36 @@
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>
1
  <wpml-config>
2
+ <admin-texts>
3
+ <key name="ctcc_options_settings">
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>
10
+ <key name="ctcc_content_settings">
11
+ <key name="heading_text"/>
12
+ <key name="notification_text"/>
13
+ <key name="accept_text"/>
14
+ <key name="more_info_text"/>
15
+ <key name="more_info_page"/>
16
+ <key name="more_info_url"/>
17
+ <key name="more_info_target"/>
18
+ </key>
19
+ <key name="ctcc_styles_settings">
20
+ <key name="position" />
21
+ <key name="container_class" />
22
+ <key name="enqueue_styles" />
23
+ <key name="rounded_corners" />
24
+ <key name="drop_shadow" />
25
+ <key name="display_accept_with_text" />
26
+ <key name="x_close" />
27
+ <key name="text_color" />
28
+ <key name="bg_color" />
29
+ <key name="link_color" />
30
+ <key name="button_color" />
31
+ <key name="button_bg_color" />
32
+ <key name="bg_color" />
33
+ <key name="flat_button" />
34
+ </key>
35
+ </admin-texts>
36
  </wpml-config>