Releases: johngodley/search-regex
Releases · johngodley/search-regex
3.0.0
- Major update with many, many, new features
- Advanced searches with fully customisable filters that can be combined together with AND and OR logic
- Search any WordPress table, including posts, comments, users, meta-data, and options
- Search any column, including text, numeric, and date
- Can be used as a general-purpose data viewer and data updater
- Export rows to CSV and SQL
- Mass delete matching rows
- Modify any column, with ability to increment and decrement numbers and dates (i.e. add 2 hours to post modification date)
- Insert data from other columns. For example, add a list of categories into a post, add post date to the title etc
- Transform existing data. For example, change case, convert underscores to dashes.
- Full support for saving advanced filter and actions to presets
- Autocomplete filters and modifications
- Support for serialized data (with conditions)
- Fix replace with dollar ($) from being treated as a regular expression
3.0 beta 5
- Major update with many, many, new features
- PHP 8 support
- Advanced searches with fully customisable filters that can be combined together with AND and OR logic
- Search any WordPress table, including posts, comments, users, meta-data, and options
- Can be used as a general-purpose data viewer and data updater
- Export rows to CSV and SQL
- Mass delete matching rows
- Modify any column, with ability to increment and decrement numbers and dates (i.e. add 2 hours to post modification date)
- Insert data from other columns. For example, add a list of categories into a post, add post date to the title etc
- Transform existing data. For example, change case, convert underscores to dashes.
- Full support for saving advanced filter and actions to presets
- Autocomplete filters and modifications
- Support for serialized data (with conditions)
Beta 5
- Fix regex returning results that match the whole column
- Fix a translation error
2.4.1
- Fix replacements with a backslashed character
2.4
- Support multi-line search phrases
- Improve progress bar animation
- Add option to ignore draft posts
- Improve support for serialized data - show it in the UI, and don't show an error
- Fix source flags being sent when source is changed
2.3
- Add option to set a default preset
- Fix global replace not working in post meta
- Fix replace value not being used in a preset
2.3 beta 1
- Add option to set a default preset
- Fix global replace not working in post meta
- Fix replace value not being used in a preset
2.2
- Add presets
- Save a search as a preset
- Lock fields in a search
- Create custom search templates
- Fix post meta search
2.1
- Support searching and replacing in multiple sources
- Improve regex search and replace speed
- Row actions have moved to a dropdown
- Fix HTML entities in row titles
- Handle unknown post types
- Fix global replace showing 0% progress
- Add Japanese locale
- Add Dutch locale
2.0.1
- Comment title now takes you to comment page
- Improve regex performance when data has large gaps
- Use correct contact address
- Support \1 as well as $1 in regular expression captures
2.0
A new release for 2020!