Skip to content

Commit

Permalink
Bundle 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Sep 6, 2020
1 parent c5e02e5 commit ac2d738
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 24 deletions.
24 changes: 18 additions & 6 deletions locale/search-regex.pot
Original file line number Diff line number Diff line change
Expand Up @@ -894,27 +894,39 @@ msgstr ""
msgid "Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy."
msgstr ""

#: search-regex-strings.php:234, search-regex-strings.php:235, search-regex-strings.php:236
#: search-regex-strings.php:234
msgid "Bad data"
msgstr ""

#: search-regex-strings.php:235
msgid "There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request."
msgstr ""

#: search-regex-strings.php:236
msgid "Plrease review your data and try again."
msgstr ""

#: search-regex-strings.php:237, search-regex-strings.php:238, search-regex-strings.php:239
msgid "Something went wrong 🙁"
msgstr ""

#: search-regex-strings.php:237
#: search-regex-strings.php:240
msgid "You are using an old or cached session"
msgstr ""

#: search-regex-strings.php:238
#: search-regex-strings.php:241
msgid "This is usually fixed by doing one of the following:"
msgstr ""

#: search-regex-strings.php:239
#: search-regex-strings.php:242
msgid "Reload the page - your current session is old."
msgstr ""

#: search-regex-strings.php:240
#: search-regex-strings.php:243
msgid "Log out, clear your browser cache, and log in again - your browser has cached an old session."
msgstr ""

#: search-regex-strings.php:241
#: search-regex-strings.php:244
msgid "Your admin pages are being cached. Clear this cache and try again. There may be multiple caches involved."
msgstr ""

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-regex",
"version": "2.3-beta-1",
"version": "2.3",
"description": "Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support",
"main": "search-regex.php",
"sideEffects": true,
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/johngodley/search-regex",
"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 @@ -53,18 +53,18 @@
"@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/deep-equal": "^1.0.1",
"@types/eslint": "^7.2.2",
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.13",
"@types/mocha": "^8.0.3",
"@types/qs": "^6.9.4",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@wordpress/prettier-config": "^0.3.0",
"@wordpress/prettier-config": "^0.4.0",
"apidoc": "^0.25.0",
"autoprefixer": "^9.8.6",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -75,7 +75,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 @@ -98,7 +98,7 @@
"jest": "26.4.2",
"json-loader": "^0.5.7",
"mocha": "^8.1.3",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"null-loader": "^4.0.0",
"path": "^0.12.7",
Expand All @@ -112,10 +112,10 @@
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.4",
"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",
Expand All @@ -128,7 +128,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@wordpress/base-styles": "^2.0.1",
"@wordpress/base-styles": "^2.1.0",
"classnames": "^2.2.6",
"debounce-promise": "^3.1.2",
"deep-equal": "^2.0.3",
Expand All @@ -139,7 +139,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-copy-to-clipboard": "^5.0.2",
"react-delta": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: johnny5
Donate link: http://searchregex.com/donation/
Tags: search, replace, regex, regular expression, database, post, page
Requires at least: 5.3
Tested up to: 5.5
Tested up to: 5.5.1
Stable tag: trunk
Requires PHP: 5.6
License: GPLv3
Expand Down Expand Up @@ -80,7 +80,7 @@ Full documentation can be found on the [Search Regex](http://searchregex.com/) s

== Changelog ==

= 2.3 - 24th August 2020 =
= 2.3 - 6th September 2020 =
- Add option to set a default preset
- Fix global replace not working in post meta
- Fix replace value not being used in a preset
Expand Down
5 changes: 4 additions & 1 deletion search-regex-strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
__( "500 per page", "search-regex" ), // client/state/search/selector.js:56
__( "1000 per page", "search-regex" ), // client/state/search/selector.js:60
__( "2000 per page", "search-regex" ), // client/state/search/selector.js:64
__( "View notice", "search-regex" ), // client/wp-plugin-components/snackbar/index.js:70
__( "View notice", "search-regex" ), // client/wp-plugin-components/snackbar/index.js:75
__( "Add File", "search-regex" ), // client/wp-plugin-components/uploader/content.js:45
__( "Upload", "search-regex" ), // client/wp-plugin-components/uploader/content.js:54
__( "Cancel", "search-regex" ), // client/wp-plugin-components/uploader/content.js:57
Expand Down Expand Up @@ -231,6 +231,9 @@
__( "Possible cause", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:199
__( "Unable to make request due to browser security. This is typically because your WordPress and Site URL settings are inconsistent, or the request was blocked by your site CORS policy.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:211
__( "Read this REST API guide for more information.", "search-regex" ), // client/wp-plugin-components/error/decode-error/index.js:217
__( "Bad data", "search-regex" ), // client/wp-plugin-components/error/display/error-api.js:17
__( "There was a problem making a request to your site. This could indicate you provided data that did not match requirements, or that the plugin sent a bad request.", "search-regex" ), // client/wp-plugin-components/error/display/error-api.js:19
__( "Plrease review your data and try again.", "search-regex" ), // client/wp-plugin-components/error/display/error-api.js:20
__( "Something went wrong 🙁", "search-regex" ), // client/wp-plugin-components/error/display/error-default.js:22
__( "Something went wrong 🙁", "search-regex" ), // client/wp-plugin-components/error/display/error-fixed.js:19
__( "Something went wrong 🙁", "search-regex" ), // client/wp-plugin-components/error/display/error-known.js:26
Expand Down
4 changes: 2 additions & 2 deletions search-regex-version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

define( 'SEARCHREGEX_VERSION', '2.3-beta-1' );
define( 'SEARCHREGEX_BUILD', 'd0630173bd9368d32ba8203ebc9c5f5f' );
define( 'SEARCHREGEX_VERSION', '2.3' );
define( 'SEARCHREGEX_BUILD', 'b7f5a371caa998ad2157f40fd580fb73' );
define( 'SEARCHREGEX_MIN_WP', '4.6' );
2 changes: 1 addition & 1 deletion search-regex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search-regex.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Search Regex
Plugin URI: https://searchregex.com/
Description: Adds search and replace functionality across posts, pages, comments, and meta-data, with full regular expression support
Version: 2.3-beta-1
Version: 2.3
Author: John Godley
Text Domain: search-regex
Domain Path: /locale
Expand Down

0 comments on commit ac2d738

Please sign in to comment.