From 7d2b6c4a21edded81ad2b9d72227dba7b97262f7 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 12 Sep 2009 16:53:31 -0400 Subject: [PATCH] update version info --- keyboard-navigation.php | 2 -- readme.txt | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/keyboard-navigation.php b/keyboard-navigation.php index 657132f..3c0e12d 100644 --- a/keyboard-navigation.php +++ b/keyboard-navigation.php @@ -6,8 +6,6 @@ Description: Attach keyboard navigation to blog entries. Version: 1.0 Author: John Bintz Author URI: http://www.coswellproductions.org/wordpress/ -Requires at least: 2.7 -Tested up to: 2.8.4 Copyright 2008-2009 John Bintz (email : jcoswell@coswellproductions.org) diff --git a/readme.txt b/readme.txt index 56f7ac9..81506a7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,14 +2,14 @@ Contributors: johncoswell Tags: comicpress, webcomics, posts, plugin, navigation Requires at least: 2.6.3 -Tested up to: 2.6.3 -Stable tag: 0.3 +Tested up to: 2.8.4 +Stable tag: 1.0 Keyboard Navigation easily adds JavaScript-based keyboard navigation to a WordPress site. == Description == -Keyboard Navigation uses CSS3 Selectors (via the Prototype JS library) to pluck navigational elements out of your pages and assign them to keyboard shortcuts. This sort of navigation is ideal for sites which have small, sequential archives (such as Webcomic sites). The plugin offers one assistive feature: you can enable the highlighting of the hyperlink elements that are being used to generate the navigation, and you can send selection errors to the Firebug console or to alert() messages. +Keyboard Navigation uses CSS 3 Selectors (via the Prototype JS library) to pluck navigational elements out of your pages and assign them to keyboard shortcuts. This sort of navigation is ideal for sites which have small, sequential archives (such as Webcomic sites). The plugin offers one assistive feature: you can enable the highlighting of the hyperlink elements that are being used to generate the navigation, and you can send selection errors to the Firebug console or to alert() messages. == Frequently Asked Questions ==