Skip to content

Commit

Permalink
prep 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Feb 21, 2019
1 parent 5f0405e commit 523d0d3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).

### [3.0.2]
#### Added
* Added `pre_display_posts_shortcode_output` filter before shortcode runs, used for transient caching, see #210

#### Changed
* Updated plugin to pass coding standards, see #214
* Removed survey admin notice, see #213
* Don't display empty term list, see #208

### [3.0.1]
#### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Tags:** shortcode, pages, posts, page, query, display, list
**Requires at least:** 3.0
**Tested up to:** 5.0
**Stable tag:** 3.0.1
**Stable tag:** 3.0.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
10 changes: 5 additions & 5 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
* Plugin URI: https://displayposts.com
* Description: Display a listing of posts using the [display-posts] shortcode
* Version: 3.0.1
* Version: 3.0.2
* Author: Bill Erickson
* Author URI: https://www.billerickson.net
*
Expand All @@ -15,10 +15,10 @@
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @package Display Posts
* @version 3.0.1
* @version 3.0.2
* @author Bill Erickson <[email protected]>
* @copyright Copyright (c) 2011, Bill Erickson
* @link http://www.billerickson.net/shortcode-to-display-posts/
* @link https://displayposts.com
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

Expand All @@ -38,7 +38,7 @@ function be_display_posts_shortcode( $atts ) {
*
* Use this filter to return from this function immediately, with the return of the filter callback.
*
* @since Unknown
* @since 3.0.2
*
* @param bool $short_circuit False to allow this function to continue, anything else to return that value.
* @param array $atts Shortcode attributes.
Expand Down Expand Up @@ -524,7 +524,7 @@ function be_display_posts_shortcode( $atts ) {
/**
* Filter the HTML markup to display author information for the current post.
*
* @since Unknown
* @since 2.4.0
*
* @param string $author_output HTML markup to display author information.
*/
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: billerickson
Tags: shortcode, pages, posts, page, query, display, list
Requires at least: 3.0
Tested up to: 5.0
Stable tag: 3.0.1
Stable tag: 3.0.2

Add a listing of content on your website using a simple shortcode. Filter the results by category, author, and more.

Expand Down Expand Up @@ -66,10 +66,15 @@ Here are [tutorials for popular event calendar plugins](https://displayposts.com

== Changelog ==

**Version 3.0.2**
* Added `pre_display_posts_shortcode_output` filter before shortcode runs, used for transient caching, see [#210](https://github.com/billerickson/display-posts-shortcode/issues/214)
* Updated plugin to pass coding standards, see [#214](https://github.com/billerickson/display-posts-shortcode/issues/214)
* Removed survey admin notice, see [#213](https://github.com/billerickson/display-posts-shortcode/issues/213)
* Don't display empty term list, see [#208](https://github.com/billerickson/display-posts-shortcode/issues/208)

**Version 3.0.1**
* Prevent empty empty parameters from being added to the query, see [#207](https://github.com/billerickson/display-posts-shortcode/issues/207)


**Version 3.0.0**
* Added author_id parameter, see [#195](https://github.com/billerickson/display-posts-shortcode/issues/195)
* Added has_password parameter
Expand Down

0 comments on commit 523d0d3

Please sign in to comment.