Changeset 2578762
- Timestamp:
- 08/05/2021 12:53:28 PM (5 years ago)
- Location:
- usercentrics-consent-management-platform
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from usercentrics-consent-management-platform/trunk)
-
tags/1.0.9/README.txt (modified) (2 diffs)
-
tags/1.0.9/includes/class-usercentrics.php (modified) (1 diff)
-
tags/1.0.9/public/class-usercentrics-public.php (modified) (1 diff)
-
tags/1.0.9/usercentrics.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-usercentrics.php (modified) (1 diff)
-
trunk/public/class-usercentrics-public.php (modified) (1 diff)
-
trunk/usercentrics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usercentrics-consent-management-platform/tags/1.0.9/README.txt
r2493074 r2578762 4 4 Tags: GDPR, CCPA, DSGVO, Usercentrics, CMP, Consent Management Platform, Google Tag Manager 5 5 Requires at least: 5.2.0 6 Tested up to: 5. 77 Stable tag: 1.0. 86 Tested up to: 5.8 7 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 64 = 1.0.9 = 65 Release Date: August 5th, 2021 66 67 - Remove obsolete language attribute 68 - Test with WordPress 5.8 69 64 70 = 1.0.8 = 65 71 Release Date: March 11th, 2021 -
usercentrics-consent-management-platform/tags/1.0.9/includes/class-usercentrics.php
r2493074 r2578762 71 71 $this->version = USERCENTRICS_VERSION; 72 72 } else { 73 $this->version = '1.0. 8';73 $this->version = '1.0.9'; 74 74 } 75 75 $this->plugin_name = 'usercentrics'; -
usercentrics-consent-management-platform/tags/1.0.9/public/class-usercentrics-public.php
r2443834 r2578762 99 99 100 100 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>'; 102 102 } 103 103 -
usercentrics-consent-management-platform/tags/1.0.9/usercentrics.php
r2493074 r2578762 17 17 * Plugin URI: https://webnique.de/plugins/usercentrics 18 18 * Description: Embed the Usercentrics Consent Management Platform on your website. 19 * Version: 1.0. 819 * Version: 1.0.9 20 20 * Author: Webnique 21 21 * Author URI: https://webnique.de … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'USERCENTRICS_VERSION', '1.0. 8' );40 define( 'USERCENTRICS_VERSION', '1.0.9' ); 41 41 42 42 /** -
usercentrics-consent-management-platform/trunk/README.txt
r2493074 r2578762 4 4 Tags: GDPR, CCPA, DSGVO, Usercentrics, CMP, Consent Management Platform, Google Tag Manager 5 5 Requires at least: 5.2.0 6 Tested up to: 5. 77 Stable tag: 1.0. 86 Tested up to: 5.8 7 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 64 = 1.0.9 = 65 Release Date: August 5th, 2021 66 67 - Remove obsolete language attribute 68 - Test with WordPress 5.8 69 64 70 = 1.0.8 = 65 71 Release Date: March 11th, 2021 -
usercentrics-consent-management-platform/trunk/includes/class-usercentrics.php
r2493074 r2578762 71 71 $this->version = USERCENTRICS_VERSION; 72 72 } else { 73 $this->version = '1.0. 8';73 $this->version = '1.0.9'; 74 74 } 75 75 $this->plugin_name = 'usercentrics'; -
usercentrics-consent-management-platform/trunk/public/class-usercentrics-public.php
r2443834 r2578762 99 99 100 100 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>'; 102 102 } 103 103 -
usercentrics-consent-management-platform/trunk/usercentrics.php
r2493074 r2578762 17 17 * Plugin URI: https://webnique.de/plugins/usercentrics 18 18 * Description: Embed the Usercentrics Consent Management Platform on your website. 19 * Version: 1.0. 819 * Version: 1.0.9 20 20 * Author: Webnique 21 21 * Author URI: https://webnique.de … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'USERCENTRICS_VERSION', '1.0. 8' );40 define( 'USERCENTRICS_VERSION', '1.0.9' ); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.