Version Description
Download this release
Release Info
Developer | rmahfoud |
Plugin | WP Hide Post |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- readme.txt +4 -3
- wp-hide-post.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: rmahfoud
|
|
3 |
Donate link: http://anappleaday.konceptus.net/donate
|
4 |
Tags: SEO,hide,show,visbility,privacy,customization,sitemap,filter
|
5 |
Requires at least: 2.6
|
6 |
-
Tested up to: 2.8.
|
7 |
-
Stable tag: 1.1.
|
8 |
|
9 |
Enables you to control the visibility of items on your blog by making posts/pages hidden on some parts of your blog, while still visible in other parts as well as to search engines. This plugin is the new incarnation of the 'WP low Profiler'. If this plugin already exists, it will be upgraded to this one, keeping all existing settings.
|
10 |
|
@@ -92,7 +92,8 @@ Ditto. It will be deleted. If you had any existing data (if you had it active be
|
|
92 |
|
93 |
== Revision History ==
|
94 |
|
95 |
-
*
|
|
|
96 |
* 08/07/2009: v1.1.2 - Bug fixes.
|
97 |
* 08/05/2009: v1.1.1 - Reduce the number of SQL queries to hide pages to a single queries for all pages, rather than one query per page.
|
98 |
* 08/04/2009: v1.1.0 - Bug fix: bulk update clears "Visibility Attributes". Split code into separate files.
|
3 |
Donate link: http://anappleaday.konceptus.net/donate
|
4 |
Tags: SEO,hide,show,visbility,privacy,customization,sitemap,filter
|
5 |
Requires at least: 2.6
|
6 |
+
Tested up to: 2.8.5
|
7 |
+
Stable tag: 1.1.4
|
8 |
|
9 |
Enables you to control the visibility of items on your blog by making posts/pages hidden on some parts of your blog, while still visible in other parts as well as to search engines. This plugin is the new incarnation of the 'WP low Profiler'. If this plugin already exists, it will be upgraded to this one, keeping all existing settings.
|
10 |
|
92 |
|
93 |
== Revision History ==
|
94 |
|
95 |
+
* 10/24/2009: v1.1.4 - Added compatibility with Wordpress 2.8.5
|
96 |
+
* 08/07/2009: v1.1.3 - Extended support for Wordpress 2.6
|
97 |
* 08/07/2009: v1.1.2 - Bug fixes.
|
98 |
* 08/05/2009: v1.1.1 - Reduce the number of SQL queries to hide pages to a single queries for all pages, rather than one query per page.
|
99 |
* 08/04/2009: v1.1.0 - Bug fix: bulk update clears "Visibility Attributes". Split code into separate files.
|
wp-hide-post.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Hide Post
|
4 |
Plugin URI: http://anappleaday.konceptus.net/posts/wp-hide-post/
|
5 |
Description: Enables a user to control the visibility of items on the blog by making posts and pages selectively hidden in different views throughout the blog, such as on the front page, category pages, search results, etc... The hidden item remains otherwise accessible directly using permalinks, and also visible to search engines as part of the sitemap (at least). This plugin enables new SEO possibilities for authors since it enables them to create new posts and pages without being forced to display them on their front and in feeds.
|
6 |
-
Version: 1.1.
|
7 |
Author: Robert Mahfoud
|
8 |
Author URI: http://anappleaday.konceptus.net
|
9 |
Text Domain: wp_hide_post
|
3 |
Plugin Name: WP Hide Post
|
4 |
Plugin URI: http://anappleaday.konceptus.net/posts/wp-hide-post/
|
5 |
Description: Enables a user to control the visibility of items on the blog by making posts and pages selectively hidden in different views throughout the blog, such as on the front page, category pages, search results, etc... The hidden item remains otherwise accessible directly using permalinks, and also visible to search engines as part of the sitemap (at least). This plugin enables new SEO possibilities for authors since it enables them to create new posts and pages without being forced to display them on their front and in feeds.
|
6 |
+
Version: 1.1.4
|
7 |
Author: Robert Mahfoud
|
8 |
Author URI: http://anappleaday.konceptus.net
|
9 |
Text Domain: wp_hide_post
|