Releases: bordoni/fakerpress
Releases · bordoni/fakerpress
0.8.0
0.7.2
- Fix - Resolve all fatals related to compatibility with version of Faker
1.24+
. - Fix - Resolve some incompatibilities with WP Script build tools.
Full Changelog: 0.7.1...0.7.2
0.7.1
0.7.0
- Version - Update dependency
fakerphp/faker
to1.24
- Version - Update dependency
lucatume/di52
to0.4
- Tweak - Modified date handling from using
Carbon
to useChronos
. - Fix - Improved password for the randomized Users created, prevents weird scenarios with faked users allowing brute-force login. Props @rinatkhaziev
- Fix - Prevent fatals related to
$min
param on Meta Value generation for PHP 8.1+. Props @kubiq
0.6.6
- Fix - Prevent notices related to deprecated usage of Faker methods that were being called as properties.
- Fix - Prevent fatals related to bad typecasting of Faker methods used for meta generation. props @helgatheviking
0.6.5
- Fix - Ensure meta generation for Users, Terms and Comments work since changes made on version
0.6.2
. props @helgatheviking
Version: 0.6.4
- Fix - Ensure that Faker is also included via Strauss, to prevent conflicts with other plugins.
- Fix - Resolve Fatal where trying to create posts, comments or terms would fail because of missing classes.
Version: 0.6.3
- Fix - Prevent fatal errors because of malformed composer autoload files.
Version: 0.6.2
- Version - Updated composer dependency
fakerphp/faker
to version1.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
andnesbot/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]
Version: 0.6.1
- Requirement - PHP Version 7.4 required for usage of FakerPress, important step to allow further improvements and tests.
- Version - Updated composer dependency
lucatume/di52
to version3.3.1
. - Version - Updated composer dependency
fakerphp/faker
to version1.21
. - Version - Updated composer dependency
nesbot/carbon
to version2.66
. - Fix - Resolve some errors happening with Carbon and version 8.2 of PHP.