Italy Cookie Choices (for EU Cookie Law) - Version 2.4.4

Version Description

Release Date: January 6th, 2016

Dev time: 10h

  • Fixed Fatal error: Class 'CMLTranslations' not found
Download this release

Release Info

Developer overclokk
Plugin Icon Italy Cookie Choices (for EU Cookie Law)
Version 2.4.4
Comparing to
See all releases

Code changes from version 2.4.3 to 2.4.4

includes/functions-italy-cookie-choices-lang.php CHANGED
@@ -47,8 +47,6 @@ if ( ! function_exists( 'register_string' ) ) {
47
  */
48
  function register_string( $plugin_name_human_format, $string_name, $value ) {
49
 
50
- CMLTranslations::add( $string_name, $value, str_replace( ' ', '-', $plugin_name_human_format ) );
51
-
52
  if ( function_exists( 'icl_register_string' ) )
53
  icl_register_string( $plugin_name_human_format, $string_name, $value );
54
 
47
  */
48
  function register_string( $plugin_name_human_format, $string_name, $value ) {
49
 
 
 
50
  if ( function_exists( 'icl_register_string' ) )
51
  icl_register_string( $plugin_name_human_format, $string_name, $value );
52
 
italy-cookie-choices.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Italy Cookie Choices (for EU Cookie Law)
4
  * Plugin URI: https://plus.google.com/u/0/communities/109254048492234113886
5
  * Description: Italy Cookie Choices allows you to easily comply with the european cookie law and block third part cookie in your page.
6
- * Version: 2.4.3
7
  * Author: Enea Overclokk, Andrea Pernici, Andrea Cardinale
8
  * Author URI: https://github.com/ItalyCookieChoices/italy-cookie-choices
9
  * Text Domain: italy-cookie-choices
3
  * Plugin Name: Italy Cookie Choices (for EU Cookie Law)
4
  * Plugin URI: https://plus.google.com/u/0/communities/109254048492234113886
5
  * Description: Italy Cookie Choices allows you to easily comply with the european cookie law and block third part cookie in your page.
6
+ * Version: 2.4.4
7
  * Author: Enea Overclokk, Andrea Pernici, Andrea Cardinale
8
  * Author URI: https://github.com/ItalyCookieChoices/italy-cookie-choices
9
  * Text Domain: italy-cookie-choices
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: compliance, cookie law, cookies, eu cookie law, eu law, eu privacy directive, privacy, privacy directive, notification, privacy law, cookie law banner, implied consent, third party script, third party cookie
5
  Requires at least: 3.5
6
  Tested up to: 4.5.0
7
- Stable tag: 2.4.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -115,6 +115,13 @@ if it doesn't work activate standard theme and try
115
 
116
  == Changelog ==
117
 
 
 
 
 
 
 
 
118
  = 2.4.3 =
119
  Release Date: January 5th, 2016
120
 
4
  Tags: compliance, cookie law, cookies, eu cookie law, eu law, eu privacy directive, privacy, privacy directive, notification, privacy law, cookie law banner, implied consent, third party script, third party cookie
5
  Requires at least: 3.5
6
  Tested up to: 4.5.0
7
+ Stable tag: 2.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
115
 
116
  == Changelog ==
117
 
118
+ = 2.4.4 =
119
+ Release Date: January 6th, 2016
120
+
121
+ Dev time: 10h
122
+
123
+ * [Fixed Fatal error: Class 'CMLTranslations' not found](https://wordpress.org/support/topic/non-memorizza-la-configurazione?replies=1#post-7851297)
124
+
125
  = 2.4.3 =
126
  Release Date: January 5th, 2016
127