Skip to content

Releases: Bloke/rss_admin_db_manager

rss_admin_db_manager v4.6.0

10 Jul 23:50

Choose a tag to compare

  • For Textpattern 4.8+
  • Complete overhaul of internal codebase. Use a class for reduced global footprint and reduce global variable usage.
  • Use Txp's tempdir as default backup path. System temp dir otherwise.
  • Use Textpacks instead of hard-coded strings.
  • Reintroduce Optimize Table feature.
  • Only MyISAM tables can be repaired.
  • Menu strings render correctly even if plugin loaded from cache.

rss_admin_db_manager v4.5.1

11 Jan 09:33

Choose a tag to compare

Maintenance release that adds better dark mode support.

rss_admin_db_manager v4.5

28 Nov 21:26

Choose a tag to compare

For Textpattern 4.7+

  • Fixed prefs_id errors.
  • Plugin is now "admin only" type 3.
  • Refactor backup page to use DirectoryIterator and to sort backups most recent first.
  • Begin work on PSR2 compliance.

rss_admin_db_manager v4.4

30 Jan 22:03

Choose a tag to compare

Just an update from v4.3 that fixes:

  • Privs addition for Txp 4.3.0+.
  • Version comparison for MariaDB / Percona.
  • mysqli_* calls.