iubenda Cookie Solution for GDPR - Version 1.11.1

Version Description

  • New: Created a new option that disables the plugin on RSS feeds
  • New: Improved the control that checks if the request content type is HTML
  • Fixed an issue with the banner script
  • Fixed a series of conflicts with UTF-8 special characters caused by the experimental parsing engine
Download this release

Release Info

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

Code changes from version 1.11.1-beta1 to 1.11.1

Files changed (2) hide show
  1. iubenda_cookie_solution.php +1 -1
  2. readme.txt +10 -2
iubenda_cookie_solution.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://www.iubenda.com
6
  * Description: Iubenda Cookie Solution permette di gestire tutti gli aspetti della cookie law su WP.
7
  * Author: iubenda
8
- * Version: 1.11.1-beta1
9
  * Text Domain: iubenda-cookie-wp-plugin
10
  * Author URI: https://www.iubenda.com
11
  */
5
  * Plugin URI: https://www.iubenda.com
6
  * Description: Iubenda Cookie Solution permette di gestire tutti gli aspetti della cookie law su WP.
7
  * Author: iubenda
8
+ * Version: 1.11.1
9
  * Text Domain: iubenda-cookie-wp-plugin
10
  * Author URI: https://www.iubenda.com
11
  */
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: 3.0.1
6
  Tested up to: 4.4.1
7
- Stable tag: 1.11.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -103,6 +103,8 @@ Il plugin Wordpress di iubenda permette di semplificare l’adeguamento del prop
103
 
104
  == Installation ==
105
 
 
 
106
  **NOTE: This plugin is a beta and could in certain situations still have bugs. We encourage you to actively let us know about any issues here:** [Uservoice forum](http://support.iubenda.com/forums/314835-general/suggestions/9670701-discussion-regarding-the-iubenda-cookie-law-soluti)
107
 
108
  - **Installation via WP.org**: search in your WordPress plugin admin panel for "Iubenda Cookie Solution", install it;
@@ -116,6 +118,12 @@ Il plugin Wordpress di iubenda permette di semplificare l’adeguamento del prop
116
  - In case you're querying WordPress via API, you can disable our plugin by using the iub_no_parse=true URL parameter, like this: www.example.com/api/get_recent_posts?iub_no_parse=true.
117
 
118
 
 
 
 
 
 
 
119
  - **Installazione automatica**: installa da WordPres.org cercando "Iubenda Cookie Solution";
120
  - Una volta installato ed attivato il plugin, accedi al pannello Admin (Impostazioni > Iubenda Cookie Solution) dove ti verrà chiesto di incollare in un campo il codice che iubenda genera quando attivi il kit cookie law sulla tua privacy policy. Per ulteriori informazioni su come attivare il kit cookie law, consulta questo articolo: https://www.iubenda.com/it/help/posts/680;
121
  - A questo punto il plugin inizierà a mostrare il banner in cui è richiamata la tua cookie policy agli utenti che visitano il sito per la prima volta senza la necessità di altre configurazioni;
@@ -150,7 +158,7 @@ Yes, right here: https://www.iubenda.com/en/help/posts/1177
150
 
151
  = 1.11.0 =
152
  * New: Introduced a MUCH FASTER experimental parsing engine (visit the plugin options and select the experimental parsing engine)
153
- * New: Created a new option that allow users to enable/disable the parsing engine and to select the parsing engine between stabile and experimental
154
  * New: Created a new option that filters the output buffer level to get only the first level ()
155
  * Fixed a series of conflicts with AJAX requests, which were conflicting with Contact Form 7, BackWPUp and other plugins
156
  * Added filter that only activates the plugin when the Content Type is text/html, enabled by default
4
  Tags: cookies, cookie law, cookie policy, cookie banner, cookie block, privacy policy, cookie consent, privacy
5
  Requires at least: 3.0.1
6
  Tested up to: 4.4.1
7
+ Stable tag: 1.11.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
103
 
104
  == Installation ==
105
 
106
+ ------ ENGLISH ------
107
+
108
  **NOTE: This plugin is a beta and could in certain situations still have bugs. We encourage you to actively let us know about any issues here:** [Uservoice forum](http://support.iubenda.com/forums/314835-general/suggestions/9670701-discussion-regarding-the-iubenda-cookie-law-soluti)
109
 
110
  - **Installation via WP.org**: search in your WordPress plugin admin panel for "Iubenda Cookie Solution", install it;
118
  - In case you're querying WordPress via API, you can disable our plugin by using the iub_no_parse=true URL parameter, like this: www.example.com/api/get_recent_posts?iub_no_parse=true.
119
 
120
 
121
+ -----
122
+
123
+ -----
124
+
125
+ ------ ITALIANO ------
126
+
127
  - **Installazione automatica**: installa da WordPres.org cercando "Iubenda Cookie Solution";
128
  - Una volta installato ed attivato il plugin, accedi al pannello Admin (Impostazioni > Iubenda Cookie Solution) dove ti verrà chiesto di incollare in un campo il codice che iubenda genera quando attivi il kit cookie law sulla tua privacy policy. Per ulteriori informazioni su come attivare il kit cookie law, consulta questo articolo: https://www.iubenda.com/it/help/posts/680;
129
  - A questo punto il plugin inizierà a mostrare il banner in cui è richiamata la tua cookie policy agli utenti che visitano il sito per la prima volta senza la necessità di altre configurazioni;
158
 
159
  = 1.11.0 =
160
  * New: Introduced a MUCH FASTER experimental parsing engine (visit the plugin options and select the experimental parsing engine)
161
+ * New: Created a new option that allow users to enable/disable the parsing engine and to select the parsing engine between stable and experimental
162
  * New: Created a new option that filters the output buffer level to get only the first level ()
163
  * Fixed a series of conflicts with AJAX requests, which were conflicting with Contact Form 7, BackWPUp and other plugins
164
  * Added filter that only activates the plugin when the Content Type is text/html, enabled by default