Skip to content

Commit 0e3d2b2

Browse files
committed
Bump to version 1.2.3.
1 parent a228bb9 commit 0e3d2b2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

SimpleWebsiteRedirect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Simple Website Redirect
44
* Plugin URI: https://wpscholar.com/wordpress-plugins/simple-website-redirect/
55
* Description: A simple plugin designed to redirect an entire website (except the WordPress admin) to another website.
6-
* Version: 1.2.2
6+
* Version: 1.2.3
77
* Author: Micah Wood
88
* Author URI: https://wpscholar.com
99
* License: GPL2

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/wpscholar
44
Tags: site, website, redirect, redirection, forward, forwarding
55
Requires at least: 4.0
66
Tested up to: 5.2
7-
Stable tag: 1.2.2
7+
Stable tag: 1.2.3
88
Requires PHP: 5.4
99
License: GPLv3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -58,6 +58,9 @@ If you don't meet the below requirements, I highly recommend you upgrade your Wo
5858

5959
== Changelog ==
6060

61+
= 1.2.3 =
62+
* Bug fix to handle issues when saving without setting a redirect URL.
63+
6164
= 1.2.2 =
6265
* Make sure the URL path associated with the WordPress home URL doesn't get appended to the URL when preserving URL paths.
6366
* Properly sanitize the redirect URL to prevent redirect loops while ensuring compatibility with sites installed in a subdirectory.
@@ -104,3 +107,6 @@ If you don't meet the below requirements, I highly recommend you upgrade your Wo
104107

105108
= 1.2.2 =
106109
* Bug fixes to ensure proper handling of redirects for subdirectory installs under the same domain.
110+
111+
= 1.2.3 =
112+
* Bug fix to handle issues when saving without setting a redirect URL.

0 commit comments

Comments
 (0)