Skip to content
Snippets Groups Projects
Commit 3b49012e authored by Erick Hitter's avatar Erick Hitter
Browse files

Note WP incompat

parent 1e55f0c6
1 merge request!5Update to note WP incompatibility
Pipeline #740 passed
......@@ -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>&lt;!--nextpage--&gt;</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 ###
......
......@@ -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"
......
......@@ -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' &lt;!--nextpage--&gt; 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>&lt;!--nextpage--&gt;</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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment