Changeset 2580969
- Timestamp:
- 08/10/2021 03:38:32 PM (5 years ago)
- Location:
- uk-cookie-consent/trunk
- Files:
-
- 3 edited
-
includes/views/banner-settings.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
-
uk-cookie-consent.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uk-cookie-consent/trunk/includes/views/banner-settings.php
r2567699 r2580969 46 46 </p> 47 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 visitorscan manage their consent preferences.', 'uk-cookie-consent' ); ?></p>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 49 <p><label class="checkbox-container"> 50 50 <?php $display_banner = 'yes' === get_option( 'termly_display_banner', 'no' ); ?> -
uk-cookie-consent/trunk/readme.txt
r2570327 r2580969 5 5 Requires PHP: 5.6 6 6 Tested up to: 5.8 7 Stable tag: 3.0. 17 Stable tag: 3.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 * Automatic cookie scans 24 24 * Unique cookie consent banner with customizable features (including text, font, theme, and colors) 25 * Up to 10,000 monthly unique visitors for free 25 26 * Choice of banner position — top or bottom bar, corner tooltip, or full-screen modal 26 27 * Regional banner display options (e.g., only display for EU users) … … 100 101 = Is GDPR Cookie Consent Banner free? = 101 102 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 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. 103 106 104 107 == Screenshots == … … 116 119 == Changelog == 117 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 118 125 = 3.0.1 = 119 126 * Fixes PHP when a static robots.txt file exists. … … 129 136 == Upgrade Notice == 130 137 131 = 3.0 = 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 132 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> 133 142 -
uk-cookie-consent/trunk/uk-cookie-consent.php
r2570327 r2580969 4 4 * Plugin URI: https://termly.io/products/ 5 5 * Description: Our easy to use cookie consent plugin can assist in your GDPR and ePrivacy Directive compliance efforts. 6 * Version: 3.0. 16 * Version: 3.0.2 7 7 * Author: Termly 8 8 * Author URI: https://termly.io/ … … 78 78 define( 'TERMLY_BASENAME', plugin_basename( __FILE__ ) ); 79 79 define( 'TERMLY_API_BASE', 'https://app.termly.io/api' ); 80 define( 'TERMLY_VERSION', '3.0. 1' );80 define( 'TERMLY_VERSION', '3.0.2' ); 81 81 define( 'TERMLY_URL', plugin_dir_url( __FILE__ ) ); 82 82 define( 'TERMLY_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.