Skip to content

Releases: johngodley/search-regex

3.0.0

24 Jul 11:14
Compare
Choose a tag to compare
  • 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

15 May 13:28
Compare
Choose a tag to compare
3.0 beta 5 Pre-release
Pre-release
  • 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

29 Nov 12:21
154108b
Compare
Choose a tag to compare
  • Fix replacements with a backslashed character

2.4

29 Oct 08:58
Compare
Choose a tag to compare
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

06 Sep 06:43
Compare
Choose a tag to compare
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

24 Aug 09:50
Compare
Choose a tag to compare
2.3 beta 1 Pre-release
Pre-release
  • 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

30 Jun 18:17
ceae671
Compare
Choose a tag to compare
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

06 Jun 09:58
Compare
Choose a tag to compare
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

10 May 13:12
Compare
Choose a tag to compare
  • 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

08 May 06:33
Compare
Choose a tag to compare
2.0

A new release for 2020!