Page Links To - Version 1.6

Version Description

Download this release

Release Info

Developer markjaquith
Plugin Icon wp plugin Page Links To
Version 1.6
Comparing to
See all releases

Code changes from version 1.5 to 1.6

Files changed (2) hide show
  1. page-links-to.php +2 -2
  2. readme.txt +2 -2
page-links-to.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Page Links To
4
  Plugin URI: http://txfx.net/code/wordpress/page-links-to/
5
  Description: Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources.
6
- Version: 1.5
7
  Author: Mark Jaquith
8
  Author URI: http://coveredwebservices.com/
9
  */
@@ -176,5 +176,5 @@ add_action( 'template_redirect', 'txfx_redirect_links_to_pages' );
176
  add_filter( 'page_link', 'txfx_filter_links_to_pages', 20, 2 );
177
  add_filter( 'post_link', 'txfx_filter_links_to_pages', 20, 2 );
178
  add_action( 'do_meta_boxes', 'txfx_plt_add_meta_box', 10, 2 );
179
- add_action( 'save_post', 'txfx_plt_save_meta_box' );
180
  ?>
3
  Plugin Name: Page Links To
4
  Plugin URI: http://txfx.net/code/wordpress/page-links-to/
5
  Description: Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources.
6
+ Version: 1.6
7
  Author: Mark Jaquith
8
  Author URI: http://coveredwebservices.com/
9
  */
176
  add_filter( 'page_link', 'txfx_filter_links_to_pages', 20, 2 );
177
  add_filter( 'post_link', 'txfx_filter_links_to_pages', 20, 2 );
178
  add_action( 'do_meta_boxes', 'txfx_plt_add_meta_box', 10, 2 );
179
+ add_action( 'edit_post', 'txfx_plt_save_meta_box' );
180
  ?>
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: markjaquith
3
  Donate link: http://txfx.net/code/wordpress/
4
  Tags:
5
- Requires at least: 1.5.1.3
6
- Tested up to: 2.6
7
  Stable tag: trunk
8
 
9
  Page Links To allows you to make certain WordPress pages or posts link to a URL of your choosing, instead of their WordPress post or page.
2
  Contributors: markjaquith
3
  Donate link: http://txfx.net/code/wordpress/
4
  Tags:
5
+ Requires at least: 2.6
6
+ Tested up to: 2.6.2
7
  Stable tag: trunk
8
 
9
  Page Links To allows you to make certain WordPress pages or posts link to a URL of your choosing, instead of their WordPress post or page.