From 5adc14a1bbe493bd05c23db39d27076a3833d755 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 5 Jun 2024 17:11:40 +0200 Subject: [PATCH] changelog: Manually clean up wrong merged dev5 into master on top of 4.3.3-dev which somehow survived the reset...(I don't really know why) Since fdcb86d0edba590dda74003424d451c571a37be0 should be the last real commit to master (after the head reset) only followed by one additional merge from master to dev5 only. --- docs/NEWS | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 668c8a2e5..c50492e3e 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,53 +1,3 @@ -Version 5.0-DEV () - ------------------------------------------------------------------------ - - - * Refactor core language system to remove legacy native language sets and to - run UTF-8 only. - - * Make personal config simpleFilters option default to false on install - - * Remove Smarty allowed php_functions 'class_exists' allowance, due to an - issue with backends freetag plugin exists checkup and the new Smarty 4.5.2. - FUTURES: Use isset() with defined constant checkup instead. - - * Revert Spartacus additional_plugins "master" to "legacy" branch division - for Styx 4.x Series. - - * Remove ISO-8859-2 reference of [cz] language names - - * Remove former [cs] lang files and references, from the early nineties...! - - * Remove old MD5/SHA1 hashing upgrade routines... Will convert user... - - * Register some native PHP methods AS Smarty custom modifiers/functions to - avoid running into deprecation notices on 1st compile. - - * Update to Smarty v.4.5.2 release named 4.5.2-dev-4 for Styx custom mods - - * Deprecate htmlspecialchars, htmlentities, html_entity_decode mapper functions. - - Use default flags up from PHP 8.1.0 - - Convert core usage - - * Use PHP 8.0 - Convert substr() to str_starts_with() where appropriate - - * Declare strict_types on per file basis - - * Use PHP 8.0 - Change strpos() & strstr() to str_contains() [ case-sensitive ] - - * Remove old compat mb_convert_encoding() checks below PHP 8.2 - - * USE PHP 8.1 - Change to use fastest xxHash algorithm - - * Use PHP 8.0 - Combined named arguments with positional arguments - - * Add PHP 8.2 - Sensitive Parameter value redaction support - - * Removed workaround and PHP_VERSION handlers for all versions below PHP 8.2 - - * Configure 5.0 revision up from PHP 8.2 - - Version 4.4.3-DEV () ------------------------------------------------------------------------