iubenda Cookie Solution for GDPR - Version 1.14.3

Version Description

  • New: Option to enqueue scripts in header or footer
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 iubenda Cookie Solution for GDPR
Version 1.14.3
Comparing to
See all releases

Code changes from version 1.4.2 to 1.14.3

Files changed (2) hide show
  1. iubenda_cookie_solution.php +5 -5
  2. readme.txt +6 -3
iubenda_cookie_solution.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: iubenda Cookie Solution
4
  Plugin URI: https://www.iubenda.com
5
- Description: iubenda�s Cookie Solution allows you to manage all aspects of cookie law on WP.
6
- Version: 1.14.2
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
@@ -12,7 +12,7 @@ Text Domain: iubenda-cookie-law-solution
12
  Domain Path: /languages
13
 
14
  ibenda Cookie Solution
15
- Copyright (C) 2016, iubenda s.r.l
16
 
17
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
18
 
@@ -35,7 +35,7 @@ $iubenda_cookie_law_solution = new iubenda_Cookie_Law_Solution();
35
  * iubenda_Cookie_Law_Solution final class.
36
  *
37
  * @class iubenda_Cookie_Law_Solution
38
- * @version 1.14.2
39
  */
40
  class iubenda_Cookie_Law_Solution {
41
 
@@ -51,7 +51,7 @@ class iubenda_Cookie_Law_Solution {
51
  'loading' => 'header',
52
  'deactivation' => false
53
  );
54
- public $version = '1.14.2';
55
  public $no_html = false;
56
  public $links = array();
57
  public $multilang = false;
2
  /*
3
  Plugin Name: iubenda Cookie Solution
4
  Plugin URI: https://www.iubenda.com
5
+ Description: The iubenda Cookie Solution allows you to manage all aspects of the cookie law on WP.
6
+ Version: 1.14.3
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
12
  Domain Path: /languages
13
 
14
  ibenda Cookie Solution
15
+ Copyright (C) 2016-2017, iubenda s.r.l
16
 
17
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
18
 
35
  * iubenda_Cookie_Law_Solution final class.
36
  *
37
  * @class iubenda_Cookie_Law_Solution
38
+ * @version 1.14.3
39
  */
40
  class iubenda_Cookie_Law_Solution {
41
 
51
  'loading' => 'header',
52
  'deactivation' => false
53
  );
54
+ public $version = '1.14.3';
55
  public $no_html = false;
56
  public $links = array();
57
  public $multilang = false;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: cookies, cookie law, cookie policy, cookie banner, cookie block, privacy policy, cookie consent, privacy
5
  Requires at least: 4.0
6
  Tested up to: 4.8
7
- Stable tag: 1.14.2
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -117,9 +117,12 @@ Yes, right here: https://www.iubenda.com/en/help/posts/1177
117
 
118
  == Changelog ==
119
 
120
- = 1.14.2 =
121
  * New: Option to enqueue scripts in header or footer
122
 
 
 
 
123
  = 1.14.1 =
124
  * New: Option to delete all plugin data upon deactivation
125
  * Fix: Code script attributes stripped from default code block
@@ -292,5 +295,5 @@ Yes, right here: https://www.iubenda.com/en/help/posts/1177
292
 
293
  == Upgrade Notice ==
294
 
295
- = 1.14.2 =
296
  * New: Option to enqueue scripts in header or footer
4
  Tags: cookies, cookie law, cookie policy, cookie banner, cookie block, privacy policy, cookie consent, privacy
5
  Requires at least: 4.0
6
  Tested up to: 4.8
7
+ Stable tag: 1.14.3
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
117
 
118
  == Changelog ==
119
 
120
+ = 1.14.3 =
121
  * New: Option to enqueue scripts in header or footer
122
 
123
+ = 1.14.2 =
124
+ * New: Improved script options saving
125
+
126
  = 1.14.1 =
127
  * New: Option to delete all plugin data upon deactivation
128
  * Fix: Code script attributes stripped from default code block
295
 
296
  == Upgrade Notice ==
297
 
298
+ = 1.14.3 =
299
  * New: Option to enqueue scripts in header or footer