Skip to content

Commit

Permalink
Final Read-me and Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Jun 11, 2016
1 parent a6143b3 commit 842e393
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 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.4.4
* Version: 0.4.5
* Author: Gustavo Bordoni
* Author URI: http://bordoni.me
* Text Domain: fakerpress
Expand Down
2 changes: 1 addition & 1 deletion inc/class-fp-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.4.4",
"version": "0.4.5",
"homepage": "http://fakerpress.com/",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 842e393

Please sign in to comment.