From 842e393c3466fca3c52ed64728b9ba23d007bace Mon Sep 17 00:00:00 2001 From: bordoni Date: Sat, 11 Jun 2016 17:00:41 -0300 Subject: [PATCH] Final Read-me and Version Bump --- fakerpress.php | 2 +- inc/class-fp-plugin.php | 2 +- package.json | 2 +- readme.md | 5 +++-- readme.txt | 5 +++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/fakerpress.php b/fakerpress.php index c590a28..bdd3000 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.4.4 + * Version: 0.4.5 * Author: Gustavo Bordoni * Author URI: http://bordoni.me * Text Domain: fakerpress diff --git a/inc/class-fp-plugin.php b/inc/class-fp-plugin.php index 1d034cd..463ccf0 100644 --- a/inc/class-fp-plugin.php +++ b/inc/class-fp-plugin.php @@ -13,7 +13,7 @@ class Plugin { * @since 0.1.0 * @var string */ - const version = '0.4.4'; + const version = '0.4.5'; /** * A static variable that holds a dinamic instance of the class diff --git a/package.json b/package.json index 8ca180e..b1ec228 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fakerpress", "title": "FakerPress", - "version": "0.4.4", + "version": "0.4.5", "homepage": "http://fakerpress.com/", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 1722dd6..9b66f7d 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ FakerPress is a clean way to generate fake and dummy content to your WordPress, **Contributors:** [bordoni](http://profiles.wordpress.org/bordoni) **Tags:** [generator](http://wordpress.org/plugins/tags/generator), [dummy content](http://wordpress.org/plugins/tags/dummy content), [dummy data](http://wordpress.org/plugins/tags/dummy data), [lorem ipsun](http://wordpress.org/plugins/tags/lorem ipsun), [admin](http://wordpress.org/plugins/tags/admin), [exemples](http://wordpress.org/plugins/tags/exemples), [testing](http://wordpress.org/plugins/tags/testing), [images](http://wordpress.org/plugins/tags/images), [attachments](http://wordpress.org/plugins/tags/attachments), [featured image](http://wordpress.org/plugins/tags/featured image), [taxonomies](http://wordpress.org/plugins/tags/taxonomies), [users](http://wordpress.org/plugins/tags/users), [post type](http://wordpress.org/plugins/tags/post type), [faker](http://wordpress.org/plugins/tags/faker), [fake data](http://wordpress.org/plugins/tags/fake data), [random](http://wordpress.org/plugins/tags/random), [developer](http://wordpress.org/plugins/tags/developer), [dev](http://wordpress.org/plugins/tags/dev), [development](http://wordpress.org/plugins/tags/development), [test](http://wordpress.org/plugins/tags/test), [tests](http://wordpress.org/plugins/tags/tests) **Requires at least:** 3.7 -**Tested up to:** 4.4 +**Tested up to:** 4.5 **Stable tag:** trunk (master) **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) @@ -101,10 +101,11 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht ## Changelog ## -### 0.4.5 — unreleased ### +### 0.4.5 — 11 of June, 2016 ### * Fix: Users Module was using Post Meta methods on flag related methods, preventing the users to be deleted when "Let it Go!" — Thanks [@derpixler](https://github.com/bordoni/fakerpress/issues/84) * Fix: Taxonomy and Meta Modules had a compatibility problem with Faker, preveting users to use Meta and Taxonomy Properly — Thanks [@rayrutjes](https://github.com/bordoni/fakerpress/issues/94) * Tweak: Add a better description for a few fields +* Tweak: Include [latest code from Faker](https://github.com/fzaninotto/Faker) version > 1.6.0 ### 0.4.4 — 1 of April, 2016 ### * Feature: Address Meta templating now allows you to fetch Country ABBR and Code — Thanks [@kirilisa](https://wordpress.org/support/topic/excellent-3360) diff --git a/readme.txt b/readme.txt index 458659c..86c8802 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: bordoni Tags: generator, dummy content, dummy data, lorem ipsun, admin, exemples, testing, images, attachments, featured image, taxonomies, users, post type, faker, fake data, random, developer, dev, development, test, tests Requires at least: 3.7 -Tested up to: 4.4 +Tested up to: 4.5 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -100,10 +100,11 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht == Changelog == -= 0.4.5 — unreleased = += 0.4.5 — 11 of June, 2016 = * Fix: Users Module was using Post Meta methods on flag related methods, preventing the users to be deleted when "Let it Go!" — Thanks [@derpixler](https://github.com/bordoni/fakerpress/issues/84) * Fix: Taxonomy and Meta Modules had a compatibility problem with Faker, preveting users to use Meta and Taxonomy Properly — Thanks [@rayrutjes](https://github.com/bordoni/fakerpress/issues/94) * Tweak: Add a better description for a few fields +* Tweak: Include [latest code from Faker](https://github.com/fzaninotto/Faker) version > 1.6.0 = 0.4.4 — 1 of April, 2016 = * Feature: Address Meta templating now allows you to fetch Country ABBR and Code — Thanks [@kirilisa](https://wordpress.org/support/topic/excellent-3360)