Skip to content

3.0 beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@johngodley johngodley released this 15 May 13:28
· 85 commits to master since this 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