From 834959c7458a8c49a479c8dcecf22682a5a67daf Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Sun, 10 Jan 2021 00:25:37 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d0b39f..5484a632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dropped support for PHP7.0 and below, so Smarty now requires PHP >=7.1 - Dropped support for php asp tags in templates (removed from php since php7.0) - Dropped deprecated API calls that where only accessible through SmartyBC -- Dropped support for {php} and {include_php} tags +- Dropped support for {php} and {include_php} tags and embedded PHP in templates. Embedded PHP will now be passed through as is. - Removed all PHP_VERSION_ID and compare_version checks and conditional code blocks that are now no longer required ## [3.1.38] - 2021-01-08