diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d51ac..7606ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/). +### [3.0.3] +#### Changed +* Bumped the "Tested To" number to WP 6.6 +* Updated text of the plugin notice + ### [3.0.2] #### Added * Added `pre_display_posts_shortcode_output` filter before shortcode runs, used for transient caching, see #210 diff --git a/README.md b/README.md index b5270dd..314c2bb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # [Display Posts](https://displayposts.com) # -![Plugin Version](https://img.shields.io/wordpress/plugin/v/display-posts-shortcode.svg?style=flat-square) ![Total Downloads](https://img.shields.io/wordpress/plugin/dt/display-posts-shortcode.svg?style=flat-square) ![Plugin Rating](https://img.shields.io/wordpress/plugin/r/display-posts-shortcode.svg?style=flat-square) ![WordPress Compatibility](https://img.shields.io/wordpress/v/display-posts-shortcode.svg?style=flat-square) ![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg?style=flat-square) - **Contributors:** billerickson **Tags:** shortcode, pages, posts, page, query, display, list **Requires at least:** 3.0 -**Tested up to:** 6.0 -**Stable tag:** 3.0.2 +**Tested up to:** 6.6 +**Stable tag:** 3.0.3 **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 7c842a9..416f98d 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.0.2 + * Version: 3.0.3 * Author: Bill Erickson * Author URI: https://www.billerickson.net * @@ -15,7 +15,7 @@ * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @package Display Posts - * @version 3.0.2 + * @version 3.0.3 * @author Bill Erickson * @copyright Copyright (c) 2011, Bill Erickson * @link https://displayposts.com @@ -833,7 +833,7 @@ function be_dps_survey_admin_notice() { return; } - $survey = get_option( 'display_posts_survey' ); + $survey = get_option( 'display_posts_survey_2' ); $time = time(); $load = false; @@ -842,7 +842,7 @@ function be_dps_survey_admin_notice() { 'time' => $time, 'dismissed' => false, ); - update_option( 'display_posts_survey', $survey ); + update_option( 'display_posts_survey_2', $survey ); } else { // Check if it has been dismissed or not. if ( ( isset( $survey['dismissed'] ) && ! $survey['dismissed'] ) ) { @@ -857,13 +857,9 @@ function be_dps_survey_admin_notice() { ?>
-

-

-

Developer of Display Posts', 'display-posts' ), array( 'br' => array() ) ); ?>

+

Action Required: Display Posts needs a one-time manual update to continue receiving updates. More Information', esc_url('https://displayposts.com/install/' ) ); ?>

-
-
- +