update version info
This commit is contained in:
parent
41617f42f1
commit
7d2b6c4a21
@ -6,8 +6,6 @@ Description: Attach keyboard navigation to blog entries.
|
|||||||
Version: 1.0
|
Version: 1.0
|
||||||
Author: John Bintz
|
Author: John Bintz
|
||||||
Author URI: http://www.coswellproductions.org/wordpress/
|
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)
|
Copyright 2008-2009 John Bintz (email : jcoswell@coswellproductions.org)
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
Contributors: johncoswell
|
Contributors: johncoswell
|
||||||
Tags: comicpress, webcomics, posts, plugin, navigation
|
Tags: comicpress, webcomics, posts, plugin, navigation
|
||||||
Requires at least: 2.6.3
|
Requires at least: 2.6.3
|
||||||
Tested up to: 2.6.3
|
Tested up to: 2.8.4
|
||||||
Stable tag: 0.3
|
Stable tag: 1.0
|
||||||
|
|
||||||
Keyboard Navigation easily adds JavaScript-based keyboard navigation to a WordPress site.
|
Keyboard Navigation easily adds JavaScript-based keyboard navigation to a WordPress site.
|
||||||
|
|
||||||
== Description ==
|
== 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 ==
|
== Frequently Asked Questions ==
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user