PluginProbe ʕ •ᴥ•ʔ
Search Regex / 3.4.3
Search Regex v3.4.3
3.4.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 / changelog.txt
search-regex Last commit date
build 6 days ago includes 6 days ago changelog.txt 1 year ago license.txt 18 years ago readme.txt 6 days ago search-regex-loader.php 6 months ago search-regex.php 6 days ago
changelog.txt
122 lines
1 = 3.0.8 - January 1st 2024 =
2 * Fix multiline error
3
4 = 3.0.7 - September 10th 2023 =
5 * Fix problem saving comment
6
7 = 3.0.6 - September 5th 2022 =
8 * Fix incorrect pagination
9 * Fix incorrect page reload
10 * Fix export missing a page of data
11
12 = 3.0.5 - August 25th 2022 =
13 * Fix empty replacement string when saving a preset
14 * Fix preset being saved from search preset dropdown
15 * Fix search flags being reset when no replacement
16
17 = 3.0.4 - August 19th 2022 =
18 * Fix 'update preset' dropdown menu not updating
19 * Fix current preset when switching pages
20
21 = 3.0.3 - August 14th 2022 =
22 * Fix error in error message
23 * Fix error when removing text
24 * Fix update notice never going away
25 * Fix multi-line replace not replacing
26
27 = 3.0.2 - July 28th 2022 =
28 * Fix more issues with older PHP
29 * Fix a failed update not showing an error message
30 * Fix post meta not updating
31
32 = 3.0.1 - July 26th 2022 =
33 * Fix issue with PHP < 7.4
34 * Fix ID appearing on date values
35 * Fix a global search on options with no filter causing a bad query
36
37 = 3.0 - July 24th 2022 =
38 - Major update with many, many, new features
39 - Advanced searches with fully customisable filters that can be combined together with AND and OR logic
40 - Search any WordPress table, including posts, comments, users, meta-data, and options
41 - Search any column, including text, numeric, and date
42 - Can be used as a general-purpose data viewer and data updater
43 - Export rows to CSV and SQL
44 - Mass delete matching rows
45 - Modify any column, with ability to increment and decrement numbers and dates (i.e. add 2 hours to post modification date)
46 - Insert data from other columns. For example, add a list of categories into a post, add post date to the title etc
47 - Transform existing data. For example, change case, convert underscores to dashes.
48 - Full support for saving advanced filter and actions to presets
49 - Autocomplete filters and modifications
50 - Support for serialized data (with conditions)
51 - Fix replace with dollar ($) from being treated as a regular expression
52
53 = 2.4.1 - 29th November 2020 =
54 - Fix replacements with a backslashed character
55
56 = 2.4 - 29th October 2020 =
57 - Support multi-line search phrases
58 - Improve progress bar animation
59 - Add option to ignore draft posts
60 - Improve support for serialized data - show it in the UI, and don't show an error
61 - Fix source flags being sent when source is changed
62
63 = 2.3.3 - 13th September 2020 =
64 - Fix replace in 'all post types'
65 - Fix duplicate sources when deselecting a post source
66
67 = 2.3.2 - 8th September 2020 =
68 - Fix locale pluralization throwing an error
69
70 = 2.3.1 - 7th September 2020 =
71 - Fix locales not loading
72 - Fix startup error on some sites
73
74 = 2.3 - 6th September 2020 =
75 - Add option to set a default preset
76 - Fix global replace not working in post meta
77 - Fix replace value not being used in a preset
78
79 = 2.2.1 - 22nd July 2020 =
80 - Fix regular expression search having no pagination buttons
81 - Fix saving a preset with no search phrase showing an error
82 - Fix inline editor not working on sources with an underscore
83 - Add edit link for TablePress tables
84 - Increase maximum per-page size
85
86 = 2.2 - 18th July 2020 =
87 - Add presets
88 - Save a search as a preset
89 - Lock fields in a search
90 - Create custom search templates
91 - Fix post meta search
92
93 = 2.1 - 6th June 2020 =
94 - Support searching and replacing in multiple sources
95 - Improve regex search and replace speed
96 - Row actions have moved to a dropdown
97 - Fix HTML entities in row titles
98 - Handle unknown post types
99 - Fix global replace showing 0% progress
100 - Add Japanese locale
101 - Add Dutch locale
102
103 = 2.0.1 - 11th May 2020 =
104 - Comment title now takes you to comment page
105 - Improve regex performance when data has large gaps
106 - Use correct contact address
107 - Support \1 as well as $1 in regular expression captures
108
109 = 2.0 - 9th May 2020 =
110 - Release version 2.0, a ground-up rewrite
111 - Handles any size of database without memory issues or server timeouts
112 - New and responsive UI with inline replacing of individual phrases
113 - Match replacements are updated in real-time, including regular expressions
114 - Edit an entire database row with the inline editor
115 - Supports custom post types
116 - Groups columns from one database together
117 - Search in third-party plugins (currently Redirection)
118 - Improved regular expressions without needing delimiters
119
120 = 1.4.16 - 21st Nov 2014 and before to 2007 =
121 - Old versions
122