GDPR Cookie Compliance - Version 1.2.0

Version Description

  • Fixed modules view
Download this release

Release Info

Developer gaspar.nemes
Plugin Icon 128x128 GDPR Cookie Compliance
Version 1.2.0
Comparing to
See all releases

Code changes from version 1.1.9 to 1.2.0

Files changed (3) hide show
  1. moove-gdpr.php +2 -2
  2. moove-modules-view.php +1 -0
  3. readme.txt +3 -0
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.1.9
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.1.9' );
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.2.0
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.2.0' );
18
 
19
  register_activation_hook( __FILE__ , 'moove_gdpr_activate' );
20
  register_deactivation_hook( __FILE__ , 'moove_gdpr_deactivate' );
moove-modules-view.php CHANGED
@@ -31,6 +31,7 @@ class GDPR_Modules_View {
31
  $locate_template = locate_template( 'gdpr-modules' . DIRECTORY_SEPARATOR . $view_name );
32
  $view_file_origin = $locate_template ? $locate_template : $view_file_origin . DIRECTORY_SEPARATOR . $view_name;
33
  if ( file_exists( $view_file_origin ) ) :
 
34
  include $view_file_origin;
35
  return ob_get_clean();
36
  endif;
31
  $locate_template = locate_template( 'gdpr-modules' . DIRECTORY_SEPARATOR . $view_name );
32
  $view_file_origin = $locate_template ? $locate_template : $view_file_origin . DIRECTORY_SEPARATOR . $view_name;
33
  if ( file_exists( $view_file_origin ) ) :
34
+ ob_start();
35
  include $view_file_origin;
36
  return ob_get_clean();
37
  endif;
readme.txt CHANGED
@@ -114,6 +114,9 @@ Unfortunately no. This plugin is just a template and needs to be setup by your d
114
 
115
  == Changelog ==
116
 
 
 
 
117
  = 1.1.9. =
118
  * Fixed default logo 404 issue
119
  * Fixed floating button positioning
114
 
115
  == Changelog ==
116
 
117
+ = 1.2.0 =
118
+ * Fixed modules view
119
+
120
  = 1.1.9. =
121
  * Fixed default logo 404 issue
122
  * Fixed floating button positioning