Skip to content

Commit

Permalink
Package 4.9 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Sep 3, 2020
1 parent b12e310 commit 04a8460
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 310 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redirection",
"version": "4.7.2",
"version": "4.9-beta-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 Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/johngodley/redirection",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
Expand All @@ -58,16 +58,16 @@
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@hot-loader/react-dom": "^16.13.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.47",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-highlight-words": "^0.16.1",
"@types/react-redux": "^7.1.9",
"@wordpress/base-styles": "^2.0.1",
"@wordpress/prettier-config": "^0.3.0",
"@wordpress/base-styles": "^2.1.0",
"@wordpress/prettier-config": "^0.4.0",
"apidoc": "^0.25.0",
"autoprefixer": "^9.8.6",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -78,7 +78,7 @@
"chai": "^4.2.0",
"css-loader": "^4.2.2",
"download": "^8.0.0",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-config-wpcalypso": "^6.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.2.0",
Expand All @@ -94,12 +94,12 @@
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.2",
"he": "^1.2.0",
"html-webpack-plugin": "^4.3.0",
"html-webpack-plugin": "^4.4.1",
"i18n-calypso-cli": "^1.0.0",
"imports-loader": "^1.1.0",
"jest": "^26.4.2",
"json-loader": "^0.5.7",
"mocha": "^8.1.2",
"mocha": "^8.1.3",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"null-loader": "^4.0.0",
Expand All @@ -113,14 +113,14 @@
"react-hot-loader": "^4.12.21",
"redux-devtools-extension": "^2.13.8",
"request-promise": "^4.2.6",
"sass-loader": "^10.0.1",
"sass-loader": "^10.0.2",
"shared-git-hooks": "^1.2.1",
"style-loader": "1.2.1",
"stylelint": "^13.6.1",
"stylelint": "^13.7.0",
"stylelint-config-wordpress": "^17.0.0",
"through": "^2.3.8",
"through2": "^4.0.2",
"underscore": "^1.10.2",
"underscore": "^1.11.0",
"webpack": "^5.0.0-beta.24",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-bundle-size-analyzer": "^3.1.0",
Expand All @@ -137,7 +137,7 @@
"plite": "^0.0.5",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"rc-progress": "^3.0.0",
"rc-progress": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.3",
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho

An 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.

= 4.9 - ??? =
* Expand log information to capture HTTP headers, domain, HTTP code, and HTTP method
* Allow non-Redirection redirects to be logged - allows tracking of all redirects on a site
* Expand log and 404 pages with greatly improved filters
* Bulk delete logs and 404s by selected filter
* Logging is now optional per redirect rule
* Fix random action on a site with non-root URL
* Fix group and search being reset when searching

= 4.8 - May 23 2020 =
* Add importer for Quick Post/Page Redirects plugin
* Add plugin imports to WP CLI
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.8' );
define( 'REDIRECTION_BUILD', '7acce5951ed37d0a438ffb92e849136e' );
define( 'REDIRECTION_VERSION', '4.9-beta-1' );
define( 'REDIRECTION_BUILD', '5b839905ec2099ce9b2ac618ae267c18' );
define( 'REDIRECTION_MIN_WP', '4.6' );
77 changes: 2 additions & 75 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: 4.8
Version: 4.9-beta-1
Author: John Godley
Text Domain: redirection
Domain Path: /locale
Expand Down
Loading

0 comments on commit 04a8460

Please sign in to comment.