Changeset 2370928
- Timestamp:
- 08/28/2020 08:57:30 AM (6 years ago)
- Location:
- civic-cookie-control-8
- Files:
-
- 3 edited
- 6 copied
-
tags/1.31 (copied) (copied from civic-cookie-control-8/trunk)
-
tags/1.31/admin/partials/v8/ccc-cookiecontrol-settings-defaults.php (copied) (copied from civic-cookie-control-8/trunk/admin/partials/v8/ccc-cookiecontrol-settings-defaults.php)
-
tags/1.31/admin/partials/v9/ccc-cookiecontrol-settings-defaults.php (copied) (copied from civic-cookie-control-8/trunk/admin/partials/v9/ccc-cookiecontrol-settings-defaults.php)
-
tags/1.31/cookiecontrol-settings.php (copied) (copied from civic-cookie-control-8/trunk/cookiecontrol-settings.php) (2 diffs)
-
tags/1.31/public/class-cookie-control-public.php (copied) (copied from civic-cookie-control-8/trunk/public/class-cookie-control-public.php) (1 diff)
-
tags/1.31/readme.txt (copied) (copied from civic-cookie-control-8/trunk/readme.txt) (2 diffs)
-
trunk/cookiecontrol-settings.php (modified) (2 diffs)
-
trunk/public/class-cookie-control-public.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
civic-cookie-control-8/tags/1.31/cookiecontrol-settings.php
r2370407 r2370928 17 17 * Plugin URI: https://www.civicuk.com/cookie-control 18 18 * Description: Cookie Control 8 is a mechanism for controlling user consent for the use of cookies on their computer. 19 * Version: 1.3 019 * Version: 1.31 20 20 * Author: Civic Uk 21 21 * Author URI: https://www.civicuk.com/ … … 34 34 * Currently plugin version. 35 35 */ 36 define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.3 0' );36 define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.31' ); 37 37 38 38 /** -
civic-cookie-control-8/tags/1.31/public/class-cookie-control-public.php
r2370314 r2370928 117 117 if($this->ccc_options_apikey_version() == "v9"){ 118 118 119 wp_enqueue_script( 'ccc-cookie-control', '//cc.cdn.civiccomputing.com/9/cookieControl-9. 2.min.js', array(), '', false );119 wp_enqueue_script( 'ccc-cookie-control', '//cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js', array(), '', false ); 120 120 121 121 }else{ -
civic-cookie-control-8/tags/1.31/readme.txt
r2370385 r2370928 9 9 Tested up to: 5.4.2 10 10 Requires PHP: 5.6 11 Stable tag: 1.3 012 Version: 1.3 011 Stable tag: 1.31 12 Version: 1.31 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 = 1.31 = 92 * Bug fix in cookie control script version. 93 91 94 = 1.30 = 92 95 * Update cookie control script version to latest stable version. -
civic-cookie-control-8/trunk/cookiecontrol-settings.php
r2370407 r2370928 17 17 * Plugin URI: https://www.civicuk.com/cookie-control 18 18 * Description: Cookie Control 8 is a mechanism for controlling user consent for the use of cookies on their computer. 19 * Version: 1.3 019 * Version: 1.31 20 20 * Author: Civic Uk 21 21 * Author URI: https://www.civicuk.com/ … … 34 34 * Currently plugin version. 35 35 */ 36 define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.3 0' );36 define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.31' ); 37 37 38 38 /** -
civic-cookie-control-8/trunk/public/class-cookie-control-public.php
r2370314 r2370928 117 117 if($this->ccc_options_apikey_version() == "v9"){ 118 118 119 wp_enqueue_script( 'ccc-cookie-control', '//cc.cdn.civiccomputing.com/9/cookieControl-9. 2.min.js', array(), '', false );119 wp_enqueue_script( 'ccc-cookie-control', '//cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js', array(), '', false ); 120 120 121 121 }else{ -
civic-cookie-control-8/trunk/readme.txt
r2370385 r2370928 9 9 Tested up to: 5.4.2 10 10 Requires PHP: 5.6 11 Stable tag: 1.3 012 Version: 1.3 011 Stable tag: 1.31 12 Version: 1.31 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 = 1.31 = 92 * Bug fix in cookie control script version. 93 91 94 = 1.30 = 92 95 * Update cookie control script version to latest stable version.
Note: See TracChangeset
for help on using the changeset viewer.