Skip to content

Commit

Permalink
tagging version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Oct 14, 2024
1 parent ad6b4cf commit ccccac0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).

### [3.1.1]
#### Changed
* Removed the plugin notice in the admin

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

Expand Down
6 changes: 3 additions & 3 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.1.0
* Version: 3.1.1
* Author: Bill Erickson
* Author URI: https://www.billerickson.net
* Text Domain: display-posts
Expand All @@ -16,7 +16,7 @@
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @package Display Posts
* @version 3.1.0
* @version 3.1.1
* @author Bill Erickson <[email protected]>
* @copyright Copyright (c) 2011, Bill Erickson
* @link https://displayposts.com
Expand Down Expand Up @@ -880,7 +880,7 @@ function be_dps_survey_admin_notice() {
</script>
<?php
}
add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
//add_action( 'admin_notices', 'be_dps_survey_admin_notice' );

/**
* Dismiss the admin notice.
Expand Down
5 changes: 4 additions & 1 deletion 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: 6.6
Stable tag: 3.0.3
Stable tag: 3.1.1

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

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

== Changelog ==

**Version 3.1.1**
* Removed the plugin notice in the admin

**Version 3.1.0**
* Plugin updates from GitHub
* Support custom post statuses, props @nabrown
Expand Down

0 comments on commit ccccac0

Please sign in to comment.