Changeset 2976141
- Timestamp:
- 10/09/2023 01:48:00 AM (2 years ago)
- Location:
- uniconsent-cmp
- Files:
-
- 4 edited
- 23 copied
-
tags/1.4.5 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.4.5/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (2 diffs)
-
tags/1.4.5/admin (copied) (copied from uniconsent-cmp/trunk/admin)
-
tags/1.4.5/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php)
-
tags/1.4.5/admin/class-unic-values.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-values.php)
-
tags/1.4.5/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.4.5/admin/partials/unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/admin/partials/unic-cmp.php)
-
tags/1.4.5/composer.json (copied) (copied from uniconsent-cmp/trunk/composer.json) (1 diff)
-
tags/1.4.5/includes (copied) (copied from uniconsent-cmp/trunk/includes)
-
tags/1.4.5/includes/class-unic-activator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-activator.php)
-
tags/1.4.5/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.4.5/includes/class-unic-deactivator.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-deactivator.php)
-
tags/1.4.5/includes/class-unic-i18n.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-i18n.php)
-
tags/1.4.5/includes/class-unic-loader.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-loader.php)
-
tags/1.4.5/includes/index.php (copied) (copied from uniconsent-cmp/trunk/includes/index.php)
-
tags/1.4.5/index.php (copied) (copied from uniconsent-cmp/trunk/index.php)
-
tags/1.4.5/languages (copied) (copied from uniconsent-cmp/trunk/languages)
-
tags/1.4.5/public (copied) (copied from uniconsent-cmp/trunk/public)
-
tags/1.4.5/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.4.5/public/index.php (copied) (copied from uniconsent-cmp/trunk/public/index.php)
-
tags/1.4.5/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.4.5/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
tags/1.4.5/uninstall.php (copied) (copied from uniconsent-cmp/trunk/uninstall.php)
-
trunk/README.txt (modified) (2 diffs)
-
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.5/README.txt
r2976133 r2976141 1 1 === UniConsent CMP for IAB TCF GDPR GPP === 2 Version: 1.4. 42 Version: 1.4.5 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 Tested up to: 6. 16 Tested up to: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.4. 48 Stable tag: 1.4.5 9 9 10 10 == Description == … … 114 114 == Changelog == 115 115 116 = 1.4.5 = 117 * Security enhancement and fixes 118 116 119 = 1.4.2 = 117 120 * GPP consent signals -
uniconsent-cmp/tags/1.4.5/composer.json
r2976133 r2976141 1 1 { 2 2 "name": "transfon/uniconsent-cmp", 3 "version": "1.4. 4",3 "version": "1.4.5", 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.5/includes/class-unic-cmp.php
r2976133 r2976141 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.4. 4';22 $this->version = '1.4.5'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.4.5/uniconsent-cmp.php
r2976133 r2976141 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * Description: UniConsent CMP implements the IAB TCF 2.0/2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js and increase advertising revenue. 7 * Version: 1.4. 47 * Version: 1.4.5 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.4. 4' );17 define( 'UNIC_CMP_VERSION', '1.4.5' ); 18 18 19 19 function activate_unic_cmp() { -
uniconsent-cmp/trunk/README.txt
r2976133 r2976141 1 1 === UniConsent CMP for IAB TCF GDPR GPP === 2 Version: 1.4. 42 Version: 1.4.5 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 Tested up to: 6. 16 Tested up to: 6.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.4. 48 Stable tag: 1.4.5 9 9 10 10 == Description == … … 114 114 == Changelog == 115 115 116 = 1.4.5 = 117 * Security enhancement and fixes 118 116 119 = 1.4.2 = 117 120 * GPP consent signals -
uniconsent-cmp/trunk/composer.json
r2976133 r2976141 1 1 { 2 2 "name": "transfon/uniconsent-cmp", 3 "version": "1.4. 4",3 "version": "1.4.5", 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
r2976133 r2976141 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.4. 4';22 $this->version = '1.4.5'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r2976133 r2976141 5 5 * Plugin URI: https://www.uniconsent.com/wordpress 6 6 * Description: UniConsent CMP implements the IAB TCF 2.0/2.2, GPP for GDPR/CRPA support Google Ad Manager/Prebid.js and increase advertising revenue. 7 * Version: 1.4. 47 * Version: 1.4.5 8 8 * Author: UniConsent 9 9 * Author URI: https://www.uniconsent.com/ … … 15 15 } 16 16 17 define( 'UNIC_CMP_VERSION', '1.4. 4' );17 define( 'UNIC_CMP_VERSION', '1.4.5' ); 18 18 19 19 function activate_unic_cmp() {
Note: See TracChangeset
for help on using the changeset viewer.