Skip to content

Commit

Permalink
New Release version for Wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
zekinah committed Jun 19, 2020
1 parent 6e4737b commit dc038b2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 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.3';
$this->version = '1.0.4';
}
$this->plugin_name = 'zone-redirect';

Expand Down
6 changes: 2 additions & 4 deletions 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.3';
$this->version = '1.0.4';
}
$this->plugin_name = 'zone-redirect';
$this->wpdb = $wpdb;
Expand Down Expand Up @@ -103,9 +103,7 @@ public function dropTable()
{
$table_prefix = $this->wpdb->prefix;

$this->wpdb->query("DROP TABLE IF EXISTS `" . $table_prefix . "zn_redirect_links`");
// $this->wpdb->query("DROP TABLE IF EXISTS `" . $table_prefix . "zn_redirect_links`");
$this->wpdb->query("DROP TABLE IF EXISTS `" . $table_prefix . "zn_redirect_visits`");

// DROP TABLE `wp_zn_redirect_links`, `wp_zn_redirect_visits`
}
}
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Zone Redirect ===
Contributors: zekinah
Donate link: http://paypal.me/zekinahlecaros
Tags: http-request,redirect
Donate link: https://www.buymeacoffee.com/zekinah
Tags: 301,302,redirect,url,seo
Requires at least: 3.0.1
Tested up to: 5.4
Requires PHP: 5.6 or higher
Expand Down Expand Up @@ -56,4 +56,9 @@ The plugin is simple to install:
4. History

== Changelog ==
v1.0.3 - Initial Release

= v1.0.4 =
* Fixed Minor Bugs

= v1.0.3=
* Initial Release
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.3
* Version: 1.0.4
* 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.3' );
define( 'ZONE_REDIRECT_VERSION', '1.0.4' );

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

0 comments on commit dc038b2

Please sign in to comment.