Skip to content

Commit

Permalink
1.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Sep 8, 2011
1 parent fac2a8d commit f520434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Smarter Navigation
Description: Generates more specific previous / next post links based on referrer.
Author: scribu
Version: 1.3-alpha2
Version: 1.3
Author URI: http://scribu.net
Plugin URI: http://scribu.net/wordpress/smarter-navigation
Expand All @@ -13,7 +13,7 @@
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
( at your option ) any later version.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
=== Smarter Navigation ===
Contributors: scribu
Donate link: http://scribu.net/paypal
Tags: navigation, previous, next, referrer
Requires at least: 2.8
Tested up to: 3.0
Stable tag: 1.2.1
Tested up to: 3.3
Stable tag: trunk

Generates more specific previous / next post links based on referrer.

Expand All @@ -22,7 +21,7 @@ Well, you can do this with a similar pair of functions, provided by this plugin:

Here's how it works:

Whenever a visitor goes to an archive page (category, tag, date, author, search etc.), the plugin stores the list of post ids in a cookie.
Whenever a visitor goes to an archive page (category, tag, date, author, search etc.), the plugin notes which archive it is in a browser cookie.

Then, if the visitor goes to a single post from that archive page, the plugin generates the prev / next links based on the information in the cookie.

Expand Down Expand Up @@ -68,7 +67,9 @@ Make sure your host is running PHP 5. Add this line to wp-config.php to check:
== Changelog ==

= 1.3 =
* adjusting referrer URL
* store query vars in cookie instead of individual post ids
* fix referer link
* [more info](http://scribu.net/wordpress/smarter-navigation/sn-1-3.html)

= 1.2.1 =
* enable $in_same_cat by default
Expand Down

0 comments on commit f520434

Please sign in to comment.