update minimum required PHP version to 5.6 and replace slowEquals() with native hash_equals() function

This commit is contained in:
El RIDO
2020-02-05 19:30:14 +01:00
parent 2870023e9c
commit 5d54006c9e
4 changed files with 3 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
# PrivateBin version history
* **1.4 (not yet released)**
* CHANGED: Minimum required PHP version is 5.6, due to a change in the identicon library and to use php's native hash_equals()
* CHANGED: Upgrading libraries to: DOMpurify 2.0.8
* **1.3.2 (2020-01-11)**
* ADDED: Translation for Ukrainian (#533)