Skip to content

Commit

Permalink
update docs for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed May 30, 2009
1 parent ec624a8 commit c01d8c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*1.2.2* (30th May, 2009)

* add exit call after 301 redirect.
Thanks to http://github.com/tswicegood

*1.2.1* (26th April, 2009)

* bug for domains like:
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: whomwah
Donate Link: http://pledgie.org/campaigns/3803
Tags: revcanonical, shortening, links, simple, post, url
Requires at least: 2.6
Tested up to: 2.7.2
Stable tag: 1.2.1
Tested up to: 2.7.1
Stable tag: 1.2.2

A Wordpress plugin that creates and adds support for shortened urls plus the shortlink auto-discovery tag

Expand Down Expand Up @@ -46,7 +46,15 @@ Not sure is the simple answer, I currently run 2.7.2. If it works with ealier ve

= But my domain name is really long =

You can add you own shortened domain name if you own one via the settings page. It's up to you though, to point your shortened domain back to the longer one. I do this via a ProxyPass line in that domains conf file.
You can add you own shortened domain name if you own one via the settings page. This is for advanced users, as it's up to you to point your shortened domain back to the longer one. I do this via a ProxyPass line in that domains conf file. Here's my vhost.conf file. You can find out more about ProxyPass via the [Apache website](http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass).

`
<VirtualHost *:80>
ServerName littl.me
ServerAlias www.littl.me
ProxyPass / http://whomwah.com/
</VirtualHost>
`

= Can I contribute to revcanonical? =

Expand Down
2 changes: 1 addition & 1 deletion revcanonical.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: RevCanonical
Plugin URI: http://whomwah.github.com/revcanonical/
Description: Creates and adds support for shortened urls plus the shortlink auto-discovery tag
Version: 1.2.1
Version: 1.2.2
Author: Duncan Robertson
Author URI: http://whomwah.com
*/
Expand Down

0 comments on commit c01d8c0

Please sign in to comment.