Skip to content

Commit

Permalink
update changelog and version, prepping 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Apr 11, 2017
1 parent c685430 commit 5e3cd45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).

### [2.8.0]
#### Added
* Set include_link="false" to remove link from post title and image, see [#137](https://github.com/billerickson/display-posts-shortcode/pull/137)

#### Fixed
* Category display when using multiple post types, see [#143](https://github.com/billerickson/display-posts-shortcode/issues/143)
* Issue combining multiple taxonomies, see [#131](https://github.com/billerickson/display-posts-shortcode/issues/131)

### [2.7.0]
#### Added
* Support for [Co-Authors Plus Addon](https://github.com/billerickson/dps-coauthor-addon)
Expand Down Expand Up @@ -77,7 +85,7 @@ All notable changes to this project will be documented in this file, formatted v

### [2.0.0]
#### Added
* Explicitly declare arguments, props danielbachhuber
* Explicitly declare arguments, props danielbachhuber
* Sanitize each shortcode attribute for security, props danielbachhuber

### [1.9.0]
Expand Down
4 changes: 2 additions & 2 deletions display-posts-shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Display Posts Shortcode
* Plugin URI: http://www.billerickson.net/shortcode-to-display-posts/
* Description: Display a listing of posts using the [display-posts] shortcode
* Version: 2.7.0
* Version: 2.8.0
* Author: Bill Erickson
* Author URI: http://www.billerickson.net
*
Expand All @@ -15,7 +15,7 @@
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @package Display Posts
* @version 2.7.0
* @version 2.8.0
* @author Bill Erickson <[email protected]>
* @copyright Copyright (c) 2011, Bill Erickson
* @link http://www.billerickson.net/shortcode-to-display-posts/
Expand Down
15 changes: 10 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: billerickson
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MQKRBRFVRUV8C
Tags: shortcode, pages, posts, page, query, display, list
Requires at least: 3.0
Tested up to: 4.5.2
Stable tag: 2.7.0
Tested up to: 4.7
Stable tag: 2.8.0

Display a listing of posts using the [display-posts] shortcode

Expand All @@ -25,11 +25,17 @@ Add the shortcode in a post or page, and use the arguments to query based on tag

1. Upload `display-posts-shortcode` to the `/wp-content/plugins/` directory.
1. Activate the plugin through the *Plugins* menu in WordPress.
1. Add the shortcode to a post or page.
1. Add the shortcode to a post or page.


== Changelog ==

**Version 2.8.0**
* Added include_link="false" to remove link from post title and image, see [#137](https://github.com/billerickson/display-posts-shortcode/pull/137)
* Fixed category display when using multiple post types, see [#143](https://github.com/billerickson/display-posts-shortcode/issues/143)
* Fixed issue combining multiple taxonomies, see [#131](https://github.com/billerickson/display-posts-shortcode/issues/131)


**Version 2.7.0**
* Added support for [Co-Authors Plus Addon](https://github.com/billerickson/dps-coauthor-addon).
* Added parameter to exclude children terms in tax queries, [more information](https://github.com/billerickson/display-posts-shortcode/issues/120)
Expand Down Expand Up @@ -96,7 +102,7 @@ Add the shortcode in a post or page, and use the arguments to query based on tag

**Version 2.0**

* Explicitly declare arguments, props danielbachhuber
* Explicitly declare arguments, props danielbachhuber
* Sanitize each shortcode attribute for security, props danielbachhuber

**Version 1.9**
Expand Down Expand Up @@ -147,4 +153,3 @@ Add the shortcode in a post or page, and use the arguments to query based on tag
**Version 0.1**

* This is version 0.1. Everything's new!

0 comments on commit 5e3cd45

Please sign in to comment.