Changeset 2976122
- Timestamp:
- 10/09/2023 12:02:06 AM (2 years ago)
- Location:
- uniconsent-cmp
- Files:
-
- 4 edited
- 23 copied
-
tags/1.4.3 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.4.3/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (1 diff)
-
tags/1.4.3/admin (copied) (copied from uniconsent-cmp/trunk/admin)
-
tags/1.4.3/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php)
-
tags/1.4.3/admin/class-unic-values.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-values.php)
-
tags/1.4.3/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.4.3/admin/partials/unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/admin/partials/unic-cmp.php)
-
tags/1.4.3/composer.json (copied) (copied from uniconsent-cmp/trunk/composer.json) (1 diff)
-
tags/1.4.3/includes (copied) (copied from uniconsent-cmp/trunk/includes)
-
tags/1.4.3/includes/class-unic-activator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-activator.php)
-
tags/1.4.3/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.4.3/includes/class-unic-deactivator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-deactivator.php)
-
tags/1.4.3/includes/class-unic-i18n.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-i18n.php)
-
tags/1.4.3/includes/class-unic-loader.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-loader.php)
-
tags/1.4.3/includes/index.php (copied) (copied from uniconsent-cmp/trunk/includes/index.php)
-
tags/1.4.3/index.php (copied) (copied from uniconsent-cmp/trunk/index.php)
-
tags/1.4.3/languages (copied) (copied from uniconsent-cmp/trunk/languages)
-
tags/1.4.3/public (copied) (copied from uniconsent-cmp/trunk/public)
-
tags/1.4.3/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.4.3/public/index.php (copied) (copied from uniconsent-cmp/trunk/public/index.php)
-
tags/1.4.3/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.4.3/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
tags/1.4.3/uninstall.php (copied) (copied from uniconsent-cmp/trunk/uninstall.php)
-
trunk/README.txt (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/includes/class-unic-cmp.php (modified) (1 diff)
-
trunk/uniconsent-cmp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.4.3/README.txt
r2881612 r2976122 1 1 === UniConsent CMP for GDPR CPRA GPP TCF === 2 Version: 1.4. 22 Version: 1.4.3 3 3 Contributors: uniconsent 4 4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp 5 5 Requires at least: 4.0 6 6 Tested up to: 6.1 7 Requires PHP: 5.48 Stable tag: 1.4. 27 Requires PHP: 8.0 8 Stable tag: 1.4.3 9 9 10 10 == Description == -
uniconsent-cmp/tags/1.4.3/composer.json
r2881612 r2976122 1 1 { 2 2 "name": "transfon/uniconsent-cmp", 3 "version": "1.4. 2",3 "version": "1.4.3", 4 4 "description": "UniConsent Cookie Consent Tool for GDPR and ePrivacy, Support Google DFP and IAB.", 5 5 "type": "wordpress-plugin", -
uniconsent-cmp/tags/1.4.3/includes/class-unic-cmp.php
r2881612 r2976122 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.4. 2';22 $this->version = '1.4.3'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.4.3/uniconsent-cmp.php
r2881612 r2976122 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * Description: UniConsent CMP implements the IAB TCF 2.0, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js and increase advertising revenue. 7 * Version: 1.4. 27 * Version: 1.4.3 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.4. 2' );17 define( 'UNIC_CMP_VERSION', '1.4.3' ); 18 18 19 19 function activate_unic_cmp() { -
uniconsent-cmp/trunk/README.txt
r2881612 r2976122 1 1 === UniConsent CMP for GDPR CPRA GPP TCF === 2 Version: 1.4. 22 Version: 1.4.3 3 3 Contributors: uniconsent 4 4 Tags: cookies, cookie banner, gdpr, cpra, eprivacy, cookie consent, iab, cmp 5 5 Requires at least: 4.0 6 6 Tested up to: 6.1 7 Requires PHP: 5.48 Stable tag: 1.4. 27 Requires PHP: 8.0 8 Stable tag: 1.4.3 9 9 10 10 == Description == -
uniconsent-cmp/trunk/composer.json
r2881612 r2976122 1 1 { 2 2 "name": "transfon/uniconsent-cmp", 3 "version": "1.4. 2",3 "version": "1.4.3", 4 4 "description": "UniConsent Cookie Consent Tool for GDPR and ePrivacy, Support Google DFP and IAB.", 5 5 "type": "wordpress-plugin", -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r2881612 r2976122 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.4. 2';22 $this->version = '1.4.3'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r2881612 r2976122 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * Description: UniConsent CMP implements the IAB TCF 2.0, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js and increase advertising revenue. 7 * Version: 1.4. 27 * Version: 1.4.3 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.4. 2' );17 define( 'UNIC_CMP_VERSION', '1.4.3' ); 18 18 19 19 function activate_unic_cmp() {
Note: See TracChangeset
for help on using the changeset viewer.