Changeset 1816292
- Timestamp:
- 02/06/2018 11:09:00 AM (8 years ago)
- Location:
- uk-cookie-consent
- Files:
-
- 7 deleted
- 2 edited
- 16 copied
-
tags/2.3.9 (copied) (copied from uk-cookie-consent/trunk)
-
tags/2.3.9/Thumbs.db (deleted)
-
tags/2.3.9/admin/class-ctcc-admin.php (copied) (copied from uk-cookie-consent/trunk/admin/class-ctcc-admin.php)
-
tags/2.3.9/admin/class-ctcc-metafield.php (copied) (copied from uk-cookie-consent/trunk/admin/class-ctcc-metafield.php)
-
tags/2.3.9/assets/css/style.css (copied) (copied from uk-cookie-consent/trunk/assets/css/style.css)
-
tags/2.3.9/assets/images/Thumbs.db (deleted)
-
tags/2.3.9/assets/images/dbpro-ad-view.png (copied) (copied from uk-cookie-consent/trunk/assets/images/dbpro-ad-view.png)
-
tags/2.3.9/assets/images/hero-3d-banner.jpg (deleted)
-
tags/2.3.9/assets/images/mgs-banner-ad.png (copied) (copied from uk-cookie-consent/trunk/assets/images/mgs-banner-ad.png)
-
tags/2.3.9/assets/images/mode-3d-banner-cc.jpg (deleted)
-
tags/2.3.9/assets/images/mode-3d-banner.jpg (deleted)
-
tags/2.3.9/assets/images/showcase-banner-ad.jpg (copied) (copied from uk-cookie-consent/trunk/assets/images/showcase-banner-ad.jpg)
-
tags/2.3.9/assets/images/shs-3d-banner.png (deleted)
-
tags/2.3.9/assets/images/superhero-ad1.png (copied) (copied from uk-cookie-consent/trunk/assets/images/superhero-ad1.png)
-
tags/2.3.9/assets/js/uk-cookie-consent-js.js (copied) (copied from uk-cookie-consent/trunk/assets/js/uk-cookie-consent-js.js)
-
tags/2.3.9/languages/uk-cookie-consent-it_IT.mo (copied) (copied from uk-cookie-consent/trunk/languages/uk-cookie-consent-it_IT.mo)
-
tags/2.3.9/languages/uk-cookie-consent-it_IT.po (copied) (copied from uk-cookie-consent/trunk/languages/uk-cookie-consent-it_IT.po)
-
tags/2.3.9/public/class-ctcc-public.php (copied) (copied from uk-cookie-consent/trunk/public/class-ctcc-public.php)
-
tags/2.3.9/public/customizer.php (copied) (copied from uk-cookie-consent/trunk/public/customizer.php)
-
tags/2.3.9/readme.txt (copied) (copied from uk-cookie-consent/trunk/readme.txt) (2 diffs)
-
tags/2.3.9/uk-cookie-consent.php (copied) (copied from uk-cookie-consent/trunk/uk-cookie-consent.php) (2 diffs)
-
tags/2.3.9/wpml-config.xml (copied) (copied from uk-cookie-consent/trunk/wpml-config.xml)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tracking (deleted)
-
trunk/uk-cookie-consent.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uk-cookie-consent/tags/2.3.9/readme.txt
r1810359 r1816292 4 4 Tags: cookie law, cookies, eu cookie law, eu privacy directive, cookie compliance, cookie law, cookie notice, cookie notification, wpml, geo ip 5 5 Requires at least: 4.3 6 Tested up to: 4.9. 27 Stable tag: 2.3. 86 Tested up to: 4.9.3 7 Stable tag: 2.3.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 72 72 == Changelog == 73 74 = 2.3.9 = 75 * Updated: removed tracking 73 76 74 77 = 2.3.8 = -
uk-cookie-consent/tags/2.3.9/uk-cookie-consent.php
r1810359 r1816292 4 4 Plugin URI: https://catapultthemes.com/cookie-consent/ 5 5 Description: The only cookie consent plugin you'll ever need. 6 Version: 2.3. 86 Version: 2.3.9 7 7 Author: Catapult_Themes 8 8 Author URI: https://catapultthemes.com/ … … 76 76 } 77 77 register_activation_hook ( __FILE__, 'ctcc_create_policy_page' ); 78 79 /**80 * This function allows you to track usage of your plugin81 * Place in your main plugin file82 * Refer to https://wisdomplugin.com/support for help83 */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 196 );97 }98 uk_cookie_consent_start_plugin_tracking();99 } -
uk-cookie-consent/trunk/readme.txt
r1810359 r1816292 4 4 Tags: cookie law, cookies, eu cookie law, eu privacy directive, cookie compliance, cookie law, cookie notice, cookie notification, wpml, geo ip 5 5 Requires at least: 4.3 6 Tested up to: 4.9. 27 Stable tag: 2.3. 86 Tested up to: 4.9.3 7 Stable tag: 2.3.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 72 72 == Changelog == 73 74 = 2.3.9 = 75 * Updated: removed tracking 73 76 74 77 = 2.3.8 = -
uk-cookie-consent/trunk/uk-cookie-consent.php
r1810359 r1816292 4 4 Plugin URI: https://catapultthemes.com/cookie-consent/ 5 5 Description: The only cookie consent plugin you'll ever need. 6 Version: 2.3. 86 Version: 2.3.9 7 7 Author: Catapult_Themes 8 8 Author URI: https://catapultthemes.com/ … … 76 76 } 77 77 register_activation_hook ( __FILE__, 'ctcc_create_policy_page' ); 78 79 /**80 * This function allows you to track usage of your plugin81 * Place in your main plugin file82 * Refer to https://wisdomplugin.com/support for help83 */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 196 );97 }98 uk_cookie_consent_start_plugin_tracking();99 }
Note: See TracChangeset
for help on using the changeset viewer.