Version Description
Download this release
Release Info
Developer | wpautoterms |
Plugin | Auto Terms of Service and Privacy Policy |
Version | 2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.4.1
- README.txt +5 -1
- auto-terms-of-service-privacy-policy.php +1 -1
- templates/review-banner.php +0 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: privacy policy, terms and conditions, cookie consent, cookie notice, ccpa,
|
|
4 |
Requires at least: 4.2
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 2.4.
|
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.0 =
|
123 |
* Apr 26, 2020
|
124 |
* New logo & identity
|
4 |
Requires at least: 4.2
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 2.4.1
|
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.1 =
|
123 |
+
* Jun 3, 2020
|
124 |
+
* Fix: Fix for Add a New Legal Page missing wizards
|
125 |
+
|
126 |
= Version 2.4.0 =
|
127 |
* Apr 26, 2020
|
128 |
* New logo & identity
|
auto-terms-of-service-privacy-policy.php
CHANGED
@@ -5,7 +5,7 @@ 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.
|
9 |
License: GPLv2 or later
|
10 |
Text Domain: wpautoterms
|
11 |
Domain Path: /languages
|
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.1
|
9 |
License: GPLv2 or later
|
10 |
Text Domain: wpautoterms
|
11 |
Domain Path: /languages
|
templates/review-banner.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<div class="wpautoterms-review-banner notice notice-info wpautoterms-is-dismissible" data-wpautoterms-dismissible="<?php
|
2 |
esc_attr_e( 'Don\'t show this again', WPAUTOTERMS_SLUG ); ?>"
|
3 |
data-wpautoterms-action-id="<?php echo esc_attr( $action_id ); ?>"
|
4 |
-
data-wpautoterms-action-nonce="<?php echo esc_attr( $action_nonce ); ?>"
|
5 |
data-wpautoterms-action-data="<?php echo esc_attr( '{"state":1}' ) ?>">
|
6 |
<h4><?php esc_html_e( 'Do you like WP AutoTerms?', WPAUTOTERMS_SLUG ); ?></h4>
|
7 |
<p>
|
1 |
<div class="wpautoterms-review-banner notice notice-info wpautoterms-is-dismissible" data-wpautoterms-dismissible="<?php
|
2 |
esc_attr_e( 'Don\'t show this again', WPAUTOTERMS_SLUG ); ?>"
|
3 |
data-wpautoterms-action-id="<?php echo esc_attr( $action_id ); ?>"
|
|
|
4 |
data-wpautoterms-action-data="<?php echo esc_attr( '{"state":1}' ) ?>">
|
5 |
<h4><?php esc_html_e( 'Do you like WP AutoTerms?', WPAUTOTERMS_SLUG ); ?></h4>
|
6 |
<p>
|