Skip to content

Commit ccccac0

Browse files
committed
tagging version 3.1.1
1 parent ad6b4cf commit ccccac0

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).
33

4+
### [3.1.1]
5+
#### Changed
6+
* Removed the plugin notice in the admin
7+
48
### [3.1.0]
59
#### Added
610
* Plugin updates from GitHub

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** shortcode, pages, posts, page, query, display, list
55
**Requires at least:** 3.0
66
**Tested up to:** 6.6
7-
**Stable tag:** 3.1.0
7+
**Stable tag:** 3.1.1
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

display-posts-shortcode.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Display Posts
44
* Plugin URI: https://displayposts.com
55
* Description: Display a listing of posts using the [display-posts] shortcode
6-
* Version: 3.1.0
6+
* Version: 3.1.1
77
* Author: Bill Erickson
88
* Author URI: https://www.billerickson.net
99
* Text Domain: display-posts
@@ -16,7 +16,7 @@
1616
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1717
*
1818
* @package Display Posts
19-
* @version 3.1.0
19+
* @version 3.1.1
2020
* @author Bill Erickson <[email protected]>
2121
* @copyright Copyright (c) 2011, Bill Erickson
2222
* @link https://displayposts.com
@@ -880,7 +880,7 @@ function be_dps_survey_admin_notice() {
880880
</script>
881881
<?php
882882
}
883-
add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
883+
//add_action( 'admin_notices', 'be_dps_survey_admin_notice' );
884884

885885
/**
886886
* Dismiss the admin notice.

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: billerickson
33
Tags: shortcode, pages, posts, page, query, display, list
44
Requires at least: 3.0
55
Tested up to: 6.6
6-
Stable tag: 3.0.3
6+
Stable tag: 3.1.1
77

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

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

7979
== Changelog ==
8080

81+
**Version 3.1.1**
82+
* Removed the plugin notice in the admin
83+
8184
**Version 3.1.0**
8285
* Plugin updates from GitHub
8386
* Support custom post statuses, props @nabrown

0 commit comments

Comments
 (0)