Upgrade notes:
* You may use the autmoated plugin updater in WordPress 2.5+ with this plugin, but make sure you read the upgrade notes of the latest version after upgrading.
* If you are upgrading from GoCodes 1.1.1 or prior, remove the gocodes.php file, and upload the new gocodes directory. To ensure compatibility with WordPress 2.5, some changes were made that expect gocodes.php to reside in a /gocodes subdirectory
* If you are upgrading from a version prior to 1.2.1, you must update your .htaccess file again. Change the line RewriteRule ^go/([A-Za-z0-9]+)/?$ /index.php?gocode=$1 [L,R] to RewriteRule ^go/([a-zA-Z0-9_-]*)/?$ /index.php?gocode=$1 [L,R].
There seems to be a conflict with the WP Super Cache plugin where a redirect will only work once before the cache is cleared. There are a couple of workarounds:
RewriteCond %{QUERYSTRING} !.gocode=. RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTPHOST}/$1/index.html [L]




