Plugin Directory

Changeset 1350085


Ignore:
Timestamp:
02/13/2016 08:40:00 PM (10 years ago)
Author:
k00ni
Message:

corrected readme.txt file (moved News section to front page, protected HTML tags to show code properly)

Location:
fixed-menu-anchor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fixed-menu-anchor/trunk/fixed-menu-anchor.php

    r1350078 r1350085  
    77/**
    88 * Plugin Name: Fixed Menu Anchor
    9  * Version: 1.0.3
     9 * Version: 1.0.3.1
    1010 * 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.
    1111 * Author: Konrad Abicht, Marc Sauerwald
  • fixed-menu-anchor/trunk/readme.txt

    r1350078 r1350085  
    2727Please 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.
    2828
    29 === News ===
     29= News =
    3030
    3131* **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 
    3332
    3433== Installation ==
     
    5251
    5352= 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\>)
    5554
    5655= 1.0.0 =
    5756* 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.