From 6e76454f59c14e41e83116c1196c57efb96362d9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 18 Mar 2025 14:31:44 +0100 Subject: [PATCH] Update changes --- CHANGELOG.md | 1 + externals/PhpShrink | 2 +- plugins/drivers/imap.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd56990c..e62878f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Adminer dev - PostgreSQL: Display auto_increment of inserted rows - CSS: Sticky table headers (bug #918) +- IMAP: New plugin driver created for fun ## Adminer 5.0.6 (released 2025-03-17) - Align numbers right (bug #912) diff --git a/externals/PhpShrink b/externals/PhpShrink index b6fc11da..ee8c9112 160000 --- a/externals/PhpShrink +++ b/externals/PhpShrink @@ -1 +1 @@ -Subproject commit b6fc11da471796700a957bbd4af4b74ef4c73a32 +Subproject commit ee8c91123fa5d7bdb7de1bb58f4643b86bb0005c diff --git a/plugins/drivers/imap.php b/plugins/drivers/imap.php index 7701c7f0..5615a594 100644 --- a/plugins/drivers/imap.php +++ b/plugins/drivers/imap.php @@ -7,6 +7,7 @@ * - editing the message shows some other information * - deleting marks the message for deletion but doesn't expunge the mailbox * - inserting or updating the message does nothing +* @link http://adminer.org/static/plugins/imap.png */ namespace Adminer;