We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa6c9e commit 841e8bdCopy full SHA for 841e8bd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2020-12-11, v1.12.1
4
+
5
+This is a security release that prevents a hacker to execute code on the server.
6
7
## 2020-11-23, v1.12.0
8
9
- Fix ro_RO first and last day of year calculation offset (#65)
src/Faker/Generator.php
@@ -293,4 +293,9 @@ public function __destruct()
293
{
294
$this->seed();
295
}
296
297
+ public function __wakeup()
298
+ {
299
+ $this->formatters = [];
300
+ }
301
0 commit comments