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 7dea0d7 commit 1d3b458Copy full SHA for 1d3b458
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
@@ -289,4 +289,9 @@ public function __destruct()
289
{
290
$this->seed();
291
}
292
293
+ public function __wakeup()
294
+ {
295
+ $this->formatters = [];
296
+ }
297
0 commit comments