Skip to content

Commit

Permalink
Release 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Apr 15, 2019
1 parent 3973119 commit 5a5cc09
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redirection",
"version": "4.2.2",
"version": "4.2.3",
"description": "Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.",
"main": "redirection.php",
"sideEffects": true,
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://redirection.me/donation/
Tags: redirect, htaccess, 301, 404, seo, permalink, apache, nginx, post, admin
Requires at least: 4.6
Tested up to: 5.1.1
Stable tag: 4.2.2
Stable tag: 4.2.3
Requires PHP: 5.4
License: GPLv3

Expand Down Expand Up @@ -159,6 +159,9 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho

== Changelog ==

= 4.2.3 - 16th Apr 2019 =
* Fix bug with old API routes breaking test

= 4.2.2 - 13th Apr 2019 =
* Improve API checking logic
* Fix '1' being logged for pass-through redirects
Expand Down
4 changes: 2 additions & 2 deletions redirection-version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

define( 'REDIRECTION_VERSION', '4.2.2' );
define( 'REDIRECTION_BUILD', 'e0416ca80560a4011025c96bafa6c3a0' );
define( 'REDIRECTION_VERSION', '4.2.3' );
define( 'REDIRECTION_BUILD', '832f7155834bcdc64325009360c6273b' );
define( 'REDIRECTION_MIN_WP', '4.5' );
4 changes: 2 additions & 2 deletions redirection.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion redirection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Redirection
Plugin URI: https://redirection.me/
Description: Manage all your 301 redirects and monitor 404 errors
Version: 4.2.2
Version: 4.2.3
Author: John Godley
Author URI: https://johngodley.com
Text Domain: redirection
Expand Down

0 comments on commit 5a5cc09

Please sign in to comment.