diff --git a/gdpr.php b/gdpr.php index 249b3751..9ba06140 100755 --- a/gdpr.php +++ b/gdpr.php @@ -16,8 +16,8 @@ * Plugin Name: GDPR * Plugin URI: https://trewknowledge.com * Description: This plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR. - * Version: 2.1.0 - * Author: Trew Knowledge + * Version: 3.2.1 + * Author: Box UK (forked from Trew Knowledge) * Author URI: https://trewknowledge.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -35,7 +35,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'GDPR_VERSION', '2.1.0' ); +define( 'GDPR_VERSION', '3.2.1' ); /** * The minimum PHP version required to run the plugin.