Cookie Consent - Version 3.0.3

Version Description

  • Fixes broken external links in settings.
Download this release

Release Info

Developer nateconley
Plugin Icon 128x128 Cookie Consent
Version 3.0.3
Comparing to
See all releases

Code changes from version 3.0.2 to 3.0.3

includes/views/banner-settings.php CHANGED
@@ -71,8 +71,8 @@
71
  ),
72
  [ 'a' => [ 'href' => [], 'target' => [] ] ]
73
  ),
74
- 'https://help.termly.io/support/solutions/articles/60000688982',
75
- 'https://help.termly.io/support/solutions/articles/60000666989-how-to-block-third-party-cookies'
76
  );
77
  ?></p>
78
  <p><label class="checkbox-container">
71
  ),
72
  [ 'a' => [ 'href' => [], 'target' => [] ] ]
73
  ),
74
+ 'https://help.termly.io/support/solutions/articles/69000108867-how-does-auto-blocker-work-',
75
+ 'https://help.termly.io/support/solutions/articles/69000108889-blocking-javascript-third-party-cookies-manually'
76
  );
77
  ?></p>
78
  <p><label class="checkbox-container">
includes/views/sign-up.php CHANGED
@@ -51,7 +51,7 @@
51
  submit_button( __( 'Save API Key', 'uk-cookie-consent' ), 'secondary' );
52
  ?>
53
  </form>
54
- <p class="additional-information"><?php esc_html_e( 'Log in to the Termly app to retrieve your API key.', 'uk-cookie-consent' ); ?> <a href="https://help.termly.io/support/solutions/articles/60000666955" target="_blank"><?php esc_html_e( 'Learn more', 'uk-cookie-consent' ); ?></a></p>
55
  </div>
56
 
57
  <?php else : ?>
51
  submit_button( __( 'Save API Key', 'uk-cookie-consent' ), 'secondary' );
52
  ?>
53
  </form>
54
+ <p class="additional-information"><?php esc_html_e( 'Log in to the Termly app to retrieve your API key.', 'uk-cookie-consent' ); ?> <a href="https://help.termly.io/support/solutions/articles/69000108290-how-do-i-install-the-consent-banner-on-wordpress-" target="_blank"><?php esc_html_e( 'Learn more', 'uk-cookie-consent' ); ?></a></p>
55
  </div>
56
 
57
  <?php else : ?>
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.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -76,7 +76,7 @@ Notify visitors that your site uses cookies and get consent for their use withou
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,7 +96,7 @@ If you choose to display your consent banner as a top or bottom bar, or as a lef
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
 
@@ -118,6 +118,9 @@ The free plan has a 10,000 monthly unique visitor limit to your consent banner.
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)
4
  Requires at least: 5.2
5
  Requires PHP: 5.6
6
  Tested up to: 5.8
7
+ Stable tag: 3.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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/60000666955-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/60000688982).
100
 
101
  = Is GDPR Cookie Consent Banner free? =
102
 
118
 
119
  == Changelog ==
120
 
121
+ = 3.0.3 =
122
+ * Fixes broken external links in settings.
123
+
124
  = 3.0.2 =
125
  * Updates language throughout the plugin to reflect the change to monthly visitor limitations.
126
  * Service: Updated consent banner limitations to 10,000 monthly unique visitors (up from 100)
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.2
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.2' );
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.3
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.3' );
81
  define( 'TERMLY_URL', plugin_dir_url( __FILE__ ) );
82
  define( 'TERMLY_PATH', plugin_dir_path( __FILE__ ) );
83
  define( 'TERMLY_LANG', TERMLY_PATH . 'lang/' );