From 3764d3584e96211be9cc4fc59abd0bc0e160f1e7 Mon Sep 17 00:00:00 2001 From: Kirill Krasnov Date: Mon, 18 Mar 2019 23:31:34 +0200 Subject: [PATCH] Add information about version of PHP 7.1 for master and version 2.1.x --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c27526b..aa9acf5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Incorporates the following configurable features: ## Change Log ### 2.1.0 +[PHP](https://php.net) 7.1+ is required. For PHP < 7.1, please use [master-2.0.x](https://github.com/mantisbt-plugins/BBCodePlus/tree/master-2.0.x). * Brand new BBCode/HTML parsers, from [Genert/bbcode](https://github.com/Genert/bbcode). * Updated Prism code highlighter, now with Copy to Clipboard functionality. * Addresses multiple outstanding issues.