PluginProbe ʕ •ᴥ•ʔ
Search Regex / 2.4
Search Regex v2.4
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 6 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
151 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 Note that it is your responsibility to ensure that replacements in serialized data is valid.
45
46 == Support ==
47
48 Please submit bugs, patches, and feature requests to:
49
50 [https://github.com/johngodley/search-regex](https://github.com/johngodley/search-regex)
51
52 Please submit translations to:
53
54 [https://translate.wordpress.org/projects/wp-plugins/search-regex](https://translate.wordpress.org/projects/wp-plugins/search-regex)
55
56 == Installation ==
57
58 The plugin is simple to install:
59
60 1. Download `search-regex.zip`
61 1. Unzip
62 1. Upload `search-regex` directory to your `/wp-content/plugins` directory
63 1. Go to the plugin management page and enable the plugin
64 1. Configure the options from the `Tools/Search Regex` page
65
66 You can find full details of installing a plugin on the [plugin installation page](https://searchregex.com/support/installation/).
67
68 == Screenshots ==
69
70 1. Search options
71 2. Inline search and replace
72 3. Inline editor
73
74 == Documentation ==
75
76 Full documentation can be found on the [Search Regex](http://searchregex.com/) site.
77
78 == Upgrade Notice ==
79
80 = 2.0 =
81 * Entirely new rewrite of the plugin. Requires minimum PHP 5.6.
82
83 == Changelog ==
84
85 = 2.4 - 29th October 2020 =
86 - Support multi-line search phrases
87 - Improve progress bar animation
88 - Add option to ignore draft posts
89 - Improve support for serialized data - show it in the UI, and don't show an error
90 - Fix source flags being sent when source is changed
91
92 = 2.3.3 - 13th September 2020 =
93 - Fix replace in 'all post types'
94 - Fix duplicate sources when deselecting a post source
95
96 = 2.3.2 - 8th September 2020 =
97 - Fix locale pluralization throwing an error
98
99 = 2.3.1 - 7th September 2020 =
100 - Fix locales not loading
101 - Fix startup error on some sites
102
103 = 2.3 - 6th September 2020 =
104 - Add option to set a default preset
105 - Fix global replace not working in post meta
106 - Fix replace value not being used in a preset
107
108 = 2.2.1 - 22nd July 2020 =
109 - Fix regular expression search having no pagination buttons
110 - Fix saving a preset with no search phrase showing an error
111 - Fix inline editor not working on sources with an underscore
112 - Add edit link for TablePress tables
113 - Increase maximum per-page size
114
115 = 2.2 - 18th July 2020 =
116 - Add presets
117 - Save a search as a preset
118 - Lock fields in a search
119 - Create custom search templates
120 - Fix post meta search
121
122 = 2.1 - 6th June 2020 =
123 - Support searching and replacing in multiple sources
124 - Improve regex search and replace speed
125 - Row actions have moved to a dropdown
126 - Fix HTML entities in row titles
127 - Handle unknown post types
128 - Fix global replace showing 0% progress
129 - Add Japanese locale
130 - Add Dutch locale
131
132 = 2.0.1 - 11th May 2020 =
133 - Comment title now takes you to comment page
134 - Improve regex performance when data has large gaps
135 - Use correct contact address
136 - Support \1 as well as $1 in regular expression captures
137
138 = 2.0 - 9th May 2020 =
139 - Release version 2.0, a ground-up rewrite
140 - Handles any size of database without memory issues or server timeouts
141 - New and responsive UI with inline replacing of individual phrases
142 - Match replacements are updated in real-time, including regular expressions
143 - Edit an entire database row with the inline editor
144 - Supports custom post types
145 - Groups columns from one database together
146 - Search in third-party plugins (currently Redirection)
147 - Improved regular expressions without needing delimiters
148
149 = 1.4.16 - 21st Nov 2014 and before to 2007 =
150 - Old versions
151