Auto Terms of Service and Privacy Policy - Version 2.4.9

Version Description

Download this release

Release Info

Developer wpautoterms
Plugin Icon Auto Terms of Service and Privacy Policy
Version 2.4.9
Comparing to
See all releases

Code changes from version 2.4.8 to 2.4.9

README.txt CHANGED
@@ -1,10 +1,10 @@
1
- === WP AutoTerms: Privacy Policy Generator, Terms & Conditions Generator, Cookie Notice Banner ===
2
  Contributors: wpautoterms
3
- Tags: privacy policy, terms and conditions, cookie consent, cookie notice, ccpa, gdpr, terms of service, disclosure, disclaimer, affiliates, consent, legal
4
  Requires at least: 4.2
5
  Tested up to: 5.8
6
  Requires PHP: 5.3
7
- Stable tag: 2.4.8
8
  License: GPL version 3 or any later version
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -119,6 +119,10 @@ Installing the plugin is easy. Just follow these steps:
119
 
120
  == Changelog ==
121
 
 
 
 
 
122
  = Version 2.4.8 =
123
  * Aug 26, 2021
124
  * Fix: Fixed localization issue for the Cookie Notice compliance kit
1
+ === WP AutoTerms: Privacy Policy Generator (GDPR & CCPA), Terms & Conditions Generator, Cookie Notice Banner ===
2
  Contributors: wpautoterms
3
+ Tags: privacy policy, terms and conditions, ccpa, gdpr, eu privacy directive, cookie notice, cookie banner, cookie consent, disclosure, disclaimer, affiliate, legal
4
  Requires at least: 4.2
5
  Tested up to: 5.8
6
  Requires PHP: 5.3
7
+ Stable tag: 2.4.9
8
  License: GPL version 3 or any later version
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
119
 
120
  == Changelog ==
121
 
122
+ = Version 2.4.9 =
123
+ * Dec 9, 2021
124
+ * Fix: Fixed SSL issue
125
+
126
  = Version 2.4.8 =
127
  * Aug 26, 2021
128
  * Fix: Fixed localization issue for the Cookie Notice compliance kit
auto-terms-of-service-privacy-policy.php CHANGED
@@ -2,10 +2,10 @@
2
  /*
3
  Plugin Name: WP AutoTerms
4
  Plugin URI: https://wpautoterms.com
5
- Description: Create Privacy Policy, GDPR Privacy Policy, Terms & Conditions, Disclaimers. Cookie Consent Banner. More Compliance Kits to help you get compliant with the law.
6
  Author: WP AutoTerms
7
  Author URI: https://wpautoterms.com
8
- Version: 2.4.8
9
  License: GPLv2 or later
10
  Text Domain: wpautoterms
11
  Domain Path: /languages
2
  /*
3
  Plugin Name: WP AutoTerms
4
  Plugin URI: https://wpautoterms.com
5
+ Description: Create Privacy Policy with GDPR and CCPA, Terms & Conditions, Disclaimers. Cookie Consent Notice Banner. More Compliance Kits to help you get compliant with the law.
6
  Author: WP AutoTerms
7
  Author URI: https://wpautoterms.com
8
+ Version: 2.4.9
9
  License: GPLv2 or later
10
  Text Domain: wpautoterms
11
  Domain Path: /languages
includes/api/license.php CHANGED
@@ -25,6 +25,7 @@ class License {
25
  $this,
26
  'on_update_key'
27
  ), 10, 2 );
 
28
  }
29
 
30
  public function on_update_key( $old_value, $value ) {
25
  $this,
26
  'on_update_key'
27
  ), 10, 2 );
28
+ add_filter('https_ssl_verify', '__return_false');
29
  }
30
 
31
  public function on_update_key( $old_value, $value ) {