Plugin Directory

Changeset 2578762


Ignore:
Timestamp:
08/05/2021 12:53:28 PM (5 years ago)
Author:
darius1983
Message:

Update to version 1.0.9 from GitHub

Location:
usercentrics-consent-management-platform
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • usercentrics-consent-management-platform/tags/1.0.9/README.txt

    r2493074 r2578762  
    44Tags: GDPR, CCPA, DSGVO, Usercentrics, CMP, Consent Management Platform, Google Tag Manager
    55Requires at least: 5.2.0
    6 Tested up to: 5.7
    7 Stable tag: 1.0.8
     6Tested up to: 5.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.0.9 =
     65Release Date: August 5th, 2021
     66
     67- Remove obsolete language attribute
     68- Test with WordPress 5.8
     69
    6470= 1.0.8 =
    6571Release Date: March 11th, 2021
  • usercentrics-consent-management-platform/tags/1.0.9/includes/class-usercentrics.php

    r2493074 r2578762  
    7171            $this->version = USERCENTRICS_VERSION;
    7272        } else {
    73             $this->version = '1.0.8';
     73            $this->version = '1.0.9';
    7474        }
    7575        $this->plugin_name = 'usercentrics';
  • usercentrics-consent-management-platform/tags/1.0.9/public/class-usercentrics-public.php

    r2443834 r2578762  
    9999
    100100        if ( ! empty( $uc_settings ) && $uc_settings !== '' && $this->plugin_name . '_ext_main' === $handle ) {
    101             $tag = '<!-- Usercentrics CMP --><script type="text/javascript" src="' . esc_url( $src ) . '" language="automatic" id="' . esc_attr( $uc_settings ) . '"></script>';
     101            $tag = '<!-- Usercentrics CMP --><script type="text/javascript" src="' . esc_url( $src ) . '" id="' . esc_attr( $uc_settings ) . '"></script>';
    102102        }
    103103
  • usercentrics-consent-management-platform/tags/1.0.9/usercentrics.php

    r2493074 r2578762  
    1717 * Plugin URI:        https://webnique.de/plugins/usercentrics
    1818 * Description:       Embed the Usercentrics Consent Management Platform on your website.
    19  * Version:           1.0.8
     19 * Version:           1.0.9
    2020 * Author:            Webnique
    2121 * Author URI:        https://webnique.de
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'USERCENTRICS_VERSION', '1.0.8' );
     40define( 'USERCENTRICS_VERSION', '1.0.9' );
    4141
    4242/**
  • usercentrics-consent-management-platform/trunk/README.txt

    r2493074 r2578762  
    44Tags: GDPR, CCPA, DSGVO, Usercentrics, CMP, Consent Management Platform, Google Tag Manager
    55Requires at least: 5.2.0
    6 Tested up to: 5.7
    7 Stable tag: 1.0.8
     6Tested up to: 5.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.0.9 =
     65Release Date: August 5th, 2021
     66
     67- Remove obsolete language attribute
     68- Test with WordPress 5.8
     69
    6470= 1.0.8 =
    6571Release Date: March 11th, 2021
  • usercentrics-consent-management-platform/trunk/includes/class-usercentrics.php

    r2493074 r2578762  
    7171            $this->version = USERCENTRICS_VERSION;
    7272        } else {
    73             $this->version = '1.0.8';
     73            $this->version = '1.0.9';
    7474        }
    7575        $this->plugin_name = 'usercentrics';
  • usercentrics-consent-management-platform/trunk/public/class-usercentrics-public.php

    r2443834 r2578762  
    9999
    100100        if ( ! empty( $uc_settings ) && $uc_settings !== '' && $this->plugin_name . '_ext_main' === $handle ) {
    101             $tag = '<!-- Usercentrics CMP --><script type="text/javascript" src="' . esc_url( $src ) . '" language="automatic" id="' . esc_attr( $uc_settings ) . '"></script>';
     101            $tag = '<!-- Usercentrics CMP --><script type="text/javascript" src="' . esc_url( $src ) . '" id="' . esc_attr( $uc_settings ) . '"></script>';
    102102        }
    103103
  • usercentrics-consent-management-platform/trunk/usercentrics.php

    r2493074 r2578762  
    1717 * Plugin URI:        https://webnique.de/plugins/usercentrics
    1818 * Description:       Embed the Usercentrics Consent Management Platform on your website.
    19  * Version:           1.0.8
     19 * Version:           1.0.9
    2020 * Author:            Webnique
    2121 * Author URI:        https://webnique.de
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'USERCENTRICS_VERSION', '1.0.8' );
     40define( 'USERCENTRICS_VERSION', '1.0.9' );
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.