Changeset 1350085
- Timestamp:
- 02/13/2016 08:40:00 PM (10 years ago)
- Location:
- fixed-menu-anchor/trunk
- Files:
-
- 2 edited
-
fixed-menu-anchor.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fixed-menu-anchor/trunk/fixed-menu-anchor.php
r1350078 r1350085 7 7 /** 8 8 * Plugin Name: Fixed Menu Anchor 9 * Version: 1.0.3 9 * Version: 1.0.3.1 10 10 * Description: Having problems with a fixed header/menu which overlaps the target of an anchor? Use this plugin to jump just before the target so that the fixed header/menu does not overlap anymore. 11 11 * Author: Konrad Abicht, Marc Sauerwald -
fixed-menu-anchor/trunk/readme.txt
r1350078 r1350085 27 27 Please post us feature-requests and change-requests in this [online tool](http://www.tricider.com/brainstorming/36hMm5tEARp). You can even critize and vote existing ones. 28 28 29 = == News ===29 = News = 30 30 31 31 * **February 13th 2016:** We planning to release version 2.0 of this plugin soon. In the new, among other features, you can set a CSS class which tells the plugin to ignore anchor-clicks. That is very helpful in accordions or tabbed-menus. There is also a new channel to post feedback about this tool, which helps us to get an overview about the things you want (or dont want) in this plugin. 32 33 32 34 33 == Installation == … … 52 51 53 52 = 1.0.1 = 54 * Added support for `id` attribute (e.g. you can use <p id="foo"></p>)53 * Added support for `id` attribute (e.g. you can use \<p id="foo"\>\</p\>) 55 54 56 55 = 1.0.0 = 57 56 * First release; introducing a way to jump right before an anchor target 58 * Anchor target recognized using `name` attribute. (e.g. use <a name="foo"></a>)57 * Anchor target recognized using `name` attribute. (e.g. use \<a name="foo"\>\</a\>)
Note: See TracChangeset
for help on using the changeset viewer.