Releases: bordoni/fakerpress
Releases · bordoni/fakerpress
0.6.6
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.
Version: 0.5.2
- Feature: Proper changelog page for users trying to figure out what has changed in the latest version of FakerPress.
- Feature: Excerpt size field added to ensure better control over Post generation prop @GTSANTOS
- Tweak: jQuery 3.5.X compatibility
- Fix: Prevent warning around post_excerpt usage introduced earlier on in the year. props @pattisahusiwa
- Fix: One more PHP 8 compatibility problem related to the generation of passwords props @DumahX
- Fix: Prevent PHP 8 from throwing a warning because of unnecessary
unlink()
call for attachments props @wpuzman - Fix: Resolve problems around failed inline images that were unavailable which would cause a PHP Warning.
Version: 0.5.1
- Feature: Completely change folder structure to comply with PSR-4 autoloading with namespaces.
- Feature: Included a Fields API to more easily generate Fields for controlling fields used in the admin pages.
- Feature: Included a Template class to allow better separation of HTML and PHP files.
- Tweak: Include compatibility with PHP 8+
- Tweak: More well structured
composer.json
and using it's autoloader. - Tweak: All PHP files now live inside of
src
folder. - Tweak: Moved all files to use the
[]
array syntax. - Tweak: GitHub repository no longer tracks the
vendor
folder. - Fix: Correctly order the
fp_array_get
params with it's usage props @henrikwirth. - Fix: Make sure WordPress 5.6+ administration proper display fields.
- Fix: Menu icon is properly displayed on version of WordPress 5.5 or higher
Release: 0.4.10
- Feature: Added size control to Post Content, Comment Content and User Description
- Fix: On image and attachment download we try one more time using
file_get_contents
— Thanks @lazlo-toth - Fix: Resolve Quantity Min and Max fields weird interaction — Thanks @rahmantanvir
Release: 0.4.9
- Feature: Allow Attachments to be generated with a given Width and Height range — Thanks @COLABORATI
- Feature: Generate
post_excerpt
for Posts (how I forgot that is beyond me) — Thanks @njbarrett - Fix: Meta field rules were not respecting Configurations due to a JavaScript bug on indexing the fields — Thanks @ckpicker
- Fix: Resolve problems where attachments wouldn't get setup correctly and throw an Empty Message — Thanks @r083r7 and @oyvind_skjelstad
- Fix: Allow Term Meta to generate the fields correctly again — Thanks @stratboy
- Tweak: Prevent
_encloseme
and_pingme
for FakerPress generated Posts