Skip to content

Commit

Permalink
Release version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zekinah committed Sep 5, 2020
1 parent 237b174 commit 1d30ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/class-zone-cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function __construct() {
if ( defined( 'Zone_Cookie_VERSION' ) ) {
$this->version = Zone_Cookie_VERSION;
} else {
$this->version = '1.0.5';
$this->version = '1.0.6';
}
$this->plugin_name = 'zone-cookie';

Expand Down
2 changes: 1 addition & 1 deletion model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct()
if ( defined( 'Zone_Cookie_VERSION' ) ) {
$this->version = ZONE_REDIRECT_VERSION;
} else {
$this->version = '1.0.5';
$this->version = '1.0.6';
}
$this->plugin_name = 'zone-cookie';
$this->wpdb = $wpdb;
Expand Down
4 changes: 2 additions & 2 deletions zone-cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Zone - Cookie
* Plugin URI: https://github.com/zekinah/zone-cookie.git
* Description: Addon for GDPR Compliance and CCPA Compliance.
* Version: 1.0.5
* Version: 1.0.6
* Author: Zekinah Lecaros
* Author URI: https://github.com/zekinah/
* License: GPL-2.0+
Expand All @@ -34,7 +34,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( 'Zone_Cookie_VERSION', '1.0.5' );
define( 'Zone_Cookie_VERSION', '1.0.6' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 1d30ac4

Please sign in to comment.