Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-20 18:15:06 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-20 20:17:57 +0300
commit43cfe7d256e4fe8fef9f45561d592efa25c6e618 (patch)
tree9bf6aef5de4ea7354d8eb3605a57e667bddbbac3 /ChangeLog
parent520cb4c1505ceac0100c80bb62e9ec53256dcde8 (diff)
Mark `Plugins\Plugin::isAvailable` as static method
Allows for checking the availability before creating a new instance. - Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17519 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f3bcbaf06..0bd194e56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
- issue #17522 Fix case where the routes cache file is invalid
- issue #17506 Fix error when configuring 2FA without XMLWriter or Imagick
- issue Fix blank page when some error occurs
+- issue #17519 Fix Export pages not working in certain conditions
5.2.0 (2022-05-10)
- issue #16521 Upgrade Bootstrap to version 5