Skip to content

Commit

Permalink
Update readme; bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Dec 5, 2013
1 parent 3c33f15 commit a74c801
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions readme.txt
@@ -1,15 +1,15 @@
=== Safe Redirect Manager ===
Contributors: tlovett1, tollmanz, taylorde, 10up, jakemgold, danielbachhuber, VentureBeat
Tags: http redirects, redirect manager, url redirection, safe http redirection
Tags: http redirects, redirect manager, url redirection, safe http redirection, multisite redirects
Requires at least: 3.1
Tested up to: 3.5.1
Stable tag: 1.7
Tested up to: 3.8
Stable tag: 1.7.1

Safely and easily manage your website's HTTP redirects.

== Description ==

Safe Redirect Manager is a HTTP redirect manager for WordPress. An easy-to-use UI allows you to redirect locations to new URL's with the HTTP status codes of your choosing. The plugin uses the wp_safe_redirect function which only allows redirects to whitelisted hosts for security purposes. The plugin automatically handles whitelisting hosts for you.
Safe Redirect Manager is a HTTP redirect manager for WordPress. An easy-to-use UI allows you to redirect locations to new URL's with the HTTP status codes of your choosing. The plugin uses the wp_safe_redirect function which only allows redirects to whitelisted hosts for security purposes. The plugin automatically handles whitelisting hosts for you. This plugin works great with Multisite.

[Fork the plugin on GitHub.](https://github.com/tlovett1/Safe-Redirect-Manager)

Expand All @@ -24,6 +24,11 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc

== Changelog ==

= 1.7.1 (Dec. 12, 2013) =
* Add 307 redirect status code. Thanks [lgedeon](https://github.com/lgedeon)
* Plugin textdomain should be loaded on init
* Add status code labels to creation dropdown. Thanks Chancey Mathews

= 1.7 (Apr. 6, 2013) =
* Return redirect_from on get_permalink. Thanks [simonwheatley](https://github.com/simonwheatley)
* Allow for regex replacement in from/to redirects
Expand Down
2 changes: 1 addition & 1 deletion safe-redirect-manager.php
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://www.10up.com
Description: Easily and safely manage HTTP redirects.
Author: Taylor Lovett (10up LLC), VentureBeat
Version: 1.7
Version: 1.7.1
Author URI: http://www.10up.com
GNU General Public License, Free Software Foundation <http://creativecommons.org/licenses/GPL/2.0/>
Expand Down

0 comments on commit a74c801

Please sign in to comment.