Changeset 3376798
- Timestamp:
- 10/11/2025 09:02:46 PM (6 months ago)
- Location:
- uniconsent-cmp
- Files:
-
- 3 edited
- 7 copied
-
tags/1.6.1/trunk (copied) (copied from uniconsent-cmp/trunk)
-
tags/1.6.1/trunk/README.txt (copied) (copied from uniconsent-cmp/trunk/README.txt) (3 diffs)
-
tags/1.6.1/trunk/includes/class-unic-cmp.php (copied) (copied from uniconsent-cmp/trunk/includes/class-unic-cmp.php) (1 diff)
-
tags/1.6.1/trunk/public/class-unic-public.php (copied) (copied from uniconsent-cmp/trunk/public/class-unic-public.php)
-
tags/1.6.1/trunk/public/js/unic.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.js)
-
tags/1.6.1/trunk/public/js/unic.min.js (copied) (copied from uniconsent-cmp/trunk/public/js/unic.min.js)
-
tags/1.6.1/trunk/uniconsent-cmp.php (copied) (copied from uniconsent-cmp/trunk/uniconsent-cmp.php) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/includes/class-unic-cmp.php (modified) (1 diff)
-
trunk/uniconsent-cmp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uniconsent-cmp/tags/1.6.1/trunk/README.txt
r3312680 r3376798 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.6. 02 Version: 1.6.1 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie … … 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 08 Stable tag: 1.6.1 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.1 = 126 * Improvement 127 125 128 = 1.6.0 = 126 129 * WP Consent API Support -
uniconsent-cmp/tags/1.6.1/trunk/includes/class-unic-cmp.php
r3312680 r3376798 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.6. 0';22 $this->version = '1.6.1'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/tags/1.6.1/trunk/uniconsent-cmp.php
r3312680 r3376798 14 14 } 15 15 16 define( 'UNIC_CMP_VERSION', '1.6. 0' );16 define( 'UNIC_CMP_VERSION', '1.6.1' ); 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. 0',42 '1.6.1', 43 43 true 44 44 ); -
uniconsent-cmp/trunk/README.txt
r3312680 r3376798 1 1 === UniConsent Cookie Consent CMP - Consent Manager === 2 Version: 1.6. 02 Version: 1.6.1 3 3 Contributors: uniconsent 4 4 Tags: cmp, cookie banner, cookie consent, iab, cookie … … 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.6. 08 Stable tag: 1.6.1 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.1 = 126 * Improvement 127 125 128 = 1.6.0 = 126 129 * WP Consent API Support -
uniconsent-cmp/trunk/includes/class-unic-cmp.php
r3312680 r3376798 20 20 $this->version = UNIC_VERSION; 21 21 } else { 22 $this->version = '1.6. 0';22 $this->version = '1.6.1'; 23 23 } 24 24 $this->plugin_name = 'uniconsent-cmp'; -
uniconsent-cmp/trunk/uniconsent-cmp.php
r3312680 r3376798 14 14 } 15 15 16 define( 'UNIC_CMP_VERSION', '1.6. 0' );16 define( 'UNIC_CMP_VERSION', '1.6.1' ); 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. 0',42 '1.6.1', 43 43 true 44 44 );
Note: See TracChangeset
for help on using the changeset viewer.