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

Update readme for new release and bump version.

Stable tag on 0.6.1 was incorrectly marked 0.7, so we're skipping ahead to 0.8.
parent 7175e2c2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/ ...@@ -4,7 +4,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 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 Requires at least: 3.2.1
Tested up to: 3.6 Tested up to: 3.6
Stable tag: 0.7 Stable tag: 0.8
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
...@@ -45,6 +45,12 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an ...@@ -45,6 +45,12 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
== Changelog == == Changelog ==
= 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.
* Correct phpdoc.
= 0.7 = = 0.7 =
* Further ensure that WordPress doesn't think a post is paged when viewing the full post content unpaged. Ensures that code checking the `$multipage` variable will function properly. Props @batmoo. * Further ensure that WordPress doesn't think a post is paged when viewing the full post content unpaged. Ensures that code checking the `$multipage` variable will function properly. Props @batmoo.
...@@ -80,6 +86,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an ...@@ -80,6 +86,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
== Upgrade Notice == == Upgrade Notice ==
= 0.8 =
Plugin won't unnecessarily execute its functionality if no posts are available and is now more thoroughly translatable.
= 0.7 = = 0.7 =
Further ensures plugins and themes correctly see a "View All" page as full post content. Further ensures plugins and themes correctly see a "View All" page as full post content.
......
...@@ -4,7 +4,7 @@ Plugin Name: View All Post's Pages ...@@ -4,7 +4,7 @@ Plugin Name: View All Post's Pages
Plugin URI: http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/ Plugin URI: http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/
Description: 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). Description: 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).
Author: Erick Hitter & Oomph, Inc. Author: Erick Hitter & Oomph, Inc.
Version: 0.7 Version: 0.8
Author URI: http://www.thinkoomph.com/ Author URI: http://www.thinkoomph.com/
Text Domain: view_all_posts_pages Text Domain: view_all_posts_pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment