Skip to content

Releases: johngodley/search-regex

Release 3.1.0

03 Aug 13:17
Compare
Choose a tag to compare

3.0.8

01 Jan 17:19
1d6c3dd
Compare
Choose a tag to compare
  • Fix multiline error

3.0.6

05 Sep 12:59
713df81
Compare
Choose a tag to compare
  • Fix incorrect pagination
  • Fix incorrect page reload
  • Fix export missing a page of data

3.0.5

25 Aug 13:42
048ef31
Compare
Choose a tag to compare
  • Fix empty replacement string when saving a preset
  • Fix preset being saved from search preset dropdown
  • Fix search flags being reset when no replacement

3.0.4

19 Aug 09:07
31707e7
Compare
Choose a tag to compare
  • Fix 'update preset' dropdown menu not updating
  • Fix current preset when switching pages

3.0.3

14 Aug 11:23
0fd315c
Compare
Choose a tag to compare
  • Fix error in error message
  • Fix error when removing text
  • Fix update notice never going away
  • Fix multi-line replace not replacing

3.0.2

28 Jul 06:47
e400d85
Compare
Choose a tag to compare
  • Fix more issues with older PHP
  • Fix a failed update not showing an error message
  • Fix post meta not updating

3.0.1

26 Jul 13:15
17c83f4
Compare
Choose a tag to compare
  • Fix issue with PHP < 7.4
  • Fix ID appearing on date values
  • Fix a global search on options with no filter causing a bad query

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