Skip to content

Releases: mhzawadi/phpmyadmin

Released 2022-03-21

21 Mar 07:55
a06dd6f
Compare
Choose a tag to compare

ALPINE LINUX 3.15.1 RELEASED

The Alpine Linux project is pleased to announce the immediate availability of version 3.15.1 of its Alpine Linux operating system.

This release includes a fix for openssl CVE-2022-0778.

Released 2022-02-11

11 Feb 06:58
Compare
Choose a tag to compare
  • Fix MariaDB has no support for system variable "disabled_storage_engines"
  • Fixed importing browser settings question box after login when having no pmadb
  • Fixed repeating headers are not working

Docker image

Released 2022-01-22

22 Jan 21:06
91e1714
Compare
Choose a tag to compare

Security fixes:

  • Fix for a user potentially being able to disable their two factor authentication (PMASA-2022-1)
  • Add a new configuration directive $cfg['URLQueryEncryption'] to allow encrypting sensitive information in the URL to prevent disclosure. Thanks to Rich Grimes for suggesting this improvement
  • Add a new configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding the full error message when a log on attempt fails, which can leak hostnames or IP addresses of the target database server. Thanks to Dr. Shuzhe Yang, Manager Security Governance at GLS IT Services for suggesting this improvement
  • Fixes for XSS and HTML injection attack in the graphical setup page (PMASA-2022-2)

Bug fixes

  • Revert a changed to $cfg['CharTextareaRows'] allow values less than 7
  • Fix encoding of enum and set values on edit value
  • Fixed possible "Undefined index: clause_is_unique" error
  • Fixed some situations where a user is logged out when working with more than one server
  • Fixed a problem with assigning privileges to a user using the multiselect list when the database name has an underscore
  • Enable cookie parameter "SameSite" when the PHP version is 7.3 or newer
  • Correctly handle the removal of "innodb_file_format" in MariaDB and MySQL

Released 2021-06-04

04 Jun 06:55
Compare
Choose a tag to compare

There are many new bug fixes; a few highlights include:

  • Fixes for several PHP errors
  • Fixes for "$cfg['DefaultTabDatabase']" and other related configuration directives not working properly
  • Fix Yaml export to quote strings even when they are numeric
  • Fix TCPDF open_basedir issue due to internal guessing code from TCPDF
  • Fix for quick search not working when using more than one configured server
  • Fix datetime decimals displayed (.00000) after edit
  • Fix new lines in text fields are doubled
  • Fixed URL generation by removing un-needed & escaping for & char
  • Improvements for working with PHP 8.1
  • Improved handling of adding a new user with the Percona database server

Update to v5.1.0

24 Feb 09:42
c4b88b6
Compare
Choose a tag to compare

Bump phpMyAdmin to v5.1.0, also setup a dev image build for branches