You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><?phpesc_html_e( 'Thank you so much for using Display Posts! Could you please do me a BIG favor and answer four quick questions on how I can improve the plugin for you?', 'display-posts' ); ?></p>
861
-
<p><?phpesc_html_e( 'In 2019 I\'ll be working on new features, including the possibility of a premium version. As a valued Display Posts user, your feedback is important and appreciated!', 'display-posts' ); ?></p>
862
-
<p><strong><?phpechowp_kses( __( '~ Bill Erickson<br>Developer of Display Posts', 'display-posts' ), array( 'br' => array() ) ); ?></strong></p>
Copy file name to clipboardExpand all lines: readme.txt
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
Contributors: billerickson
3
3
Tags: shortcode, pages, posts, page, query, display, list
4
4
Requires at least: 3.0
5
-
Tested up to: 6.0
6
-
Stable tag: 3.0.2
5
+
Tested up to: 6.6
6
+
Stable tag: 3.0.3
7
7
8
8
Add a listing of content on your website using a simple shortcode. Filter the results by category, author, and more.
9
9
@@ -78,6 +78,10 @@ Here are [tutorials for popular event calendar plugins](https://displayposts.com
78
78
79
79
== Changelog ==
80
80
81
+
**Version 3.0.3**
82
+
* Bumped the "Tested To" number to WP 6.6
83
+
* Updated text of the plugin notice
84
+
81
85
**Version 3.0.2**
82
86
* 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)
83
87
* Updated plugin to pass coding standards, see [#214](https://github.com/billerickson/display-posts-shortcode/issues/214)
0 commit comments