Skip to content

Commit

Permalink
Merge release into 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Jan 6, 2021
1 parent f7f2672 commit 16cd7a9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 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 instalation, great for developers who need testing
* Version: 0.5.2
* Version: 0.5.1
* Author: Gustavo Bordoni
* Author URI: http://bordoni.me
* Text Domain: fakerpress
Expand Down
2 changes: 1 addition & 1 deletion 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.5.2",
"version": "0.5.1",
"homepage": "http://fakerpress.com/",
"repository": {
"type": "git",
Expand Down
9 changes: 3 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,17 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht

= 0.5.2 — 05 of January — , 2021 =

* Tweak: Include compatibility with PHP 8+
* 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.5.1 — 29 of June, 2020 =

* Feature: Completely change folder structure to comply with [PSR-4](https://www.php-fig.org/psr/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.5.0 — 09 of November, 2019 =

Expand Down
2 changes: 1 addition & 1 deletion src/FakerPress/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Plugin {
* @since 0.5.1
* @var string
*/
const VERSION = '0.5.2';
const VERSION = '0.5.1';

/**
* Plugin version, used for cache-busting of style and script file references.
Expand Down

0 comments on commit 16cd7a9

Please sign in to comment.