From 5e3cd4594929c070096226b826b852d88e10d6b1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 11 Apr 2017 15:45:09 -0500 Subject: [PATCH] update changelog and version, prepping 2.8.0 --- CHANGELOG.md | 10 +++++++++- display-posts-shortcode.php | 4 ++-- readme.txt | 15 ++++++++++----- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08f93b..8f0de5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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] diff --git a/display-posts-shortcode.php b/display-posts-shortcode.php index 078b628..cc2dd59 100644 --- a/display-posts-shortcode.php +++ b/display-posts-shortcode.php @@ -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 * @@ -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 * @copyright Copyright (c) 2011, Bill Erickson * @link http://www.billerickson.net/shortcode-to-display-posts/ diff --git a/readme.txt b/readme.txt index a25d0ec..54a03d5 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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) @@ -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** @@ -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! -