Skip to content

Commit

Permalink
Bundle 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Jul 17, 2021
1 parent b8b4cda commit c3d4364
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 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": "5.1.1",
"version": "5.1.2",
"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
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: johnny5
Donate link: https://redirection.me/donation/
Tags: redirect, htaccess, 301, 404, seo, permalink, apache, nginx, post, admin
Requires at least: 5.1
Tested up to: 5.7
Requires at least: 5.2
Tested up to: 5.8
Stable tag: trunk
Requires PHP: 5.6
License: GPLv3
Expand Down Expand Up @@ -181,6 +181,10 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho

A x.1 version increase introduces new or updated features and can be considered to contain 'breaking' changes. A x.x.1 increase is purely a bug fix and introduces no new features, and can be considered as containing no breaking changes.

= 5.1.2 - 17th July 2021 =
* Fix random redirect not working
* Fix [userid] shortcode returning 1

= 5.1.1 - 11th April 2021 =
* Revert the permalink migration improvement from 5.1 as it's causing problems on some sites

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', '5.1.1' );
define( 'REDIRECTION_BUILD', 'accf9923c797504c858f60338da73667' );
define( 'REDIRECTION_VERSION', '5.1.2' );
define( 'REDIRECTION_BUILD', 'f552e95c1d86a233313e7d65e8888ef5' );
define( 'REDIRECTION_MIN_WP', '4.6' );
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 @@ -4,7 +4,7 @@
Plugin Name: Redirection
Plugin URI: https://redirection.me/
Description: Manage all your 301 redirects and monitor 404 errors
Version: 5.1.1
Version: 5.1.2
Author: John Godley
Text Domain: redirection
Domain Path: /locale
Expand Down

0 comments on commit c3d4364

Please sign in to comment.