Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Nelson committed Nov 25, 2015
1 parent 549528d commit 58277f6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ The plugin installs Bacon Ipsum filler by default, so be sure to check Settings/

== Changelog ==

= v1.7.0 November ??, 2015 =
= v1.7.0 November 25, 2015 =
* Added --category support to WP-CLI, pass in either an ID, slug, or name
* Added --excerpt support to WP-CLI, pass this flag to use the first sentence of the post content as the post excerpt
* Added 'anyipsum-filler-wp-cli-insert-post-args' filter to allow modifications of the post insert args before each new post is created
* Added 'anyipsum-filler-wp-cli-post-inserted' action which is fired after each new post is created, passes post_id

= v1.6.1 September 18, 2015 =
* Added WP-CLI support for generating posts. Try 'wp help any-ipsum generate-posts' for more info
Expand Down Expand Up @@ -89,9 +92,11 @@ The plugin installs Bacon Ipsum filler by default, so be sure to check Settings/

== Upgrade Notice ==

= v1.6.1 September 18, 2015 =
* Added WP-CLI support for generating posts. Try 'wp help any-ipsum generate-posts' for more info
* Fixed a bug with sentence mode generating a random number of sentences
= v1.7.0 November 25, 2015 =
* Added --category support to WP-CLI, pass in either an ID, slug, or name
* Added --excerpt support to WP-CLI, pass this flag to use the first sentence of the post content as the post excerpt
* Added 'anyipsum-filler-wp-cli-insert-post-args' filter to allow modifications of the post insert args before each new post is created
* Added 'anyipsum-filler-wp-cli-post-inserted' action which is fired after each new post is created, passes post_id


== Frequently Asked Questions ==
Expand Down

0 comments on commit 58277f6

Please sign in to comment.