Plugin Directory

Changeset 1816292


Ignore:
Timestamp:
02/06/2018 11:09:00 AM (8 years ago)
Author:
Catapult_Themes
Message:

Committing 2.3.9

Location:
uk-cookie-consent
Files:
7 deleted
2 edited
16 copied

Legend:

Unmodified
Added
Removed
  • uk-cookie-consent/tags/2.3.9/readme.txt

    r1810359 r1816292  
    44Tags: cookie law, cookies, eu cookie law, eu privacy directive, cookie compliance, cookie law, cookie notice, cookie notification, wpml, geo ip
    55Requires at least: 4.3
    6 Tested up to: 4.9.2
    7 Stable tag: 2.3.8
     6Tested up to: 4.9.3
     7Stable tag: 2.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171
    7272== Changelog ==
     73
     74= 2.3.9 =
     75* Updated: removed tracking
    7376
    7477= 2.3.8 =
  • uk-cookie-consent/tags/2.3.9/uk-cookie-consent.php

    r1810359 r1816292  
    44Plugin URI: https://catapultthemes.com/cookie-consent/
    55Description: The only cookie consent plugin you'll ever need.
    6 Version: 2.3.8
     6Version: 2.3.9
    77Author: Catapult_Themes
    88Author URI: https://catapultthemes.com/
     
    7676}
    7777register_activation_hook ( __FILE__, 'ctcc_create_policy_page' );
    78 
    79 /**
    80  * This function allows you to track usage of your plugin
    81  * Place in your main plugin file
    82  * Refer to https://wisdomplugin.com/support for help
    83  */
    84 if( ! class_exists( 'Plugin_Usage_Tracker') ) {
    85     require_once dirname( __FILE__ ) . '/tracking/class-plugin-usage-tracker.php';
    86 }
    87 if( ! function_exists( 'uk_cookie_consent_start_plugin_tracking' ) ) {
    88     function uk_cookie_consent_start_plugin_tracking() {
    89         $wisdom = new Plugin_Usage_Tracker(
    90             __FILE__,
    91             'https://wisdomplugin.com',
    92             array( 'ctcc_options_settings' ),
    93             true,
    94             true,
    95             1
    96         );
    97     }
    98     uk_cookie_consent_start_plugin_tracking();
    99 }
  • uk-cookie-consent/trunk/readme.txt

    r1810359 r1816292  
    44Tags: cookie law, cookies, eu cookie law, eu privacy directive, cookie compliance, cookie law, cookie notice, cookie notification, wpml, geo ip
    55Requires at least: 4.3
    6 Tested up to: 4.9.2
    7 Stable tag: 2.3.8
     6Tested up to: 4.9.3
     7Stable tag: 2.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171
    7272== Changelog ==
     73
     74= 2.3.9 =
     75* Updated: removed tracking
    7376
    7477= 2.3.8 =
  • uk-cookie-consent/trunk/uk-cookie-consent.php

    r1810359 r1816292  
    44Plugin URI: https://catapultthemes.com/cookie-consent/
    55Description: The only cookie consent plugin you'll ever need.
    6 Version: 2.3.8
     6Version: 2.3.9
    77Author: Catapult_Themes
    88Author URI: https://catapultthemes.com/
     
    7676}
    7777register_activation_hook ( __FILE__, 'ctcc_create_policy_page' );
    78 
    79 /**
    80  * This function allows you to track usage of your plugin
    81  * Place in your main plugin file
    82  * Refer to https://wisdomplugin.com/support for help
    83  */
    84 if( ! class_exists( 'Plugin_Usage_Tracker') ) {
    85     require_once dirname( __FILE__ ) . '/tracking/class-plugin-usage-tracker.php';
    86 }
    87 if( ! function_exists( 'uk_cookie_consent_start_plugin_tracking' ) ) {
    88     function uk_cookie_consent_start_plugin_tracking() {
    89         $wisdom = new Plugin_Usage_Tracker(
    90             __FILE__,
    91             'https://wisdomplugin.com',
    92             array( 'ctcc_options_settings' ),
    93             true,
    94             true,
    95             1
    96         );
    97     }
    98     uk_cookie_consent_start_plugin_tracking();
    99 }
Note: See TracChangeset for help on using the changeset viewer.