Plugin Directory

Changeset 2580969


Ignore:
Timestamp:
08/10/2021 03:38:32 PM (5 years ago)
Author:
brandondove
Message:

Updating language around consent limitations. Increases free plans from 100 to 10,000.

Location:
uk-cookie-consent/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uk-cookie-consent/trunk/includes/views/banner-settings.php

    r2567699 r2580969  
    4646                        </p>
    4747                    </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>
     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>
    4949                    <p><label class="checkbox-container">
    5050                        <?php $display_banner = 'yes' === get_option( 'termly_display_banner', 'no' ); ?>
  • uk-cookie-consent/trunk/readme.txt

    r2570327 r2580969  
    55Requires PHP: 5.6
    66Tested up to: 5.8
    7 Stable tag: 3.0.1
     7Stable tag: 3.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323* Automatic cookie scans
    2424* Unique cookie consent banner with customizable features (including text, font, theme, and colors)
     25* Up to 10,000 monthly unique visitors for free
    2526* Choice of banner position — top or bottom bar, corner tooltip, or full-screen modal
    2627* Regional banner display options (e.g., only display for EU users)
     
    100101= Is GDPR Cookie Consent Banner free? =
    101102
    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.
     103The base version of GDPR Cookie Consent Banner is free and includes all of the basic plugin features.
     104
     105The 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.
    103106
    104107== Screenshots ==
     
    116119== Changelog ==
    117120
     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
    118125= 3.0.1 =
    119126* Fixes PHP when a static robots.txt file exists.
     
    129136== Upgrade Notice ==
    130137
    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
    132141<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>
    133142
  • uk-cookie-consent/trunk/uk-cookie-consent.php

    r2570327 r2580969  
    44 * Plugin URI: https://termly.io/products/
    55 * Description: Our easy to use cookie consent plugin can assist in your GDPR and ePrivacy Directive compliance efforts.
    6  * Version: 3.0.1
     6 * Version: 3.0.2
    77 * Author: Termly
    88 * Author URI: https://termly.io/
     
    7878define( 'TERMLY_BASENAME', plugin_basename( __FILE__ ) );
    7979define( 'TERMLY_API_BASE', 'https://app.termly.io/api' );
    80 define( 'TERMLY_VERSION', '3.0.1' );
     80define( 'TERMLY_VERSION', '3.0.2' );
    8181define( 'TERMLY_URL', plugin_dir_url( __FILE__ ) );
    8282define( 'TERMLY_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.