diff options
| -rw-r--r-- | docs/changelog.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index bf30ef57..8da449b0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,14 +5,21 @@ Older changelogs: [v3.x](changelog_v3.x.md), [v2.x](changelog_v2.x.md). -## 5.20.11 - 30-Mar-2018 +## 5.20.12 - 30-Mar-2018 - adodb: PHP 7.2 compatibility - Replace each() with foreach. #373 - Replace deprecated create_function() calls. #404 - Replace $php_errormsg with error_get_last(). #405 +- adodb: Don't call `dl()` when the function is disabled #406 +- adodb: Don't bother with magic quotes when not available #407 - adodb: fix potential SQL injection vector in SelectLimit(). #190 #311 #401 +## 5.20.11 - Withdrawn + +This release has been withdrawn as it introduced a regression on PHP 5.x. +Please use version 5.20.12 or later. + ## 5.20.10 - 08-Mar-2018 - Fix year validation in adodb_validdate() #375 |
