Changeset 1972158
- Timestamp:
- 11/10/2018 01:32:18 PM (7 years ago)
- Location:
- clym
- Files:
-
- 6 deleted
- 8 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from clym/trunk)
-
tags/2.0.1/clym.php (modified) (1 diff)
-
tags/2.0.1/includes/config.json (modified) (1 diff)
-
tags/2.0.1/languages (deleted)
-
tags/2.0.1/public/clym-public.php (modified) (2 diffs)
-
tags/2.0.1/readme.txt (modified) (3 diffs)
-
tags/2.0.1/settings (deleted)
-
tags/2.0.1/templates (deleted)
-
trunk/clym.php (modified) (1 diff)
-
trunk/includes/config.json (modified) (1 diff)
-
trunk/languages (deleted)
-
trunk/public/clym-public.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/settings (deleted)
-
trunk/templates (deleted)
Legend:
- Unmodified
- Added
- Removed
-
clym/tags/2.0.1/clym.php
r1970870 r1972158 5 5 Description: One platform for global privacy needs. Manage Cookies, Consent, Subjects’ Requests, Policies, Terms and prove compliance through consent receipts. 6 6 Author: Clym.io 7 Version: 2.0 7 Version: 2.0.1 8 8 Author URI: https://www.clym.io/category/product-updates 9 9 */ 10 10 // Make sure we don't expose any info if called directly 11 $CLYM_VERSION = '2.0 ';11 $CLYM_VERSION = '2.0.1'; 12 12 13 13 if (!defined('ABSPATH')) { -
clym/tags/2.0.1/includes/config.json
r1970870 r1972158 1 1 { 2 "version": "2.0 ",2 "version": "2.0.1", 3 3 "have_account": false, 4 4 "key": "", -
clym/tags/2.0.1/public/clym-public.php
r1970870 r1972158 36 36 if (!$_GET['clym_request'] || $_GET['clym_request'] !== $CLYM['key']) { 37 37 if (isset($CLYM['meta_tag']) && strlen($CLYM['meta_tag']) > 10) { 38 add_action('wp_head er', 'clym_inject_meta');38 add_action('wp_head', 'clym_inject_meta'); 39 39 } 40 40 if (isset($CLYM['widget']['script']) && strlen($CLYM['widget']['script']) > 10) { … … 42 42 add_action('wp_' . $CLYM['widget']['location'], 'clym_inject_widget'); 43 43 } 44 } else {45 update_option('gg', 'test');46 44 } 47 45 } -
clym/tags/2.0.1/readme.txt
r1971526 r1972158 1 1 === Clym - GDPR Cookie Consent Management === 2 2 Contributors: Clym.io 3 Stable tag: 2.0 3 Stable tag: 2.0.1 4 4 Tags: cookie consent, gdpr cookie consent, consent, gdpr, compliance, cookie notice, subjects requests, general data protection regulation, data privacy 5 5 Requires at least: 4 … … 92 92 = 1.3 = Add old settings 93 93 = 2.0 = Change design 94 = 2.0.1 = Add MetaTag verification 94 95 95 96 == Changelog == … … 99 100 1.3 Add old settings 100 101 2.0 Change design 102 2.0.1 Add MetaTag verification -
clym/trunk/clym.php
r1970870 r1972158 5 5 Description: One platform for global privacy needs. Manage Cookies, Consent, Subjects’ Requests, Policies, Terms and prove compliance through consent receipts. 6 6 Author: Clym.io 7 Version: 2.0 7 Version: 2.0.1 8 8 Author URI: https://www.clym.io/category/product-updates 9 9 */ 10 10 // Make sure we don't expose any info if called directly 11 $CLYM_VERSION = '2.0 ';11 $CLYM_VERSION = '2.0.1'; 12 12 13 13 if (!defined('ABSPATH')) { -
clym/trunk/includes/config.json
r1970870 r1972158 1 1 { 2 "version": "2.0 ",2 "version": "2.0.1", 3 3 "have_account": false, 4 4 "key": "", -
clym/trunk/public/clym-public.php
r1970870 r1972158 36 36 if (!$_GET['clym_request'] || $_GET['clym_request'] !== $CLYM['key']) { 37 37 if (isset($CLYM['meta_tag']) && strlen($CLYM['meta_tag']) > 10) { 38 add_action('wp_head er', 'clym_inject_meta');38 add_action('wp_head', 'clym_inject_meta'); 39 39 } 40 40 if (isset($CLYM['widget']['script']) && strlen($CLYM['widget']['script']) > 10) { … … 42 42 add_action('wp_' . $CLYM['widget']['location'], 'clym_inject_widget'); 43 43 } 44 } else {45 update_option('gg', 'test');46 44 } 47 45 } -
clym/trunk/readme.txt
r1971526 r1972158 1 1 === Clym - GDPR Cookie Consent Management === 2 2 Contributors: Clym.io 3 Stable tag: 2.0 3 Stable tag: 2.0.1 4 4 Tags: cookie consent, gdpr cookie consent, consent, gdpr, compliance, cookie notice, subjects requests, general data protection regulation, data privacy 5 5 Requires at least: 4 … … 92 92 = 1.3 = Add old settings 93 93 = 2.0 = Change design 94 = 2.0.1 = Add MetaTag verification 94 95 95 96 == Changelog == … … 99 100 1.3 Add old settings 100 101 2.0 Change design 102 2.0.1 Add MetaTag verification
Note: See TracChangeset
for help on using the changeset viewer.