8000 Releases · bordoni/fakerpress · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: bordoni/fakerpress

0.8.0

21 May 01:31
0.8.0
d8c38ba
Compare
Choose a tag to compare
  • Version - Update dependency cakephp/chronos to 3.1.0
  • Version - Update PHP min version to 8.1+
  • Fix - Resolve PHP 8.4+ problems specially arounnd incompatibility with Chronos and notices.

Full Changelog: 0.7.2...0.8.0

0.7.2

21 May 01:31
0.7.2
Compare
Choose a tag to compare
  • 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

21 May 01:30
0.7.1
1709e42
Compare
Choose a tag to compare

What's Changed

  • Move the registration of the menus to avoid problems with _load_textdomain_just_in_time() notices. by @bordoni in #184

Full Changelog: 0.7.0...0.7.1

0.7.0

17 May 23:58
0.7.0
ab08f67
Compare
Choose a tag to compare
  • Version - Update dependency fakerphp/faker to 1.24
  • Version - Update dependency lucatume/di52 to 0.4
  • Tweak - Modified date handling from using Carbon to use Chronos.
  • 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

26 Apr 13:14
0.6.6
c3072f5
Compare
Choose a tag to compare
  • 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

26 Apr 04:52
0.6.5
efa0bbd
Compare
Choose a tag to compare
  • Fix - Ensure meta generation for Users, Terms and Comments work since changes made on version 0.6.2. props @helgatheviking

Version: 0.6.4

22 Apr 02:54
0.6.4
52b50dc
Compare
Choose a tag to compare
  • 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

21 Apr 11:35
0.6.3
68d9a97
Compare
Choose a tag to compare
  • Fix - Prevent fatal errors because of malformed composer autoload files.

Version: 0.6.2

21 Apr 03:08
0.6.2
8d5a470
Compare
Choose a tag to compare
  • 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]

Version: 0.6.1

16 Apr 00:38
Compare
Choose a tag to compare
  • 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