Skip to content

Commit

Permalink
changelog: Manually clean up wrong merged dev5 into master on top of …
Browse files Browse the repository at this point in the history
…4.3.3-dev

which somehow survived the reset...(I don't really know why)
Since fdcb86d should be the last real commit to master (after the head reset) only followed by one additional merge from master to dev5 only.
  • Loading branch information
ophian committed Jun 5, 2024
1 parent 3f7e8a5 commit 5adc14a
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -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 ()
------------------------------------------------------------------------

Expand Down

0 comments on commit 5adc14a

Please sign in to comment.