diff --git a/CHANGELOG.md b/CHANGELOG.md index 052f60a..2f3a760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 04c28b8..1c3ad01 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/display-posts-shortcode.php b/display-posts-shortcode.php index 91a9952..b4d42e9 100644 --- a/display-posts-shortcode.php +++ b/display-posts-shortcode.php @@ -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 @@ -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 * @copyright Copyright (c) 2011, Bill Erickson * @link https://displayposts.com @@ -880,7 +880,7 @@ function be_dps_survey_admin_notice() {