Skip to content

Commit 1007979

Browse files
committed
SW-14962 - Add unserialize fix to UPGRADE.md
1 parent 59c4d7b commit 1007979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UPGRADE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ In this document you will find a changelog of the important changes related to t
33

44
## 5.1.6
55
* The interface `Enlight_Components_Cron_Adapter` in `engine/Library/Enlight/Components/Cron/Adapter.php` got a new method `getJobByAction`. For default implementation see `engine/Library/Enlight/Components/Cron/Adapter/DBAL.php`.
6+
* Fix a unserialize regression with PHP 5.6.21 and PHP 7.0.6.
67

78
## 5.1.5
8-
* The smarty variable `sCategoryInfo` in Listing and Blog controllers is now deprecated and will be removed soon. Use `sCategoryContent` instead, it's a drop in replacement.
9+
* The smarty variable `sCategoryInfo` in Listing and Blog controllers is now deprecated and will be removed soon. Use `sCategoryContent` instead, it's a drop in replacement.
910

1011
## 5.1.4
1112
* Customer logout will now regenerate the session id and clear the customers basket.

0 commit comments

Comments
 (0)