diff --git a/README.md b/README.md index f64a8229c008531c7aaceb332e2c6d148359aa24..9da2a7452f86230cdab288669fdfe549f2312aa7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Donate link:** http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/ **Tags:** view all, pages, paged, paged post, multipage, single view, single page, wp_link_pages, nextpage, next page, quicktag **Requires at least:** 3.2.1 -**Tested up to:** 5.0 +**Tested up to:** 5.1 **Stable tag:** 0.9.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -11,6 +11,8 @@ Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts). ## Description ## +**This plugin is not yet compatible with WordPress 5.2.** + Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags" target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts). Your theme must use `wp_link_pages()` to generate post page links, or you must use either the automatic or manual link capabilities provided in the plugin. @@ -25,6 +27,10 @@ Your theme must use `wp_link_pages()` to generate post page links, or you must u ## Frequently Asked Questions ## +### I upgraded to WordPress 5.2 and this plugin stopped working. ### + +WordPress 5.2 updated the function that's used to retrieve post content, defeating this plugin's method of creating the view-all output. Progress towards a 5.2-compatible approach will be tracked at [https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1](https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1). + ### Links don't work ### First, navigate to Options > Permalinks in WP Admin, click *Save Changes*, and try again. @@ -61,7 +67,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an ### 0.8 ### * When WordPress determines a request is a 404, don't activate the plugin's functionality. * Convert the plugin to a singleton. -* Audit entire plugin for translation readyness. +* Audit entire plugin for translation readiness. * Correct phpdoc. ### 0.7 ### diff --git a/languages/view-all-posts-pages.pot b/languages/view-all-posts-pages.pot index 3c2d1edcf5680d36318d0cc3cbecfe7e2480ad93..28ab554f1590880095474ae9af0adcf1cb9f650e 100644 --- a/languages/view-all-posts-pages.pot +++ b/languages/view-all-posts-pages.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: View All Posts Pages 0.9.2\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/view-all-posts-pages\n" -"POT-Creation-Date: 2019-02-05 18:43:53+00:00\n" +"POT-Creation-Date: 2019-04-13 21:12:19+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index 402e5416c93ba92317927f1aecc8a7f32b992804..f11555ab783ecd9be3037855330f2642124951ff 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ethitter, thinkoomph Donate link: http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/ Tags: view all, pages, paged, paged post, multipage, single view, single page, wp_link_pages, nextpage, next page, quicktag Requires at least: 3.2.1 -Tested up to: 5.0 +Tested up to: 5.1 Stable tag: 0.9.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -11,6 +11,8 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts). == Description == +**This plugin is not yet compatible with WordPress 5.2.** + Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags" target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts). Your theme must use `wp_link_pages()` to generate post page links, or you must use either the automatic or manual link capabilities provided in the plugin. @@ -25,6 +27,10 @@ Your theme must use `wp_link_pages()` to generate post page links, or you must u == Frequently Asked Questions == += I upgraded to WordPress 5.2 and this plugin stopped working. = + +WordPress 5.2 updated the function that's used to retrieve post content, defeating this plugin's method of creating the view-all output. Progress towards a 5.2-compatible approach will be tracked at [https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1](https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1). + = Links don't work = First, navigate to Options > Permalinks in WP Admin, click *Save Changes*, and try again. @@ -61,7 +67,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an = 0.8 = * When WordPress determines a request is a 404, don't activate the plugin's functionality. * Convert the plugin to a singleton. -* Audit entire plugin for translation readyness. +* Audit entire plugin for translation readiness. * Correct phpdoc. = 0.7 =