PluginProbe ʕ •ᴥ•ʔ
Search Regex / 2.3
Search Regex v2.3
trunk 1.4.12 1.4.13 1.4.14 1.4.15 1.4.16 2.0 2.0.1 2.1 2.2 2.2.1 2.3 2.3.1 2.3.2 2.3.3 2.4 2.4.1 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.1 3.1.1 3.1.2 3.2 3.3 3.3.0 3.3.1 3.4 3.4.1 3.4.2
search-regex / readme.txt
search-regex Last commit date
api 5 years ago images 6 years ago locale 5 years ago models 5 years ago source 5 years ago README.md 11 years ago license.txt 18 years ago readme.txt 5 years ago search-regex-admin.php 5 years ago search-regex-capabilities.php 5 years ago search-regex-cli.php 6 years ago search-regex-settings.php 5 years ago search-regex-strings.php 5 years ago search-regex-version.php 5 years ago search-regex.css 6 years ago search-regex.js 5 years ago search-regex.php 5 years ago
readme.txt
131 lines
1 === Search Regex ===
2 Contributors: johnny5
3 Donate link: http://searchregex.com/donation/
4 Tags: search, replace, regex, regular expression, database, post, page
5 Requires at least: 5.3
6 Tested up to: 5.5.1
7 Stable tag: trunk
8 Requires PHP: 5.6
9 License: GPLv3
10
11 Search Regex adds a powerful set of search and replace functions to WordPress posts, pages, custom post types, and other data sources.
12
13 == Description ==
14
15 Search Regex adds a powerful set of search and replace functions to WordPress posts, pages, custom post types, and other data sources. These go beyond the standard searching capabilities, and allow you to search and replace almost any data stored on your site. In addition to simple searches you have the full power of PHP's regular expressions at your disposal.
16
17 You can use this to do things like:
18 - Help migrate a site from one domain to another
19 - Update URLs in links and images
20 - Perform site-wide changes
21
22 Search Regex handles small and large sites.
23
24 == What can I search? ==
25
26 You can search:
27 - Posts
28 - Pages
29 - Any custom post type
30 - Comments (including spam)
31 - Users
32 - Meta data
33 - WordPress options
34 - Supported plugins (such as Redirection)
35
36 Full regular expression support is provided, and you can capture data and use it in the replacement.
37
38 == Replace Matched Data ==
39
40 Once a match has been made you can replace it with a popup replacer. You can also replace all matches in a database row, and you can replace all matches across your database.
41
42 Additionally, if you need to make your change with context of the surrounding content you can use the inline editor to edit the full context.
43
44 == Support ==
45
46 Please submit bugs, patches, and feature requests to:
47
48 [https://github.com/johngodley/search-regex](https://github.com/johngodley/search-regex)
49
50 Please submit translations to:
51
52 [https://translate.wordpress.org/projects/wp-plugins/search-regex](https://translate.wordpress.org/projects/wp-plugins/search-regex)
53
54 == Installation ==
55
56 The plugin is simple to install:
57
58 1. Download `search-regex.zip`
59 1. Unzip
60 1. Upload `search-regex` directory to your `/wp-content/plugins` directory
61 1. Go to the plugin management page and enable the plugin
62 1. Configure the options from the `Tools/Search Regex` page
63
64 You can find full details of installing a plugin on the [plugin installation page](https://searchregex.com/support/installation/).
65
66 == Screenshots ==
67
68 1. Search options
69 2. Inline search and replace
70 3. Inline editor
71
72 == Documentation ==
73
74 Full documentation can be found on the [Search Regex](http://searchregex.com/) site.
75
76 == Upgrade Notice ==
77
78 = 2.0 =
79 * Entirely new rewrite of the plugin. Requires minimum PHP 5.6.
80
81 == Changelog ==
82
83 = 2.3 - 6th September 2020 =
84 - Add option to set a default preset
85 - Fix global replace not working in post meta
86 - Fix replace value not being used in a preset
87
88 = 2.2.1 - 22nd July 2020 =
89 - Fix regular expression search having no pagination buttons
90 - Fix saving a preset with no search phrase showing an error
91 - Fix inline editor not working on sources with an underscore
92 - Add edit link for TablePress tables
93 - Increase maximum per-page size
94
95 = 2.2 - 18th July 2020 =
96 - Add presets
97 - Save a search as a preset
98 - Lock fields in a search
99 - Create custom search templates
100 - Fix post meta search
101
102 = 2.1 - 6th June 2020 =
103 - Support searching and replacing in multiple sources
104 - Improve regex search and replace speed
105 - Row actions have moved to a dropdown
106 - Fix HTML entities in row titles
107 - Handle unknown post types
108 - Fix global replace showing 0% progress
109 - Add Japanese locale
110 - Add Dutch locale
111
112 = 2.0.1 - 11th May 2020 =
113 - Comment title now takes you to comment page
114 - Improve regex performance when data has large gaps
115 - Use correct contact address
116 - Support \1 as well as $1 in regular expression captures
117
118 = 2.0 - 9th May 2020 =
119 - Release version 2.0, a ground-up rewrite
120 - Handles any size of database without memory issues or server timeouts
121 - New and responsive UI with inline replacing of individual phrases
122 - Match replacements are updated in real-time, including regular expressions
123 - Edit an entire database row with the inline editor
124 - Supports custom post types
125 - Groups columns from one database together
126 - Search in third-party plugins (currently Redirection)
127 - Improved regular expressions without needing delimiters
128
129 = 1.4.16 - 21st Nov 2014 and before to 2007 =
130 - Old versions
131