Cookie Consent - Version 2.3.2

Version Description

  • Updated: incorrect text domains
  • Updated: tracking class to 1.0.1
  • Updated: removed unnecessary keys from wpml-config.xml
Download this release

Release Info

Developer Catapult_Themes
Plugin Icon 128x128 Cookie Consent
Version 2.3.2
Comparing to
See all releases

Code changes from version 2.3.1 to 2.3.2

admin/class-ctcc-admin.php CHANGED
@@ -568,7 +568,7 @@ if ( ! class_exists ( 'CTCC_Admin' ) ) {
568
  <option value='<?php echo $page -> ID; ?>' <?php selected( $ctcc_content_settings['more_info_page'], $page -> ID ); ?>><?php echo $page -> post_title; ?></option>
569
  <?php } ?>
570
  </select>
571
- <p class="description"><?php _e( 'The page containing further information about your cookie policy', 'discussion-board' ); ?></p>
572
  <?php }
573
  }
574
 
568
  <option value='<?php echo $page -> ID; ?>' <?php selected( $ctcc_content_settings['more_info_page'], $page -> ID ); ?>><?php echo $page -> post_title; ?></option>
569
  <?php } ?>
570
  </select>
571
+ <p class="description"><?php _e( 'The page containing further information about your cookie policy', 'uk-cookie-consent' ); ?></p>
572
  <?php }
573
  }
574
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Cookie Consent ===
2
  Contributors: Catapult_Themes, husobj, jraczynski
3
- Donate Link: https://paypal.com
4
  Tags: cookie law, cookies, eu cookie law, eu privacy directive, cookie compliance, cookie law, cookie notice, cookie notification, wpml, geo ip
5
  Requires at least: 4.3
6
- Tested up to: 4.7.2
7
- Stable tag: 2.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  The only cookie consent plugin you'll ever need.
@@ -71,6 +71,11 @@ You will find more details of the regulations on the [Information Commissioner's
71
 
72
  == Changelog ==
73
 
 
 
 
 
 
74
  = 2.3.1 =
75
  * Added: link to create privacy policy
76
  * Added: tracking
1
  === Cookie Consent ===
2
  Contributors: Catapult_Themes, husobj, jraczynski
3
+ Donate Link: https://www.paypal.me/catapultthemes
4
  Tags: cookie law, cookies, eu cookie law, eu privacy directive, cookie compliance, cookie law, cookie notice, cookie notification, wpml, geo ip
5
  Requires at least: 4.3
6
+ Tested up to: 4.7.3
7
+ Stable tag: 2.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  The only cookie consent plugin you'll ever need.
71
 
72
  == Changelog ==
73
 
74
+ = 2.3.2 =
75
+ * Updated: incorrect text domains
76
+ * Updated: tracking class to 1.0.1
77
+ * Updated: removed unnecessary keys from wpml-config.xml
78
+
79
  = 2.3.1 =
80
  * Added: link to create privacy policy
81
  * Added: tracking
tracking/class-plugin-usage-tracker.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * This is the class that sends all the data back to the home site
4
  * It also handles opting in and deactivation
5
- * @version 1.0.0
6
  */
7
 
8
  // Exit if accessed directly
@@ -644,7 +644,7 @@ if( ! class_exists( 'Plugin_Usage_Tracker') ) {
644
  $html .= '</div><!-- .put-goodbye-options -->';
645
  }
646
  $html .= '</div><!-- .put-goodbye-form-body -->';
647
- $html .= '<p class="deactivating-spinner"><span class="spinner"></span> ' . __( 'Submitting form', 'wisdom-plugin' ) . '</p>';
648
  ?>
649
  <div class="put-goodbye-form-bg"></div>
650
  <style type="text/css">
@@ -704,7 +704,7 @@ if( ! class_exists( 'Plugin_Usage_Tracker') ) {
704
  var url = document.getElementById("put-goodbye-link-<?php echo esc_attr( $this->plugin_name ); ?>");
705
  $('body').toggleClass('put-form-active');
706
  $("#put-goodbye-form-<?php echo esc_attr( $this->plugin_name ); ?>").fadeIn();
707
- $("#put-goodbye-form-<?php echo esc_attr( $this->plugin_name ); ?>").html( '<?php echo $html; ?>' + '<div class="put-goodbye-form-footer"><p><a id="put-submit-form" class="button primary" href="#">Submit and Deactivate</a>&nbsp;<a class="secondary button" href="'+url+'">Just Deactivate</a></p></div>');
708
  $('#put-submit-form').on('click', function(e){
709
  // As soon as we click, the body of the form should disappear
710
  $("#put-goodbye-form-<?php echo esc_attr( $this->plugin_name ); ?> .put-goodbye-form-body").fadeOut();
2
  /**
3
  * This is the class that sends all the data back to the home site
4
  * It also handles opting in and deactivation
5
+ * @version 1.0.1
6
  */
7
 
8
  // Exit if accessed directly
644
  $html .= '</div><!-- .put-goodbye-options -->';
645
  }
646
  $html .= '</div><!-- .put-goodbye-form-body -->';
647
+ $html .= '<p class="deactivating-spinner"><span class="spinner"></span> ' . __( 'Submitting form', 'plugin-usage-tracker' ) . '</p>';
648
  ?>
649
  <div class="put-goodbye-form-bg"></div>
650
  <style type="text/css">
704
  var url = document.getElementById("put-goodbye-link-<?php echo esc_attr( $this->plugin_name ); ?>");
705
  $('body').toggleClass('put-form-active');
706
  $("#put-goodbye-form-<?php echo esc_attr( $this->plugin_name ); ?>").fadeIn();
707
+ $("#put-goodbye-form-<?php echo esc_attr( $this->plugin_name ); ?>").html( '<?php echo $html; ?>' + '<div class="put-goodbye-form-footer"><p><a id="put-submit-form" class="button primary" href="#"><?php __( 'Submit and Deactivate', 'plugin-usage-tracker' ); ?></a>&nbsp;<a class="secondary button" href="'+url+'"><?php __( 'Just Deactivate', 'plugin-usage-tracker' ); ?></a></p></div>');
708
  $('#put-submit-form').on('click', function(e){
709
  // As soon as we click, the body of the form should disappear
710
  $("#put-goodbye-form-<?php echo esc_attr( $this->plugin_name ); ?> .put-goodbye-form-body").fadeOut();
uk-cookie-consent.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cookie Consent
4
  Plugin URI: http://catapultthemes.com/cookie-consent/
5
  Description: The only cookie consent plugin you'll ever need.
6
- Version: 2.3.1
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent
3
  Plugin Name: Cookie Consent
4
  Plugin URI: http://catapultthemes.com/cookie-consent/
5
  Description: The only cookie consent plugin you'll ever need.
6
+ Version: 2.3.2
7
  Author: Catapult_Themes
8
  Author URI: http://catapultthemes.com/
9
  Text Domain: uk-cookie-consent
wpml-config.xml CHANGED
@@ -1,12 +1,5 @@
1
  <wpml-config>
2
  <admin-texts>
3
- <key name="ctcc_options_settings">
4
- <key name="closure" />
5
- <key name="first_page" />
6
- <key name="duration" />
7
- <key name="cookie_expiry" />
8
- <key name="cookie_version" />
9
- </key>
10
  <key name="ctcc_content_settings">
11
  <key name="heading_text"/>
12
  <key name="notification_text"/>
@@ -14,23 +7,6 @@
14
  <key name="more_info_text"/>
15
  <key name="more_info_page"/>
16
  <key name="more_info_url"/>
17
- <key name="more_info_target"/>
18
  </key>
19
- <key name="ctcc_styles_settings">
20
- <key name="position" />
21
- <key name="container_class" />
22
- <key name="enqueue_styles" />
23
- <key name="rounded_corners" />
24
- <key name="drop_shadow" />
25
- <key name="display_accept_with_text" />
26
- <key name="x_close" />
27
- <key name="text_color" />
28
- <key name="bg_color" />
29
- <key name="link_color" />
30
- <key name="button_color" />
31
- <key name="button_bg_color" />
32
- <key name="bg_color" />
33
- <key name="flat_button" />
34
- </key>
35
  </admin-texts>
36
  </wpml-config>
1
  <wpml-config>
2
  <admin-texts>
 
 
 
 
 
 
 
3
  <key name="ctcc_content_settings">
4
  <key name="heading_text"/>
5
  <key name="notification_text"/>
7
  <key name="more_info_text"/>
8
  <key name="more_info_page"/>
9
  <key name="more_info_url"/>
 
10
  </key>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  </admin-texts>
12
  </wpml-config>