web/wp-content/plugins/quick-pagepost-redirect-plugin/readme.txt
changeset 194 32102edaa81b
parent 136 bde1974c263b
child 204 09a1c134465b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
     1 === Quick Page/Post Redirect ===
     1 === Quick Page/Post Redirect Plugin ===
     2 Contributors: Don Fischer
     2 Contributors: Don Fischer
     3 Donate link: http://fischercreativemedia.com/
     3 Donate link: http://www.fischercreativemedia.com/wordpress-plugins/donate/
     4 Tags: redirect, 301, 302, meta, post, plugin, page, forward, re-direct, wpmu, WordPress MU
     4 Tags: redirect, 301, 302, meta, post, plugin, page, forward, re-direct, nofollow, menu links, posts, pages, admin, 404, custom post types, nav menu
     5 Requires at least: 2.5
     5 Requires at least: 3.1
     6 Tested up to: 2.8.4
     6 Tested up to: 3.3.2
     7 Stable tag: 1.7
     7 Stable tag: 4.2.3
     8 
     8 
     9 Redirect Pages/Posts to another page/post or external URL. Adds edit box to admin edit so user can specify the redirect Location and type.
     9 Redirect Pages/Posts to another page/post or external URL. Has edit box as well as global options. Specify the redirect Location and type. For PHP5+
    10 
    10 
    11 == Description ==
    11 == Description ==
    12 
    12 
    13 Quick Page/Post Redirect Plugin redirects WordPress Pages or Posts to another location quickly.
    13 It adds an option box to the edit section where you can specify the redirect location and type of redirect that you want, temporary, permanent, or meta. See below for additional features added. 
    14 It adds an option box to the edit section where you can specify the redirect location and type of redirect that you want, temporary, permanent, or meta. 
    14 
    15 
    15 = Features: = 
    16 The redirect Location can be to another WordPress page/post or any other website with an external URL. It allows the use of a full URL path, the post or page ID, permalink or page-name.
    16 * Works with new WordPress menus
    17 
    17 * Works with new WordPress Custom Post Types (set option on settings page)
    18 PLEASE NOTE: At this time, the a new page or post needs to be Published in order for the redirect to happen. It WILL work on a DRAFT Status Post/Page ONLY, and I mean ONLY, if the Post/Page has FIRST been Published and the re-saved as a Draft - WordPress does not set up the post meta for the permalink until after first publish for some reason - will hopefully fix this in the future. 
    18 * You can set a redirect page or menu link to open in a new window (will not work on permalinks)
    19 
    19 * You can add a *rel="nofollow"* attribute to the page or menu link of the redirect (will not work on permalinks)
    20 This plugin is also not compatible with WordPress versions less than 2.5.
    20 * You can completely re-write the URL for the redirect so it takes the place of the default page URL (rewrite the href link)
    21 
    21 * You can redirect without needing to create a Page or Post. This is very useful for sites that were converted to WordPress and have old links that create 404 errors (see FAQs for more information). This option does not allow for open in a new window or nofollow functions.
    22 Tested in MU 2.8.4a (9/8/2009)
    22 * Redirect Location can be to another WordPress page/post or any other website with an external URL. 
    23 
    23 * Redirect can use a full URL path, the post or page ID, permalink or page-name (not available for Quick Redirects method).
    24 TROUBLESHOOTING:
    24 * Option Screen to set global overrides like turning off all redirects at once, setting a global destination link, make all redirect open in a new window, etc.
    25 If your page or post is not redirecting, this is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. 9 out of 10 times, a plugin or bad code is the culprit.
    25 * View a summary of all individual redirected pages/posts or custom post types that are currently set up.
    26 We have tested the plugin in dozens of themes and alongside a whole lot more plugins. In our experience, (with exception to a few bugs) most of the time another plugin is the problem. If you do notice a problem, please let us know at plugins@fischercreativemedia.com - along with the WP version, theme you are using and plugins you have installed - and we will try to troubleshoot the problem. 
    26 
       
    27 This plugin is not compatible with WordPress versions less than 2.5. Requires PHP 5+.
       
    28 
       
    29 *PLEASE NOTE:* A new page or post needs to be Published in order for the redirect to happen. It WILL work on a DRAFT Status Post/Page ONLY, and I mean ONLY, if the Post/Page has FIRST been Published and the re-saved as a Draft. 
       
    30 
       
    31 = TROUBLESHOOTING: =
       
    32 * To include custom post types, check the setting on the main plugin option page.
       
    33 * If you check the box for "Show Redirect URL below" on the edit page, please note that you MUST use the full URL in the Redirect URL box. If you do not, you may experience some odd links and 404 pages, as this option changes the Permalink for the page/post to the EXACT URL you enter in that field. (i.e., if you enter '2' in the field, it will redirect to 'http://2' which is not the same as 'http://yoursite.com/?p=2').
       
    34 * If your browser tells you that your are in an infinite loop, check to make sure you do not have pages redirecting to another page that redirects back to the initial page. That WILL cause an infinite loop.
       
    35 * If you are using the Quick 301 Redirects method to do your redirects, be sure that your Request URL starts with a / and is relative to the root (i.e., http://mysite.com/test/ would have /test/ in the request field).
       
    36 * Links in page/post content and Permalinks will not open in a new window or add the rel=nofollow. That is because the theme template actually sets up the links by calling "the_permalink()" function so add these elements is not consistently possible so it has been excluded from the functionality.
       
    37 * If your page or post is not redirecting, this is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. 9 out of 10 times, a plugin or bad code is the culprit.
       
    38 * We have tested the plugin in dozens of themes and alongside a whole lot more plugins. In our experience, (with exception to a few bugs) most of the time another plugin is the problem. If you do notice a problem, please let us know at plugins@fischercreativemedia.com - along with the WP version, theme you are using and plugins you have installed - and we will try to troubleshoot the problem. 
    27 
    39 
    28 == Installation ==
    40 == Installation ==
    29 
    41 
    30 = If you downloaded this plugin: =
    42 = If you downloaded this plugin: =
    31 * Upload `quick_page_post_redirect` folder to the `/wp-content/plugins/` directory
    43 1. Upload `quick_page_post_redirect` folder to the `/wp-content/plugins/` directory
    32 * Activate the plugin through the 'Plugins' menu in WordPress
    44 1. Activate the plugin through the 'Plugins' menu in WordPress
    33 * Once Activated, you can add a redirect by entering the correct information in the `Quick Page/Post Redirect` box in the edit section of a page or post
    45 1. Once Activated, you can add a redirect by entering the correct information in the `Quick Page/Post Redirect` box in the edit section of a page or post
       
    46 1. You can create a redirect with the 'Quick Redirects' option located in the Admin Settings menu.
    34 
    47 
    35 = If you install this plugin through WordPress 2.8+ plugin search interface: =
    48 = If you install this plugin through WordPress 2.8+ plugin search interface: =
    36 * Click Install `Quick Page/Post Redirect Plugin`
    49 1. Click Install `Quick Page/Post Redirect Plugin`
    37 * Activate the plugin through the 'Plugins' menu in WordPress
    50 1. Activate the plugin through the 'Plugins' menu in WordPress
    38 * Once Activated, you can add a redirect by entering the correct information in the `Quick Page/Post Redirect` box in the edit section of a page or post
    51 1. Once Activated, you can add a redirect by entering the correct information in the `Quick Page/Post Redirect` box in the edit section of a page or post
       
    52 1. You can create a redirect with the 'Quick Redirects' option located in the Admin Settings menu.
    39 
    53 
    40 == Frequently Asked Questions ==
    54 == Frequently Asked Questions ==
       
    55 = With 3.0s new menu structure, isn't your plugin now obsolete? =
       
    56 Yes, and No. Mostly No.
       
    57 Here is why - with WordPress 3.0, comes the new menu structure, but only a handful of themes actually have the menu structure already integrated into theme. This means that there are tons of themes out there that still need to use the the old way until they can update their theme template pages and functions to turn on the menu capability.
       
    58 Additionally, the Quick Redirects option still allows you to create redirects for any url on your site, so that is very much not obsolete (until WP makes something to do that as well). And as a final note, the plugin is still compatible with WP's new menu functionality using the standard page/post creations - only custom menu items will be out of the plugin's realm of redirects - and you could set the URL in the new WP menu anyway, so that would be covered.
       
    59 
       
    60 = I still can't get the OPEN IN NEW WINDOW option to work... why? =
       
    61 Some themes put custom links in the menu, like RSS and other similar items. Many times (an this is usually the main reason why), they do not use the WP hook to add the menu item to the list - they literally just put it there. Unless the theme uses the internal WordPress hooks to call the menu, redirects, open in a new window and rel=nofollow features just will not work.
       
    62 ADDITIONALLY - Links in page/post content and Permalinks will not open in a new window or add the rel=nofollow. That is because the theme template actually sets up the links by calling "the_permalink()" function so add these elements is not consistently possible so it has been excluded from the functionality. The links will still redirect just fine but without that feature.
       
    63 
       
    64 = Do I need to have a Page or Post Created to redirect? =
       
    65 There is a Quick Redirects feature that allows you to create a redirect for any URL on your site. This is VERY helpful when you move an old site to WordPress and have old links that need to go some place new. For example, 
       
    66 If you had a link on a site that went to http://yoursite.com/aboutme.html you can now redirect that to http://yoursite.com/about/ without needing to edit the htaccess file. You simply add the old URL (/aboutme.html) and tell it you want to go to the new one (/about/). Simple as that.
       
    67 
       
    68 The functionality is located in the REDIRECT MENU under Quick Redirects. The old URL goes in the Request field and the to new URL goes in the Destination field. Simple and Quick!
       
    69 
       
    70 = Can I add 'rel="nofollow" attribute to the redirect link? =
       
    71 YES, you can add a ' rel="nofollow" ' attribute for the redirect link. Simply check the "add rel=nofollow" box when setting up the redirect on the page/post edit page. Note - this option is not available for the Quick Redirects method or for permalinks and link within post content.
       
    72 
       
    73 = Can I make the redirect open in a new window? =
       
    74 YES, you can make the redirect link open in a new window. Simply check the "Open in a new window" box when setting up the redirect on the page/post edit page. Note - this option is not available for the Quick Redirects method or for permalinks and link within post content.
       
    75 
       
    76 = I want to just have the link for the redirecting page/post show the new redirect link in the link, not the old one, can I do that? =
       
    77 YES, you can hide the original page link and have it replaced with the redirect link. Any place the theme calls either "wp_page_links", "post_links" or "page_links" functions, the plugin can replace the original link with the new one. Simply check the "Show Redirect URL" box when setting up the redirect on the page/post edit page. Note - this option is not available for the Quick Redirects method. 
       
    78 
       
    79 = I have Business Cards/Postcards/Ads that say my website is http://something.com/my-name/ or http://something.com/my-product/, can I set that up with this? =
       
    80 YES! Just set up a redirect (see above) and set the Request field to /my-name/ or /my-product/ and the Destination field to the place you want it to go. The destination doesn't even need to be on the same site - it can go anywhere you want it to go!
    41 
    81 
    42 = Why is my Page/Post not redirecting? =
    82 = Why is my Page/Post not redirecting? =
    43 If your page or post is not redirecting, this is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. 9 out of 10 times, a plugin or bad code is the culprit. 
    83 FIRST - make sure it is active. Then, check to make sure the global option to turn off all redirects is not checked.
       
    84 If your page or post is still not redirecting, then it is most likely because something else like the theme functions file or another plugin is outputting the header BEFORE the plugin can perform the redirect. This can be tested by turning off all plugins except the Quick Page/Post Redirect Plugin and testing if the redirect works. 9 out of 10 times, a plugin or bad code is the culprit - or the redirect is just simply turned off. 
    44 
    85 
    45 We have tested the plugin in dozens of themes and a whole lot more plugins. In our experience, (with exception to a few bugs) most of the time another plugin is the problem. If you do notice a problem, please let us know at plugins@fischercreativemedia.com - along with the WP version, theme you are using and plugins you have installed - and we will try to troubleshoot the problem. 
    86 We have tested the plugin in dozens of themes and a whole lot more plugins. In our experience, (with exception to a few bugs) most of the time another plugin is the problem. If you do notice a problem, please let us know at plugins@fischercreativemedia.com - along with the WP version, theme you are using and plugins you have installed - and we will try to troubleshoot the problem. 
    46 
    87 
    47 = Does the Page/Post need to be Published to redirect? =
    88 = Does the Page/Post need to be Published to redirect? =
    48 YES... and NO... The redirect will always work on a Published Post/Page. For it to work correctly on a Post/Page in DRAFT status, you need to fist publish the page, then re-save it as a draft. If you don't follow that step, you will get a 404 error. 
    89 YES... and NO... The redirect will always work on a Published Post/Page. For it to work correctly on a Post/Page in DRAFT status, you need to fist publish the page, then re-save it as a draft. If you don't follow that step, you will get a 404 error. 
    49 
    90 
    50 = Can I do a permanent 301 Redirect? =
    91 = Can I do a permanent 301 Redirect? =
    51 
       
    52 Yes. You can perform a 301 Permanent Redirect. Additionally, you can select a 302 Temporary or a 307 Temporary redirect or a Meta redirect. 
    92 Yes. You can perform a 301 Permanent Redirect. Additionally, you can select a 302 Temporary or a 307 Temporary redirect or a Meta redirect. 
    53 
    93 
    54 = What the heck is a 301 or 302 redirect anyway?  =
    94 = What the heck is a 301 or 302 redirect anyway? =
    55 
    95 Good question! The number corresponds with the header code that is returned to the browser when the page is first accessed. A good page, meaning something was found, returns a 200 status code and that tells the browser to go ahead and keep loading the content for the page. If nothing is found a 404 error is returned (and we have ALL seen these - usually it is a bad link or a page was moved). There are many other types of codes, but those ore the most common. 
    56 Good question! THe number corresponds with the header code that is returned to the browser when the page is first accessed. A good page, meaning something was found, returns a 200 status code and that tells the browser to go ahead and keep loading the content for the page. If nothing is found a 404 error is returned (and we have ALL seen these - usually it is a bad link or a page was moved). There are many other types of codes, but those ore the most common. 
       
    57 
    96 
    58 The 300+ range of codes in the header, tells the browser (and search engine spider) that the original page has moved to a new location - this can be just a new file name a new folder or a completely different site.
    97 The 300+ range of codes in the header, tells the browser (and search engine spider) that the original page has moved to a new location - this can be just a new file name a new folder or a completely different site.
    59 
    98 
    60 A 301 code means that you want to tell the browser (or Google, bing, etc.) that your new page has permanently moved to a new location. This is great for search engines because it lets them know that there was a page there once, but now go to the new place to get it - and they update there old link to is so future visitors will not have to go through the same process.
    99 A 301 code means that you want to tell the browser (or Google, bing, etc.) that your new page has permanently moved to a new location. This is great for search engines because it lets them know that there was a page there once, but now go to the new place to get it - and they update there old link to is so future visitors will not have to go through the same process.
    61 
   100 
    62 A 302 or 307 code tell the browser that the file was there but TEMPORARILY it can be found at a new location. This will tell the search engines to KEEP the old link in place becasue SOME day it will be back at the same old link. There is only a slight difference between a 302 and a 307 status. Truth is, 302 is more widely used, so unless you know why you need a 307, stick with a 302.
   101 A 302 or 307 code tell the browser that the file was there but TEMPORARILY it can be found at a new location. This will tell the search engines to KEEP the old link in place because SOME day it will be back at the same old link. There is only a slight difference between a 302 and a 307 status. Truth is, 302 is more widely used, so unless you know why you need a 307, stick with a 302.
    63 
   102 
    64 = So, which one do I use? =
   103 = So, which one do I use? =
    65 
   104 Easiest way to decide is this: If you want the page to permanently change to a new spot, use 301. If you are editing the page or post and only want it to be down for a few hours, minutes, days or weeks and plan on putting it back with the same link as before, then us 302. If you want to hide the responses code from the spiders, use the `no code` option, and if you are having trouble with the redirects, use a `meta` redirect. The meta redirect actually starts to load the page as a 200 good status, then redirects using a meta redirect tag. 
    66 Easiest way to decide is this: If you want the page to permanetnly change to a new spot, use 301. If you are editing the page or post and only want it to be down for a few hours, minutes, days or weeks and plan on putting it back with the same link as before, then us 302. If you want to hide the reponse code from the spiders, use the `no code` option, and if you are having trouble with the redirects, use a `meta` redirect. The meta redirect actuall starts to load the page as a 200 good status, then redirects using a meta redirect tag. 
       
    67 
   105 
    68 Still not sure? Try 302 for now - at least until you have a little time to read up on the subject.
   106 Still not sure? Try 302 for now - at least until you have a little time to read up on the subject.
    69 
   107 
    70 = Should I use a full URL with http:// or https:// ? =
   108 = Should I use a full URL with http:// or https:// ? =
    71 
       
    72 Yes, you can, but you do not always need to. If you are redirecting to an external URL, then yes. If you are just redirecting to another page or post on your site, then no, it is not needed. When in doubt, use the entire URL.
   109 Yes, you can, but you do not always need to. If you are redirecting to an external URL, then yes. If you are just redirecting to another page or post on your site, then no, it is not needed. When in doubt, use the entire URL.
    73 
   110 
    74 
   111 
    75 == Screenshots ==
   112 == Screenshots ==
    76 
   113 
    77 1. Sample admin Post/Page edit box screenshot.
   114 1. The Redirect Menu and available option pages (updated for version 4.0).
    78 
   115 2. Quick 301 Redirects Page (Added in version 1.8).
       
   116 3. Main settings and Options page (new in version 4.0)
       
   117 4. Summary of redirects page (new in version 4.0)
    79 
   118 
    80 == Changelog ==
   119 == Changelog ==
       
   120 = 4.2.3 =
       
   121 * Fix WP_PLUGIN_URL and replace with plugins_url() to help with redirects on SSL. (01/01/2012)
       
   122 
       
   123 = 4.2.2 =
       
   124 * Fix some embarrasing spelling errors.(07/14/2011)
       
   125 * Fix Quick Redirects links from inside the redirect edit box and plugin page - they would give a "not authorized" warning because the page location changed in version 4.0 (07/14/11)
       
   126 
       
   127 = 4.2.1 =
       
   128 * Fix to trailing slash non-redirect for quick redirects.(06/28/2011)
       
   129 * Note - this was not a public version fix, but a dev testing version - this fix is publicly included in 4.2.2.
       
   130 
       
   131 = 4.2 =
       
   132 * Fix to menus pages always opening in New Window even when not selected.(05/08/2011)
       
   133 * Fix Categories/Archives automatically redirecting to the first post with redirect set if any post on the page had a redirect set.(05/08/2011)
       
   134 * Fix Homepage redirecting to first post with redirect set if using posts as home and any post had a redirect.(05/08/2011)
       
   135 * Fix misrepresentation of new window global setting on options page. Should read that "all redirects WILL open in a new window" not "will NOT open in a new window". (05/08/2011)
       
   136 * Update description to note that the plugin requires PHP 5+ because some of the class calls will not work in php4 (plugin will not activate). (05/08/2011)
       
   137 
       
   138 = 4.1 =
       
   139 * Fix Minor spelling issues and code typos.(05/05/2011)
       
   140 
       
   141 = 4.0 =
       
   142 * Rewrite of all functions for better optimization.(05/01/2011)
       
   143 * Added consolidated DB call at class setup to reduce DB calls to one call per page load.(05/01/2011)
       
   144 * Moved entire plugin into a class for easier updates.(05/01/2011)
       
   145 * Added new Options page with Global Overrides.(05/02/2011)
       
   146 * Integrated Custom Post Types functionality.(05/02/2011)
       
   147 * Created a Summary Page for a quick glace of set up redirects.(05/04/2011)
       
   148 * Moved Quick Redirects menu from settings to a new Redirects Menu.(05/03/2011)
       
   149 * Added additional checks and validations when adding Quick Redirects.(05/03/2011)
       
   150 * Added a way to delete Quick Redirects easier.(03/01/2011)
       
   151 
       
   152 = 3.2.3 =
       
   153 * Fix New Window and No Follow attributes in themes with older menu calls. (12/29/10)
       
   154 = 3.2.2 =
       
   155 * Fix meta tag redirect method. Was broken because of new method of checking redirects with less query calls. (12/16/10)
       
   156 * Fix php code errors - still had some debugging code live that will cause some users to have problems.(12/16/10)
       
   157 = 3.2.1 =
       
   158 * limited test release - testing for some of 3.2.2 release fixes. (12/14/10)
       
   159 = 3.2 =
       
   160 * remove functions ppr_linktotarget, ppr_linktonorel, ppr_redirectto and ppr_linktometa.(12/10/2010) 
       
   161 * re-write functions to consolidate queries. (12/10/2010) 
       
   162 * added new filters for New menu structure to filter wp_nav_menu menus as well as old wp_page_menus functions. (12/10/2010) 
       
   163 * cleaned up new window and nofollow code to work more consistently. (12/10/2010) 
       
   164 = 3.1 =
       
   165 * Re-issue of 2.1 for immediate fix of issue with the 3.0 version.(6/21/2010)
       
   166 = 3.0 =
       
   167 * Enhance filter function in main class to reduce Database calls. (06/20/2010)
       
   168 = 2.1 =
       
   169 * Fix Bug - Open in New Window would not work unless Show Link URL was also selected. (3/12/2010)
       
   170 * Fix Bug - Add rel=nofollow would not work if Open in a New Window was not selected. (3/13/2010)
       
   171 * Fix Bug - Show Link, Add nofollow and Open in New Window would still work when redirect not active. (3/13/2010)
       
   172 * Added new preg_match_all and preg_replace calls to add target and nofollow links - more effecient and accuarte - noticed some cases where old funtion would add the items if a redirect link had the same URL. (3/13/2010) 
       
   173 = 2.0 =
       
   174 * Cosmetic code cleanup. (2/28/2010)
       
   175 * Remove warning and error messages created in 1.9 (2/28/2010)
       
   176 = 1.9 =
       
   177 * Added 'Open in New Window' Feature. (2/20/2010)
       
   178 * Added 'rel="nofollow"' attribute option for links that will redirect. (2/20/2010)
       
   179 * Added 'rewrite url/permalink' option to hide the regular link and replace it with the new re-write link anywhere the link is displayed on the site. (2/20/2010)
       
   180 * Hid the Custom Field Meta Data that the plugin uses - this is just to clean up the custom fields box. (2/20/2010)
       
   181 = 1.8 =
       
   182 * Added a new Quick 301 Redirects Page to allow adding of additional redirects that do not have Pages or Posts created for them. Based on Scott Nelle's Simple 301 Redirects plugin.(12/28/2009)
    81 = 1.7 =
   183 = 1.7 =
    82 * fix to correct meta redirect - moved "exit" commant to "addtoheader_theme" function. Also fixed the problem woth some pages not redirecting. Made the plugin WordPress MU compatible. (9/8/2009)
   184 * fix to correct meta redirect - moved "exit" command to "addtoheader_theme" function. Also fixed the problem with some pages not redirecting. Made the plugin WordPress MU compatible. (9/8/2009)
    83 = 1.6.1 =
   185 = 1.6.1 =
    84 * Small fix to correct the same problem as 1.6 for Category and Archive pages (9/1/2009) 
   186 * Small fix to correct the same problem as 1.6 for Category and Archive pages (9/1/2009) 
    85 = 1.6 =
   187 = 1.6 =
    86 * Fixed wrongfull redirect when the first blog post on home page (main blog page) has a redirect set up - this was redirecting the entire page incorrectly. This was only an issue with the first post on a page. (9/1/2009)
   188 * Fixed wrongful redirect when the first blog post on home page (main blog page) has a redirect set up - this was redirecting the entire page incorrectly. This was only an issue with the first post on a page. (9/1/2009)
    87 = 1.5 =
   189 = 1.5 =
    88 * Major re-Write of the plugin core function to hook WP at a later time to take advantage of the POST function - no sense re-creating the wheel. 
   190 * Major re-Write of the plugin core function to hook WP at a later time to take advantage of the POST function - no sense re-creating the wheel. 
    89 * Removed the 'no code' redirect, as it turns out, many browsers will not redirect properly without a code - sorry guys.
   191 * Removed the 'no code' redirect, as it turns out, many browsers will not redirect properly without a code - sorry guys.
    90 * Can have page/post as draft and still redirect - but ONLY after the post/page has first been published and then re-saved as draft (this will hopefully be a fix for a later version). (8/31/2009)
   192 * Can have page/post as draft and still redirect - but ONLY after the post/page has first been published and then re-saved as draft (this will hopefully be a fix for a later version). (8/31/2009)
    91 = 1.4 =
   193 = 1.4 =
    96 * Add easy Post/Page Edit Box (7/25/2009)
   198 * Add easy Post/Page Edit Box (7/25/2009)
    97 = 1.1 = 
   199 = 1.1 = 
    98 * Fix redirect for off site links (7/7/2009)
   200 * Fix redirect for off site links (7/7/2009)
    99 = 1.0 = 
   201 = 1.0 = 
   100 * Initial Plugin creation (7/1/2009)
   202 * Initial Plugin creation (7/1/2009)
       
   203 
       
   204 == Upgrade Notice ==
       
   205 
       
   206 = 4.2.3 =
       
   207 Fix for SSL sites - replaces WP_PLUGIN_URL constant with plugins_url() funsction for proper URL Protocol return.