Fakerpress Versions Save

A WordPress plugin that implements an easy way to create fake data inside WordPress.

0.6.6

3 weeks ago
  • 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

3 weeks ago
  • Fix - Ensure meta generation for Users, Terms and Comments work since changes made on version 0.6.2. props @helgatheviking

0.6.4

3 weeks ago
  • 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.

0.6.3

3 weeks ago
  • Fix - Prevent fatal errors because of malformed composer autoload files.

0.6.2

3 weeks ago
  • 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

1 year ago
  • 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 version 3.3.1.
  • Version - Updated composer dependency fakerphp/faker to version 1.21.
  • Version - Updated composer dependency nesbot/carbon to version 2.66.
  • Fix - Resolve some errors happening with Carbon and version 8.2 of PHP.

0.5.2

2 years ago
  • 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.

0.5.1

3 years ago
  • 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

0.4.10

6 years ago
  • 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

0.4.7

6 years ago