Skip to content

Commit

Permalink
Version bump to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Nov 3, 2018
1 parent 0e41de2 commit 4991f22
Show file tree
Hide file tree
Showing 5 changed files with 14 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": "3.6",
"version": "3.6.1",
"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
10 changes: 8 additions & 2 deletions 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.5
Tested up to: 5.0
Stable tag: 3.6
Stable tag: 3.6.1
Requires PHP: 5.4
License: GPLv3

Expand Down Expand Up @@ -134,9 +134,15 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho
* Switches to the WordPress REST API
* Permissions changed from 'administrator' role to 'manage_options' capability

= 3.6.1 =
* Note Redirection will not work with PHP < 5.4 after 3.6 - please update your PHP

== Changelog ==

= 3.6 - Sometime =
= 3.6.1 - 3rd November 2018 =
* Add another PHP < 5.4 fix. Sigh

= 3.6 - 3rd November 2018 =
* Add option to ignore 404s
* Add option to block 404s by IP
* Add grouping of 404s by IP and URL
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', '3.6' );
define( 'REDIRECTION_BUILD', '740ed480b96413c5f0bb0af2e5d17941' );
define( 'REDIRECTION_VERSION', '3.6.1' );
define( 'REDIRECTION_BUILD', '8ea8354f5e7d342d30bda3252bbf678c' );
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: 3.6
Version: 3.6.1
Author: John Godley
Author URI: https://johngodley.com
Text Domain: redirection
Expand Down

0 comments on commit 4991f22

Please sign in to comment.