Releases: Bloke/rss_admin_db_manager
Releases · Bloke/rss_admin_db_manager
rss_admin_db_manager v4.6.0
- 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
Maintenance release that adds better dark mode support.
rss_admin_db_manager v4.5
For Textpattern 4.7+
- Fixed
prefs_iderrors. - 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
Just an update from v4.3 that fixes:
- Privs addition for Txp 4.3.0+.
- Version comparison for MariaDB / Percona.
mysqli_*calls.