From f886b81bf22361e4bfb705dd1ff1fcd19f7ef2e1 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 9 Feb 2026 13:24:44 +0000 Subject: [PATCH] Update compatibility chart to use clearer tick/cross The current chart uses X to indicate a positive selection, which is confusing as X can also mean 'No' in a yes/no context, and / is not a universal symbol for 'No'. This change updates the chart to use explicit tick/cross characters. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa6cd7a1..8a003b62 100755 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ Discord: [discord.gg/rd4cN9h6][link-discord] ## Compatibility | Version | PHP 5.6 | PHP 7 | PHP 8 | |:--------|:-------:|:-----:|:-----:| -| v6.x | / | / | X | -| v5.x | / | / | X | -| v4.x | / | X | X | -| v3.x | / | X | / | -| v2.x | X | X | / | -| v1.x | X | / | / | +| v6.x | ❌ | ❌ | ✅ | +| v5.x | ❌ | ❌ | ✅ | +| v4.x | ❌ | ✅ | ✅ | +| v3.x | ❌ | ✅ | ❌ | +| v2.x | ✅ | ✅ | ❌ | +| v1.x | ✅ | ❌ | ❌ | ## Basic usage example This is a basic example, which will echo out all Mails within all imap folders @@ -242,4 +242,4 @@ The MIT License (MIT). Please see [License File][link-license] for more informat [ico-sponsor-feline]: https://cdn.feline.dk/public/feline.png [link-sponsor-feline]: https://www.feline.dk [ico-sponsor-elb-bit]: https://www.elb-bit.de/user/themes/deliver/images/logo_small.png -[link-sponsor-elb-bit]: https://www.elb-bit.de?ref=webklex/php-imap \ No newline at end of file +[link-sponsor-elb-bit]: https://www.elb-bit.de?ref=webklex/php-imap