Skip to content

Commit

Permalink
Package up 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley committed Nov 29, 2020
1 parent dea57fe commit 15b64ff
Show file tree
Hide file tree
Showing 17 changed files with 739 additions and 704 deletions.
2 changes: 1 addition & 1 deletion locale/json/search-regex-it_IT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/json/search-regex-ja.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/json/search-regex-nl_BE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/json/search-regex-nl_NL.json

Large diffs are not rendered by default.

Binary file modified locale/search-regex-it_IT.mo
Binary file not shown.
268 changes: 138 additions & 130 deletions locale/search-regex-it_IT.po

Large diffs are not rendered by default.

Binary file modified locale/search-regex-ja.mo
Binary file not shown.
274 changes: 141 additions & 133 deletions locale/search-regex-ja.po

Large diffs are not rendered by default.

266 changes: 137 additions & 129 deletions locale/search-regex-nl_BE.po

Large diffs are not rendered by default.

266 changes: 137 additions & 129 deletions locale/search-regex-nl_NL.po

Large diffs are not rendered by default.

316 changes: 158 additions & 158 deletions locale/search-regex.pot

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-regex",
"version": "2.4",
"version": "2.4.1",
"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
5 changes: 4 additions & 1 deletion 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.1
Tested up to: 5.6
Stable tag: trunk
Requires PHP: 5.6
License: GPLv3
Expand Down Expand Up @@ -82,6 +82,9 @@ Full documentation can be found on the [Search Regex](http://searchregex.com/) s

== Changelog ==

= 2.4.1 - 29th November 2020 =
- Fix replacements with a backslashed character

= 2.4 - 29th October 2020 =
- Support multi-line search phrases
- Improve progress bar animation
Expand Down
28 changes: 14 additions & 14 deletions search-regex-strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@
__( "Maximum number of matches exceeded and hidden from view. These will be included in any replacements.", "search-regex" ), // client/component/result/restricted-matches.js:11
_n( "Show %s more", "Show %s more", 1, "search-regex" ), // client/component/result/result-columns.js:49
__( "Enter search phrase", "search-regex" ), // client/component/search/index.js:56
__( "Settings saved", "search-regex" ), // client/state/message/reducer.js:33
__( "Row deleted", "search-regex" ), // client/state/message/reducer.js:34
__( "Row replaced", "search-regex" ), // client/state/message/reducer.js:35
__( "Row updated", "search-regex" ), // client/state/message/reducer.js:36
__( "Preset saved", "search-regex" ), // client/state/message/reducer.js:37
__( "Regular Expression", "search-regex" ), // client/state/search/selector.js:26
__( "Ignore Case", "search-regex" ), // client/state/search/selector.js:30
__( "25 per page", "search-regex" ), // client/state/search/selector.js:40
__( "50 per page", "search-regex" ), // client/state/search/selector.js:44
__( "100 per page", "search-regex" ), // client/state/search/selector.js:48
__( "250 per page", "search-regex" ), // client/state/search/selector.js:52
__( "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
__( "Cached Search Regex detected", "search-regex" ), // client/page/home/cache-detect.js:20
__( "Please clear your browser cache and reload this page.", "search-regex" ), // client/page/home/cache-detect.js:23
__( "If you are using a caching system such as Cloudflare then please read this: ", "search-regex" ), // client/page/home/cache-detect.js:25
Expand Down Expand Up @@ -178,6 +164,20 @@
__( "{{link}}Regular expression{{/link}} - a way of defining a pattern for text matching. Provides more advanced matches.", "search-regex" ), // client/page/support/search-help.js:27
__( "{{link}}Source{{/link}} - the source of data you wish to search. For example, posts, pages, or comments.", "search-regex" ), // client/page/support/search-help.js:32
__( "{{link}}Source Flags{{/link}} - additional options for the selected source. For example, include post {{guid}}GUID{{/guid}} in the search.", "search-regex" ), // client/page/support/search-help.js:37
__( "Settings saved", "search-regex" ), // client/state/message/reducer.js:33
__( "Row deleted", "search-regex" ), // client/state/message/reducer.js:34
__( "Row replaced", "search-regex" ), // client/state/message/reducer.js:35
__( "Row updated", "search-regex" ), // client/state/message/reducer.js:36
__( "Preset saved", "search-regex" ), // client/state/message/reducer.js:37
__( "Regular Expression", "search-regex" ), // client/state/search/selector.js:26
__( "Ignore Case", "search-regex" ), // client/state/search/selector.js:30
__( "25 per page", "search-regex" ), // client/state/search/selector.js:40
__( "50 per page", "search-regex" ), // client/state/search/selector.js:44
__( "100 per page", "search-regex" ), // client/state/search/selector.js:48
__( "250 per page", "search-regex" ), // client/state/search/selector.js:52
__( "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:75
__( "Add File", "search-regex" ), // client/wp-plugin-components/uploader/content.js:45
__( "Upload", "search-regex" ), // client/wp-plugin-components/uploader/content.js:54
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.4' );
define( 'SEARCHREGEX_BUILD', '0b07d1dad1e2791d62f1709907de512f' );
define( 'SEARCHREGEX_VERSION', '2.4.1' );
define( 'SEARCHREGEX_BUILD', '0cb6619ddca462ad4a8eddae2d9ac5f1' );
define( 'SEARCHREGEX_MIN_WP', '4.6' );
4 changes: 2 additions & 2 deletions 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.4
Version: 2.4.1
Author: John Godley
Text Domain: search-regex
Domain Path: /locale
Expand Down

0 comments on commit 15b64ff

Please sign in to comment.