Plugin Directory

Changeset 2370928


Ignore:
Timestamp:
08/28/2020 08:57:30 AM (6 years ago)
Author:
aperperis
Message:

Version 1.31

Location:
civic-cookie-control-8
Files:
3 edited
6 copied

Legend:

Unmodified
Added
Removed
  • civic-cookie-control-8/tags/1.31/cookiecontrol-settings.php

    r2370407 r2370928  
    1717 * Plugin URI:        https://www.civicuk.com/cookie-control
    1818 * Description:       Cookie Control 8 is a mechanism for controlling user consent for the use of cookies on their computer.
    19  * Version:           1.30
     19 * Version:           1.31
    2020 * Author:            Civic Uk
    2121 * Author URI:        https://www.civicuk.com/
     
    3434 * Currently plugin version.
    3535 */
    36 define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.30' );
     36define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.31' );
    3737
    3838/**
  • civic-cookie-control-8/tags/1.31/public/class-cookie-control-public.php

    r2370314 r2370928  
    117117        if($this->ccc_options_apikey_version() == "v9"){
    118118
    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 );
    120120
    121121        }else{
  • civic-cookie-control-8/tags/1.31/readme.txt

    r2370385 r2370928  
    99Tested up to: 5.4.2
    1010Requires PHP: 5.6
    11 Stable tag: 1.30
    12 Version: 1.30
     11Stable tag: 1.31
     12Version: 1.31
    1313License: GPLv2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989
    9090== Changelog ==
     91= 1.31 =
     92* Bug fix in cookie control script version.
     93
    9194= 1.30 =
    9295* Update cookie control script version to latest stable version.
  • civic-cookie-control-8/trunk/cookiecontrol-settings.php

    r2370407 r2370928  
    1717 * Plugin URI:        https://www.civicuk.com/cookie-control
    1818 * Description:       Cookie Control 8 is a mechanism for controlling user consent for the use of cookies on their computer.
    19  * Version:           1.30
     19 * Version:           1.31
    2020 * Author:            Civic Uk
    2121 * Author URI:        https://www.civicuk.com/
     
    3434 * Currently plugin version.
    3535 */
    36 define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.30' );
     36define( 'CIVIC_COOKIE_CONTROL_VERSION', '1.31' );
    3737
    3838/**
  • civic-cookie-control-8/trunk/public/class-cookie-control-public.php

    r2370314 r2370928  
    117117        if($this->ccc_options_apikey_version() == "v9"){
    118118
    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 );
    120120
    121121        }else{
  • civic-cookie-control-8/trunk/readme.txt

    r2370385 r2370928  
    99Tested up to: 5.4.2
    1010Requires PHP: 5.6
    11 Stable tag: 1.30
    12 Version: 1.30
     11Stable tag: 1.31
     12Version: 1.31
    1313License: GPLv2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989
    9090== Changelog ==
     91= 1.31 =
     92* Bug fix in cookie control script version.
     93
    9194= 1.30 =
    9295* Update cookie control script version to latest stable version.
Note: See TracChangeset for help on using the changeset viewer.