Plugin Directory

Changeset 2674340


Ignore:
Timestamp:
02/07/2022 02:41:26 PM (4 years ago)
Author:
cookiehub
Message:

Wordpress 5.9 support verified and minor text changes

Location:
cookiehub/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cookiehub/trunk/changelog.txt

    r2521542 r2674340  
    11=== CookieHub ===
     2
     3= 0.3.1 =
     4*Release Date - 7 February 2022*
     5
     6Wordpress 5.9 support verified and minor text changes
     7
    28
    39= 0.3.0 =
  • cookiehub/trunk/cookiehub.php

    r2521542 r2674340  
    44Plugin URI: https://www.cookiehub.com/wordpress
    55Description: CookieHub is a complete Cookie Consent Solution that you can easily integrate on your website. The widget can be customized to match your brand and is compliant with cookie laws, including GDPR.
    6 Version: 0.3.0
     6Version: 0.3.1
    77Author: CookieHub
    88Author URI: https://www.cookiehub.com/
  • cookiehub/trunk/includes/ch-admin.php

    r2521542 r2674340  
    4949                ?>
    5050                <h3>Integration</h3>
    51                 <p style="max-width: 700px">CookieHub will conditionally load 3rd party javascript code when configured correctly. Refer to the <a href="https://support.cookiehub.com/hc/en-us/sections/360007368712-Integration" target="_blank">Integration documentation</a> for further details.</p>
    52                 <p style="max-width: 700px">Below you can paste javascript tags that should be conditionally loaded based on the user's cookie choices. The CookieHub Wordpress plugin will automatically modify your scripts to using the delay inline javascripts method as described in the <a href="https://support.cookiehub.com/hc/en-us/articles/360039467292-Integration-methods" target="_blank">documentation</a>. Please make sure the &lt;script&gt; tags are included.</p>
     51                <p style="max-width: 700px">CookieHub will conditionally load 3rd party javascript code when configured correctly. Refer to the <a href="https://support.cookiehub.com/article/73-how-to-implement-cookiehub" target="_blank">Integration documentation</a> for further details.</p>
     52                <p style="max-width: 700px">Below you can paste javascript tags that should be conditionally loaded based on the user's cookie choices. The CookieHub Wordpress plugin will automatically modify your scripts to using the delay inline javascripts method as described in the <a href="https://support.cookiehub.com/article/73-how-to-implement-cookiehub" target="_blank">documentation</a>. Please make sure the &lt;script&gt; tags are included.</p>
    5353                <p style="max-width: 700px">The tabs represent each cookie category offered by CookieHub and you can choose to either include the script in the &lt;head&gt; tag or at the end of the &lt;body&gt; tag.</p>
    5454
     
    268268    public function dcchub_print_section_info()
    269269    {
    270         echo '<p>Before enabling the CookieHub plugin on your web site, create an account and your domain in the <a href="https://dash.cookiehub.com/register" target="_blank">CookieHub portal</a>.</p>';
     270        echo '<p>Before enabling the CookieHub plugin on your web site, create an account and your domain in the <a href="https://dash.cookiehub.com/register" target="_blank">CookieHub dashboard</a>.</p>';
    271271    }
    272272
     
    332332        );
    333333
    334         printf('<p style="max-width:500px">Use the 8 character domain code that you can find in the CookieHub portal for your domain.</p>');
     334        printf('<p style="max-width:500px">Use the 8 character domain code that you can find in the CookieHub dashboard for your domain.</p>');
    335335    }
    336336
     
    338338    {
    339339        printf(
    340             '<input type="checkbox" id="dev" name="dcchub_option_name[dcchub_dev]" value="1" '. checked( 1, $this->options['dcchub_dev'], false ) .' /> <p style="max-width:500px">Enabling development mode will avoid edge caching and can be used to see changes made to your domain in the CookieHub portal quickly. Please note that a watermark will be shown on your web site. Make sure you disable development mode before publishing your site.</p>'           
     340            '<input type="checkbox" id="dev" name="dcchub_option_name[dcchub_dev]" value="1" '. checked( 1, $this->options['dcchub_dev'], false ) .' /> <p style="max-width:500px">Enabling development mode will avoid edge caching and can be used to see changes made to your domain in the CookieHub dashboard quickly. Please note that a watermark will be shown on your web site. Make sure you disable development mode before publishing your site.</p>'           
    341341        );
    342342    }
     
    345345    {
    346346        printf(
    347             '<input type="checkbox" id="dcchub_blocking" name="dcchub_option_name[dcchub_blocking]" value="1" '. checked( 1, $this->options['dcchub_blocking'], false ) .' /> <p style="max-width:500px">Automatically block common services that set cookies until the user has consented making it easier to implement CookieHub to your website. Please note that this feature is only available for domains with premium subscription and you must also enable it in the CookieHub dashboard.</p>'           
     347            '<input type="checkbox" id="dcchub_blocking" name="dcchub_option_name[dcchub_blocking]" value="1" '. checked( 1, $this->options['dcchub_blocking'], false ) .' /> <p style="max-width:500px">Automatically block common services that set cookies until the user has consented making it easier to implement CookieHub to your website. Please note that you must also enable the feature in the CookieHub dashboard.</p>'           
    348348        );
    349349    }
     
    359359    {
    360360        printf(
    361             '<input type="checkbox" id="language" name="dcchub_option_name[dcchub_language]" value="1" '. checked( 1, $this->options['dcchub_language'], false ) .' /> <p style="max-width:500px">When this feature is enabled, the CookieHub display language will match your web sites language either by using the configured language (in Settings -> General) or the language configured by the WPML or Polylang plugins. Please note that you will have to enable all languages supported by your web site in the CookieHub Portal.</p>'           
     361            '<input type="checkbox" id="language" name="dcchub_option_name[dcchub_language]" value="1" '. checked( 1, $this->options['dcchub_language'], false ) .' /> <p style="max-width:500px">When this feature is enabled, the CookieHub display language will match your web sites language either by using the configured language (in Settings -> General) or the language configured by the WPML or Polylang plugins. Please note that you will have to enable all languages supported by your web site in the CookieHub dashboard.</p>'           
    362362        );
    363363    }
  • cookiehub/trunk/includes/css/dcchub-admin.css

    r2392341 r2674340  
    11.dcchub-logo
    22{
    3     height: 30px;
     3    height: 80px;
     4    margin: 20px 10px;
    45}
    56
  • cookiehub/trunk/readme.txt

    r2521544 r2674340  
    33Tags: cookies, cookie consent, cmp, gcm, cookie dialog, cookie widget, consent, wpml, polylang
    44Requires at least: 5.2
    5 Tested up to: 5.7.1
    6 Stable tag: 0.3.0
     5Tested up to: 5.9.0
     6Stable tag: 0.3.1
    77License: GPLv2 or later
    88
     
    3232== Changelog ==
    3333
     34= 0.3.1 =
     35*Release Date - 7 February 2022*
     36
     37Wordpress 5.9 support verified and minor text changes
     38
    3439= 0.3.0 =
    3540*Release Date - 20 April 2021*
Note: See TracChangeset for help on using the changeset viewer.