Changeset 3457473
- Timestamp:
- 02/09/2026 09:22:53 PM (7 weeks ago)
- Location:
- uniconsent-cmp
- Files:
-
- 4 edited
- 13 copied
-
tags/1.6.4 (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.6.4/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (3 diffs)
-
tags/1.6.4/admin/class-unic-admin-pages.php (copied) (copied from uniconsent-cmp/trunk/admin/class-unic-admin-pages.php)
-
tags/1.6.4/admin/index.php (copied) (copied from uniconsent-cmp/trunk/admin/index.php)
-
tags/1.6.4/admin/settings.php (copied) (copied from uniconsent-cmp/trunk/admin/settings.php) (1 diff)
-
tags/1.6.4/admin/style.css (copied) (copied from uniconsent-cmp/trunk/admin/style.css)
-
tags/1.6.4/admin/views.js (copied) (copied from uniconsent-cmp/trunk/admin/views.js)
-
tags/1.6.4/admin/views.php (copied) (copied from uniconsent-cmp/trunk/admin/views.php)
-
tags/1.6.4/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.6.4/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.6.4/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.6.4/public/js/unic.min.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.min.js)
-
tags/1.6.4/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (3 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/admin/settings.php (modified) (1 diff)
-
trunk/includes/class-unic-cmp.php (modified) (1 diff)
-
trunk/uniconsent-cmp.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.6.4/README.txt
r3457463 r3457473 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.6. 32 Version: 1.6.4 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie … … 6 6 Tested up to: 6.8.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 38 Stable tag: 1.6.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 123 123 == Changelog == 124 124 125 = 1.6. 3=125 = 1.6.4 = 126 126 * Improve UI 127 127 -
uniconsent-cmp/tags/1.6.4/admin/settings.php
r3457463 r3457473 211 211 $errors = []; 212 212 foreach ($settings as $key => $value) { 213 $old = get_option($key, '__not_set__'); 214 if ($old === '__not_set__') { 215 $errors[] = $key . ' not registered or DB error'; 216 continue; 217 } 213 $old = get_option($key); 218 214 $result = update_option($key, $value); 219 215 if ($old !== $value && $result === false) { -
uniconsent-cmp/tags/1.6.4/includes/class-unic-cmp.php
r3457463 r3457473 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.6. 3';22 $this->version = '1.6.4'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.6.4/uniconsent-cmp.php
r3457463 r3457473 4 4 * Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins 5 5 * Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 6 * Version: 1.6. 36 * Version: 1.6.4 7 7 * Author: UniConsent 8 8 * Author URI: https://www.uniconsent.com/?utm_source=wp-plugins … … 14 14 } 15 15 16 define( 'UNIC_CMP_VERSION', '1.6. 3' );16 define( 'UNIC_CMP_VERSION', '1.6.4' ); 17 17 18 18 function activate_unic_cmp() { … … 40 40 plugin_dir_url(__FILE__) . 'public/js/unic.min.js', 41 41 array(), 42 '1.6. 3',42 '1.6.4', 43 43 true 44 44 ); -
uniconsent-cmp/trunk/README.txt
r3457463 r3457473 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.6. 32 Version: 1.6.4 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie … … 6 6 Tested up to: 6.8.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 38 Stable tag: 1.6.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 123 123 == Changelog == 124 124 125 = 1.6. 3=125 = 1.6.4 = 126 126 * Improve UI 127 127 -
uniconsent-cmp/trunk/admin/settings.php
r3457463 r3457473 211 211 $errors = []; 212 212 foreach ($settings as $key => $value) { 213 $old = get_option($key, '__not_set__'); 214 if ($old === '__not_set__') { 215 $errors[] = $key . ' not registered or DB error'; 216 continue; 217 } 213 $old = get_option($key); 218 214 $result = update_option($key, $value); 219 215 if ($old !== $value && $result === false) { -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3457463 r3457473 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.6. 3';22 $this->version = '1.6.4'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3457463 r3457473 4 4 * Plugin URI: https://www.uniconsent.com/?utm_source=wp-plugins 5 5 * Description: Leading Consent Management Platform for IAB TCF, GPP, GDPR, POPIA, CCPA, COPPA, and LGPD Compliance. 6 * Version: 1.6. 36 * Version: 1.6.4 7 7 * Author: UniConsent 8 8 * Author URI: https://www.uniconsent.com/?utm_source=wp-plugins … … 14 14 } 15 15 16 define( 'UNIC_CMP_VERSION', '1.6. 3' );16 define( 'UNIC_CMP_VERSION', '1.6.4' ); 17 17 18 18 function activate_unic_cmp() { … … 40 40 plugin_dir_url(__FILE__) . 'public/js/unic.min.js', 41 41 array(), 42 '1.6. 3',42 '1.6.4', 43 43 true 44 44 );
Note: See TracChangeset
for help on using the changeset viewer.