Cookie Consent - Version 3.0.2

Version Description

  • Updates language throughout the plugin to reflect the change to monthly visitor limitations.
  • Service: Updated consent banner limitations to 10,000 monthly unique visitors (up from 100)
Download this release

Release Info

Developer brandondove
Plugin Icon 128x128 Cookie Consent
Version 3.0.2
Comparing to
See all releases

Code changes from version 3.0.1 to 3.0.2

includes/views/banner-settings.php CHANGED
@@ -45,7 +45,7 @@
45
  </a>
46
  </p>
47
  </div>
48
- <p><?php esc_html_e( 'The Consent Banner lets you request consent for serving tracking scripts to your site visitors. It automatically adjusts to support the latest international regulation and includes a preference center where visitors can manage their consent preferences.', 'uk-cookie-consent' ); ?></p>
49
  <p><label class="checkbox-container">
50
  <?php $display_banner = 'yes' === get_option( 'termly_display_banner', 'no' ); ?>
51
  <input
45
  </a>
46
  </p>
47
  </div>
48
+ <p><?php esc_html_e( 'The Consent Banner lets you request consent for for up to 10,000 monthly unique visitors. It automatically detects and adjusts to support a visitors regional data regulations and includes a preference center where they can manage their consent preferences.', 'uk-cookie-consent' ); ?></p>
49
  <p><label class="checkbox-container">
50
  <?php $display_banner = 'yes' === get_option( 'termly_display_banner', 'no' ); ?>
51
  <input
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: cookie law, cookie consent, gdpr, eu privacy directive, cookie banner, coo
4
  Requires at least: 5.2
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
7
- Stable tag: 3.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,6 +22,7 @@ _IMPORTANT: For existing plugin users prior to version 3.0, after upgrading, you
22
  * Simple set up — install in seconds
23
  * Automatic cookie scans
24
  * Unique cookie consent banner with customizable features (including text, font, theme, and colors)
 
25
  * Choice of banner position — top or bottom bar, corner tooltip, or full-screen modal
26
  * Regional banner display options (e.g., only display for EU users)
27
  * Translations / multi-language support
@@ -75,7 +76,7 @@ Notify visitors that your site uses cookies and get consent for their use withou
75
 
76
  = Where can I learn more about this plugin? =
77
 
78
- To learn more about how this plugin works, visit [the support page](https://help.termly.io/support/solutions/articles/60000666955-how-do-i-install-the-consent-banner-on-wordpress-).
79
 
80
  = How does Termly's plugin help with data privacy legislation compliance? =
81
 
@@ -95,11 +96,13 @@ If you choose to display your consent banner as a top or bottom bar, or as a lef
95
 
96
  = Will cookies on my site be blocked until a user gives consent to their use? =
97
 
98
- Yes, if you enable auto-blocking through the plugin, non-essential cookies will be blocked until your site's visitors have consented to your use of cookies. To learn more about setting up and customizing auto-blocking, [read our developer's guide](https://help.termly.io/support/solutions/articles/60000688982).
99
 
100
  = Is GDPR Cookie Consent Banner free? =
101
 
102
- There is a free version of GDPR Cookie Consent Banner that includes all the basic plugin features. The free plan has a limit on unique monthly visitors to your consent banner. When that limit has been reached, your banner will be deactivated until the following month. Consider upgrading to a Pro+ plan to unlock additional monthly visitors and access even more features on your consent banner. Visit our pricing page for more information.
 
 
103
 
104
  == Screenshots ==
105
 
@@ -115,6 +118,10 @@ There is a free version of GDPR Cookie Consent Banner that includes all the basi
115
 
116
  == Changelog ==
117
 
 
 
 
 
118
  = 3.0.1 =
119
  * Fixes PHP when a static robots.txt file exists.
120
 
@@ -128,7 +135,9 @@ Brand new codebase for managing Cookie Consent through the Termly.io platform. N
128
 
129
  == Upgrade Notice ==
130
 
131
- = 3.0 =
 
 
132
  <p><em>Now operated by [Termly](https://termly.io/), this plugin includes new features and functions to better help you comply with privacy laws like the GDPR, CCPA and other Cookie Laws like the ePrivacy Directive. Read more [here](https://termly.io/wordpress-plugin/) about what’s changed and what it means for you.</em></p>
133
 
134
  <p><em>IMPORTANT: For existing plugin users prior to version 3.0, after upgrading, you will need to sign up for a Termly account from within the plugin, or on [app.termly.io](https://app.termly.io), then enable the consent banner again.</em></p>
4
  Requires at least: 5.2
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
7
+ Stable tag: 3.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
  * Simple set up — install in seconds
23
  * Automatic cookie scans
24
  * Unique cookie consent banner with customizable features (including text, font, theme, and colors)
25
+ * Up to 10,000 monthly unique visitors for free
26
  * Choice of banner position — top or bottom bar, corner tooltip, or full-screen modal
27
  * Regional banner display options (e.g., only display for EU users)
28
  * Translations / multi-language support
76
 
77
  = Where can I learn more about this plugin? =
78
 
79
+ To learn more about how this plugin works, visit [the support page](https://help.termly.io/support/solutions/articles/69000108290-how-do-i-install-the-consent-banner-on-wordpress-).
80
 
81
  = How does Termly's plugin help with data privacy legislation compliance? =
82
 
96
 
97
  = Will cookies on my site be blocked until a user gives consent to their use? =
98
 
99
+ Yes, if you enable auto-blocking through the plugin, non-essential cookies will be blocked until your site's visitors have consented to your use of cookies. To learn more about setting up and customizing auto-blocking, [read our developer's guide](https://help.termly.io/support/solutions/articles/69000252637-auto-blocker-implementation-guide).
100
 
101
  = Is GDPR Cookie Consent Banner free? =
102
 
103
+ The base version of GDPR Cookie Consent Banner is free and includes all of the basic plugin features.
104
+
105
+ The free plan has a 10,000 monthly unique visitor limit to your consent banner. When that limit has been reached, your banner will be deactivated until the following month. Consider upgrading to a paid plan to unlock additional monthly visitors and access even more features on your consent banner. Visit our pricing page for more information.
106
 
107
  == Screenshots ==
108
 
118
 
119
  == Changelog ==
120
 
121
+ = 3.0.2 =
122
+ * Updates language throughout the plugin to reflect the change to monthly visitor limitations.
123
+ * Service: Updated consent banner limitations to 10,000 monthly unique visitors (up from 100)
124
+
125
  = 3.0.1 =
126
  * Fixes PHP when a static robots.txt file exists.
127
 
135
 
136
  == Upgrade Notice ==
137
 
138
+ = 3.0.2 =
139
+ <p>New in 3.0.2: Updated consent banner limitations to 10,000 monthly unique visitors (up from 100)</p>
140
+
141
  <p><em>Now operated by [Termly](https://termly.io/), this plugin includes new features and functions to better help you comply with privacy laws like the GDPR, CCPA and other Cookie Laws like the ePrivacy Directive. Read more [here](https://termly.io/wordpress-plugin/) about what’s changed and what it means for you.</em></p>
142
 
143
  <p><em>IMPORTANT: For existing plugin users prior to version 3.0, after upgrading, you will need to sign up for a Termly account from within the plugin, or on [app.termly.io](https://app.termly.io), then enable the consent banner again.</em></p>
uk-cookie-consent.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Termly | GDPR/CCPA Cookie Consent Banner
4
  * Plugin URI: https://termly.io/products/
5
  * Description: Our easy to use cookie consent plugin can assist in your GDPR and ePrivacy Directive compliance efforts.
6
- * Version: 3.0.1
7
  * Author: Termly
8
  * Author URI: https://termly.io/
9
  * License: GPL2
@@ -77,7 +77,7 @@ if ( ! function_exists( 'is_wp_version_compatible' ) || ! is_wp_version_compatib
77
  define( 'TERMLY_FILE', __FILE__ );
78
  define( 'TERMLY_BASENAME', plugin_basename( __FILE__ ) );
79
  define( 'TERMLY_API_BASE', 'https://app.termly.io/api' );
80
- define( 'TERMLY_VERSION', '3.0.1' );
81
  define( 'TERMLY_URL', plugin_dir_url( __FILE__ ) );
82
  define( 'TERMLY_PATH', plugin_dir_path( __FILE__ ) );
83
  define( 'TERMLY_LANG', TERMLY_PATH . 'lang/' );
3
  * Plugin Name: Termly | GDPR/CCPA Cookie Consent Banner
4
  * Plugin URI: https://termly.io/products/
5
  * Description: Our easy to use cookie consent plugin can assist in your GDPR and ePrivacy Directive compliance efforts.
6
+ * Version: 3.0.2
7
  * Author: Termly
8
  * Author URI: https://termly.io/
9
  * License: GPL2
77
  define( 'TERMLY_FILE', __FILE__ );
78
  define( 'TERMLY_BASENAME', plugin_basename( __FILE__ ) );
79
  define( 'TERMLY_API_BASE', 'https://app.termly.io/api' );
80
+ define( 'TERMLY_VERSION', '3.0.2' );
81
  define( 'TERMLY_URL', plugin_dir_url( __FILE__ ) );
82
  define( 'TERMLY_PATH', plugin_dir_path( __FILE__ ) );
83
  define( 'TERMLY_LANG', TERMLY_PATH . 'lang/' );