Skip to content

Commit 90a74a5

Browse files
committed
Version bump to 3.4
1 parent 60dc525 commit 90a74a5

File tree

7 files changed

+680
-1035
lines changed

7 files changed

+680
-1035
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redirection",
3-
"version": "3.3.1",
3+
"version": "3.4",
44
"description": "Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.",
55
"main": "redirection.php",
66
"sideEffects": true,
@@ -39,24 +39,24 @@
3939
},
4040
"homepage": "https://github.com/johngodley/redirection",
4141
"devDependencies": {
42-
"autoprefixer": "^8.6.2",
42+
"autoprefixer": "^8.6.5",
4343
"babel": "^6.23.0",
4444
"babel-core": "^6.26.3",
45-
"babel-eslint": "^8.2.3",
46-
"babel-loader": "^7.1.4",
45+
"babel-eslint": "^8.2.6",
46+
"babel-loader": "^7.1.5",
4747
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4848
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
4949
"babel-preset-env": "^1.7.0",
5050
"babel-preset-es2015": "^6.24.1",
5151
"babel-preset-react": "^6.24.1",
5252
"babel-preset-stage-2": "^6.24.1",
5353
"chai": "^4.1.2",
54-
"css-loader": "^0.28.11",
55-
"eslint": "^4.19.1",
54+
"css-loader": "^1.0.0",
55+
"eslint": "^5.1.0",
5656
"eslint-config-wpcalypso": "^4.0.0",
5757
"eslint-loader": "^2.0.0",
58-
"eslint-plugin-flowtype": "^2.49.3",
59-
"eslint-plugin-react": "^7.9.1",
58+
"eslint-plugin-flowtype": "^2.50.0",
59+
"eslint-plugin-react": "^7.10.0",
6060
"eslint-plugin-wpcalypso": "^4.0.1",
6161
"exports-loader": "^0.7.0",
6262
"glob-all": "^3.1.0",
@@ -70,28 +70,28 @@
7070
"html-webpack-plugin": "^3.2.0",
7171
"i18n-calypso": "^1.9.1",
7272
"imports-loader": "^0.8.0",
73-
"jest": "^23.1.0",
73+
"jest": "^23.4.1",
7474
"json-loader": "^0.5.7",
7575
"mocha": "^5.2.0",
76-
"node-sass": "^4.9.0",
76+
"node-sass": "^4.9.2",
7777
"null-loader": "^0.1.1",
7878
"path": "^0.12.7",
7979
"postcss-cssnext": "^3.1.0",
8080
"postcss-focus": "^3.0.0",
81-
"postcss-loader": "^2.1.5",
81+
"postcss-loader": "^2.1.6",
8282
"postcss-reporter": "^5.0.0",
8383
"prettier": "github:automattic/calypso-prettier#503d7779",
84-
"redux-devtools-extension": "^2.13.2",
84+
"redux-devtools-extension": "^2.13.5",
8585
"sass-loader": "^7.0.3",
8686
"shared-git-hooks": "^1.2.1",
8787
"style-loader": "^0.21.0",
8888
"through": "^2.3.8",
8989
"through2": "^2.0.3",
9090
"underscore": "^1.9.1",
91-
"webpack": "^4.12.0",
91+
"webpack": "^4.16.1",
9292
"webpack-bundle-analyzer": "^2.13.1",
9393
"webpack-bundle-size-analyzer": "^2.7.0",
94-
"webpack-cli": "^3.0.7",
94+
"webpack-cli": "^3.0.8",
9595
"webpack-dev-server": "^3.1.4",
9696
"webpack-remove-debug": "^0.1.0"
9797
},
@@ -103,10 +103,10 @@
103103
"jed": "^1.1.1",
104104
"lru": "^3.1.0",
105105
"plite": "^0.0.5",
106-
"prop-types": "^15.6.1",
106+
"prop-types": "^15.6.2",
107107
"react": "^16.4.1",
108108
"react-dom": "^16.4.1",
109-
"react-dropzone": "^4.2.11",
109+
"react-dropzone": "^4.2.13",
110110
"react-hot-loader": "^4.3.3",
111111
"react-redux": "^5.0.7",
112112
"redux": "^4.0.0",

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://redirection.me/donation/
44
Tags: redirect, htaccess, 301, 404, seo, permalink, apache, nginx, post, admin
55
Requires at least: 4.5
66
Tested up to: 4.9.6
7-
Stable tag: 3.3.1
7+
Stable tag: 3.4
88
Requires PHP: 5.4
99
License: GPLv3
1010

@@ -136,6 +136,12 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho
136136

137137
== Changelog ==
138138

139+
= 3.4 - 17th July 2018 =
140+
* Add a redirect checker
141+
* Fix incorrect host parsing with server match
142+
* Fix PHP warning with CSV import
143+
* Fix old capability check that was missed from 3.0
144+
139145
= 3.3.1 - 24th June 2018 =
140146
* Add a minimum PHP check for people < 5.4
141147

0 commit comments

Comments
 (0)