Plugin Directory

Changeset 1972158


Ignore:
Timestamp:
11/10/2018 01:32:18 PM (7 years ago)
Author:
clym
Message:

tagging version 2.0.1

Location:
clym
Files:
6 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • clym/tags/2.0.1/clym.php

    r1970870 r1972158  
    55Description: One platform for global privacy needs. Manage Cookies, Consent, Subjects’ Requests, Policies, Terms and prove compliance through consent receipts.
    66Author: Clym.io
    7 Version: 2.0
     7Version: 2.0.1
    88Author URI: https://www.clym.io/category/product-updates
    99*/
    1010// Make sure we don't expose any info if called directly
    11 $CLYM_VERSION = '2.0';
     11$CLYM_VERSION = '2.0.1';
    1212
    1313if (!defined('ABSPATH')) {
  • clym/tags/2.0.1/includes/config.json

    r1970870 r1972158  
    11{
    2   "version": "2.0",
     2  "version": "2.0.1",
    33  "have_account": false,
    44  "key": "",
  • clym/tags/2.0.1/public/clym-public.php

    r1970870 r1972158  
    3636    if (!$_GET['clym_request'] || $_GET['clym_request'] !== $CLYM['key']) {
    3737        if (isset($CLYM['meta_tag']) && strlen($CLYM['meta_tag']) > 10) {
    38             add_action('wp_header', 'clym_inject_meta');
     38            add_action('wp_head', 'clym_inject_meta');
    3939        }
    4040        if (isset($CLYM['widget']['script']) && strlen($CLYM['widget']['script']) > 10) {
     
    4242            add_action('wp_' . $CLYM['widget']['location'], 'clym_inject_widget');
    4343        }
    44     } else {
    45         update_option('gg', 'test');
    4644    }
    4745}
  • clym/tags/2.0.1/readme.txt

    r1971526 r1972158  
    11=== Clym - GDPR Cookie Consent Management ===
    22Contributors: Clym.io
    3 Stable tag: 2.0
     3Stable tag: 2.0.1
    44Tags: cookie consent, gdpr cookie consent, consent, gdpr, compliance, cookie notice, subjects requests, general data protection regulation, data privacy
    55Requires at least: 4
     
    9292= 1.3 = Add old settings
    9393= 2.0 = Change design
     94= 2.0.1 = Add MetaTag verification
    9495
    9596== Changelog ==
     
    991001.3 Add old settings
    1001012.0 Change design
     1022.0.1 Add MetaTag verification
  • clym/trunk/clym.php

    r1970870 r1972158  
    55Description: One platform for global privacy needs. Manage Cookies, Consent, Subjects’ Requests, Policies, Terms and prove compliance through consent receipts.
    66Author: Clym.io
    7 Version: 2.0
     7Version: 2.0.1
    88Author URI: https://www.clym.io/category/product-updates
    99*/
    1010// Make sure we don't expose any info if called directly
    11 $CLYM_VERSION = '2.0';
     11$CLYM_VERSION = '2.0.1';
    1212
    1313if (!defined('ABSPATH')) {
  • clym/trunk/includes/config.json

    r1970870 r1972158  
    11{
    2   "version": "2.0",
     2  "version": "2.0.1",
    33  "have_account": false,
    44  "key": "",
  • clym/trunk/public/clym-public.php

    r1970870 r1972158  
    3636    if (!$_GET['clym_request'] || $_GET['clym_request'] !== $CLYM['key']) {
    3737        if (isset($CLYM['meta_tag']) && strlen($CLYM['meta_tag']) > 10) {
    38             add_action('wp_header', 'clym_inject_meta');
     38            add_action('wp_head', 'clym_inject_meta');
    3939        }
    4040        if (isset($CLYM['widget']['script']) && strlen($CLYM['widget']['script']) > 10) {
     
    4242            add_action('wp_' . $CLYM['widget']['location'], 'clym_inject_widget');
    4343        }
    44     } else {
    45         update_option('gg', 'test');
    4644    }
    4745}
  • clym/trunk/readme.txt

    r1971526 r1972158  
    11=== Clym - GDPR Cookie Consent Management ===
    22Contributors: Clym.io
    3 Stable tag: 2.0
     3Stable tag: 2.0.1
    44Tags: cookie consent, gdpr cookie consent, consent, gdpr, compliance, cookie notice, subjects requests, general data protection regulation, data privacy
    55Requires at least: 4
     
    9292= 1.3 = Add old settings
    9393= 2.0 = Change design
     94= 2.0.1 = Add MetaTag verification
    9495
    9596== Changelog ==
     
    991001.3 Add old settings
    1001012.0 Change design
     1022.0.1 Add MetaTag verification
Note: See TracChangeset for help on using the changeset viewer.