Skip to content

Commit

Permalink
Update and fix 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Apr 21, 2024
1 parent d51f0b2 commit 68d9a97
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fakerpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FakerPress
* Plugin URI: https://fakerpress.com
* Description: FakerPress is a clean way to generate fake data to your WordPress installation, great for developers who need testing
* Version: 0.6.2
* Version: 0.6.3
* Author: Gustavo Bordoni
* Author URI: http://bordoni.me
* Text Domain: fakerpress
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fakerpress",
"title": "FakerPress",
"version": "0.6.2",
"version": "0.6.3",
"homepage": "http://fakerpress.com/",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht

## Changelog ##

### 0.6.3 — 21 of April 2024 ###
* Fix - Prevent fatal errors because of malformed composer autoload files.

### 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
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: generator, dummy content, lorem ipsun, testing, developer
Requires at least: 5.5
Tested up to: 6.5.2
Requires PHP: 7.4
Stable tag: 0.6.2
Stable tag: 0.6.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://fakerpress.com/r/sponsor
Expand Down Expand Up @@ -99,6 +99,10 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht

== Changelog ==

= 0.6.3 — 21 of April 2024 =

* Fix - Prevent fatal errors because of malformed composer autoload files.

= 0.6.2 — 21 of April 2024 =

* Version - Updated composer dependency `fakerphp/faker` to version `1.23`.
Expand Down
2 changes: 1 addition & 1 deletion src/FakerPress/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Plugin {
*
* @var string
*/
public const VERSION = '0.6.2';
public const VERSION = '0.6.3';

/**
* @since 0.6.0
Expand Down

0 comments on commit 68d9a97

Please sign in to comment.