Changeset 2475189
- Timestamp:
- 02/15/2021 11:08:06 PM (5 years ago)
- Location:
- cookiehub/trunk
- Files:
-
- 4 edited
-
cookiehub.php (modified) (1 diff)
-
includes/ch-admin.php (modified) (1 diff)
-
includes/ch-generate.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookiehub/trunk/cookiehub.php
r2472931 r2475189 4 4 Plugin URI: https://www.cookiehub.com/wordpress 5 5 Description: 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.2. 16 Version: 0.2.2 7 7 Author: CookieHub 8 8 Author URI: https://www.cookiehub.com/ -
cookiehub/trunk/includes/ch-admin.php
r2472913 r2475189 321 321 { 322 322 printf( 323 '<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 plugin. Please note that you will have to enable all languages supported by your web site in the CookieHub Portal.</p>'323 '<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>' 324 324 ); 325 325 } -
cookiehub/trunk/includes/ch-generate.php
r2472925 r2475189 17 17 if ($detectLanguage && function_exists('icl_object_id') ) { 18 18 $lang = ICL_LANGUAGE_CODE; 19 } 20 21 if ($detectLanguage && function_exists('pll_current_language') ) { 22 $lang = pll_current_language('slug'); 19 23 } 20 24 -
cookiehub/trunk/readme.txt
r2472925 r2475189 1 1 === CookieHub - GDPR Compliant Cookie Consent Solution === 2 2 Contributors: cookiehub 3 Tags: cookies, cookie consent, cmp, cookie dialog, cookie widget, consent, wpml 3 Tags: cookies, cookie consent, cmp, cookie dialog, cookie widget, consent, wpml, polylang 4 4 Requires at least: 5.2 5 5 Tested up to: 5.6.1 6 Stable tag: 0.2. 16 Stable tag: 0.2.2 7 7 License: GPLv2 or later 8 8 … … 32 32 == Changelog == 33 33 34 = 0.2.2 = 35 *Release Date - 15 February 2021* 36 37 Added Polylang support to control the display language 38 34 39 = 0.2.1 = 35 40 *Release Date - 11 February 2021*
Note: See TracChangeset
for help on using the changeset viewer.