Skip to content

Commit

Permalink
Released Version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zekinah committed Jan 14, 2021
1 parent 3b61d39 commit 1ec70a0
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-redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function __construct() {
if ( defined( 'ZONE_REDIRECT_VERSION' ) ) {
$this->version = ZONE_REDIRECT_VERSION;
} else {
$this->version = '1.0.9';
$this->version = '1.0.10';
}
$this->plugin_name = 'zone-redirect';

Expand Down
2 changes: 1 addition & 1 deletion model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct() {
if ( defined( 'ZONE_REDIRECT_VERSION' ) ) {
$this->version = ZONE_REDIRECT_VERSION;
} else {
$this->version = '1.0.9';
$this->version = '1.0.10';
}
$this->plugin_name = 'zone-redirect';
$this->wpdb = $wpdb;
Expand Down
4 changes: 2 additions & 2 deletions zone-redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Zone - Redirect
* Plugin URI: https://github.com/zekinah/Zone-Redirect
* Description: This plugin helps you manage and create 301 & 302 redirects for your WordPress site to improve SEO and visitor experience. With a user-friendly interface, Zone Redirect is easy to install and configure.
* Version: 1.0.9
* Version: 1.0.10
* Author: Zekinah Lecaros
* Author URI: https://github.com/zekinah
* License: GPL-2.0+
Expand All @@ -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( 'ZONE_REDIRECT_VERSION', '1.0.9' );
define( 'ZONE_REDIRECT_VERSION', '1.0.10' );

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

0 comments on commit 1ec70a0

Please sign in to comment.