diff --git a/readme.md b/readme.md index dab1e5f..5f358c0 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,15 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht ## Changelog ## -### 0.6.2 — 10 of July 2023 ### +### 0.6.2 — 21 of April 2024 ### +* Version - Updated composer dependency `fakerphp/faker` to version `1.23`. +* Feature - Include consistent user generation, to avoid users feeling a disjointed. props @helgatheviking +* Tweak - Include the ability to regenerate module data, allowing us to fetch values from earlier generations. +* Tweak - Include properly use Composer for autoloading and dependencies without conflicting with other plugins. +* Tweak - Include `lucatume/di52` and `nesbot/carbon` Strauss dependencies, which prevents conflicts with other plugins. +* Fix - Switch from using Placeholder.com to Placehold.co, as the first one was not working properly anymore. props @cgarofalo +* Fix - Searching terms nonce had a typo, preventing terms search from working as expected. props @cyrusdavid +* Fix - Prevent namespace problems with nonexistent classes, specially around Exceptions. * Fix - Resolve a problem with Numbers Meta throwing errors on PHP 8.0+ [#168] ### 0.6.1 — 04 of April 2023 ### diff --git a/readme.txt b/readme.txt index c6e72da..6ae3172 100644 --- a/readme.txt +++ b/readme.txt @@ -99,7 +99,7 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht == Changelog == -= 0.6.2 — 22 of April 2024 = += 0.6.2 — 21 of April 2024 = * Version - Updated composer dependency `fakerphp/faker` to version `1.23`. * Feature - Include consistent user generation, to avoid users feeling a disjointed. props @helgatheviking