From 16cd7a9d834644ca019053e69e0144425bc14436 Mon Sep 17 00:00:00 2001 From: Gustavo Bordoni Date: Wed, 6 Jan 2021 01:05:45 -0500 Subject: [PATCH] Merge release into 0.5.1 --- fakerpress.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 9 +++------ src/FakerPress/Plugin.php | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/fakerpress.php b/fakerpress.php index 94b3330..0e4ad48 100644 --- a/fakerpress.php +++ b/fakerpress.php @@ -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 diff --git a/package-lock.json b/package-lock.json index 1034969..a01aac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fakerpress", - "version": "0.5.2", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c30f87..79a5560 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fakerpress", "title": "FakerPress", - "version": "0.5.2", + "version": "0.5.1", "homepage": "http://fakerpress.com/", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 6c9e07c..37bd9de 100644 --- a/readme.txt +++ b/readme.txt @@ -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 = diff --git a/src/FakerPress/Plugin.php b/src/FakerPress/Plugin.php index a5b8f2c..381ffb6 100644 --- a/src/FakerPress/Plugin.php +++ b/src/FakerPress/Plugin.php @@ -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.