Version Description
- Updated plugin premium box
Download this release
Release Info
Developer | MooveAgency |
Plugin | GDPR Cookie Compliance |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- moove-gdpr.php +2 -2
- readme.txt +3 -0
- views/moove/admin/settings/plugin_boxes.php +7 -2
moove-gdpr.php
CHANGED
@@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
|
|
6 |
* Plugin Name: GDPR Cookie Compliance
|
7 |
* Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
|
8 |
* Description: GDPR is an EU wide legislation that specifies how user data should be handled. This plugin has settings that can assist you with GDPR cookie compliance requirements.
|
9 |
-
* Version: 1.3.
|
10 |
* Author: Moove Agency
|
11 |
* Domain Path: /languages
|
12 |
* Author URI: https://www.mooveagency.com
|
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
|
|
14 |
* Text Domain: gdpr-cookie-compliance
|
15 |
*/
|
16 |
|
17 |
-
define( 'MOOVE_GDPR_VERSION', '1.3.
|
18 |
|
19 |
register_activation_hook( __FILE__ , 'moove_gdpr_activate' );
|
20 |
register_deactivation_hook( __FILE__ , 'moove_gdpr_deactivate' );
|
6 |
* Plugin Name: GDPR Cookie Compliance
|
7 |
* Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
|
8 |
* Description: GDPR is an EU wide legislation that specifies how user data should be handled. This plugin has settings that can assist you with GDPR cookie compliance requirements.
|
9 |
+
* Version: 1.3.3
|
10 |
* Author: Moove Agency
|
11 |
* Domain Path: /languages
|
12 |
* Author URI: https://www.mooveagency.com
|
14 |
* Text Domain: gdpr-cookie-compliance
|
15 |
*/
|
16 |
|
17 |
+
define( 'MOOVE_GDPR_VERSION', '1.3.3' );
|
18 |
|
19 |
register_activation_hook( __FILE__ , 'moove_gdpr_activate' );
|
20 |
register_deactivation_hook( __FILE__ , 'moove_gdpr_deactivate' );
|
readme.txt
CHANGED
@@ -130,6 +130,9 @@ Unfortunately no. This plugin is just a template and needs to be setup by your d
|
|
130 |
|
131 |
== Changelog ==
|
132 |
|
|
|
|
|
|
|
133 |
= 1.3.2 =
|
134 |
* Fixed text domain loading
|
135 |
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
+
= 1.3.3 =
|
134 |
+
* Updated plugin premium box
|
135 |
+
|
136 |
= 1.3.2 =
|
137 |
* Fixed text domain loading
|
138 |
|
views/moove/admin/settings/plugin_boxes.php
CHANGED
@@ -19,8 +19,13 @@
|
|
19 |
<li>Consent Analytics</li>
|
20 |
</ul>
|
21 |
<hr />
|
22 |
-
<strong>Buy Now for only <span>£29</span
|
23 |
-
<a href="https://www.mooveagency.com/wordpress-plugins/?checkout=8431" target="_blank" class="plugin-buy-now-btn">Buy Now</a>
|
|
|
|
|
|
|
|
|
|
|
24 |
</div>
|
25 |
<!-- .box-content -->
|
26 |
</div>
|
19 |
<li>Consent Analytics</li>
|
20 |
</ul>
|
21 |
<hr />
|
22 |
+
<strong>Buy Now for only <span>£29</span> (single license)</strong>
|
23 |
+
<a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/?checkout=8431&license=single" target="_blank" class="plugin-buy-now-btn">Buy Now for £29</a>
|
24 |
+
|
25 |
+
<hr />
|
26 |
+
<strong>Developer license <span>£99</span> (multiple sites)</strong>
|
27 |
+
<a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/?checkout=8431&license=developer" target="_blank" class="plugin-buy-now-btn">Buy Now for £99</a>
|
28 |
+
|
29 |
</div>
|
30 |
<!-- .box-content -->
|
31 |
</div>
|