Skip to content

Released version 4.9.1

Compare
Choose a tag to compare
@peterpp peterpp released this 09 Sep 08:34
· 117 commits to master since this release
  • Compatibility with PHP 8.3 (by Sneda8)
  • Fix compiling jush external files
  • Improved displaying of long table names in menu
  • Replace deprecated <acronym> with <abbr>
  • Add support for translations in plugins
  • Add .editorconfig file
  • MySQL: Add unix_timestamp to functions (by Michal Paulovic)
  • PostgreSQL: Show only accessible databases (by Thomas Daniels)
  • PostgreSQL: Make data length calculation more accurate (by caltong)
  • PostgreSQL: Fix documentation link for SERIAL type
  • PostgreSQL: Fix undefined properties on PHP 8
  • Elasticsearch: Fix field selection
  • AdminerEditForeign: Refactor and fix the plugin
  • AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring