Plugin Directory

Changeset 806708

Timestamp:
11/19/2013 10:13:28 AM (11 years ago)
Author:
orosznyet
Message:

1.02 update for missing settings link

Location:
onet-auto-headline-anchor
Files:
45 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • onet-auto-headline-anchor/trunk/onet-auto-headline-anchor.php

    r806691 r806708  
    44Plugin Name:  ONet Auto Headline Anchor
    55Plugin URI:   http://onetdev.com/repo/onet-regen-thumbnails
    6 Description:  For advanced users! Github-like headline parser for your posts, pages and custom contents. Also lets you fetch TOC of any content.
     6Description:  For advanced users! Github-like headline parser for your posts, pages and custom contents. Also lets you fetch TOC any content.
    77Git:          https://bitbucket.org/orosznyet/auto-headline-anchor
    8 Version:      1.01
     8Version:      1.0
    99Author:       József Koller
    1010Author URI:   http://www.onetdev.com
     
    111111
    112112        # Apply filters
    113         add_filter('plugin_action_links_'.$plugin, array($this, 'plugin_page_link')); // Link to the settings
     113        add_filter('plugin_action_links_'. array($this, 'plugin_page_link')); // Link to the settings
    114114        add_filter('the_content',                   array($this, 'pre_parse') );
    115115        add_filter('onet_aha_parse',                array($this, 'perform_parse') );
  • onet-auto-headline-anchor/trunk/readme.md

    r806691 r806708  
    2929## Changelog
    3030
     31
     32
     33
    3134### 1.01
    3235* Updated readme details
  • onet-auto-headline-anchor/trunk/readme.txt

    r806694 r806708  
    55Requires at least: 3.5
    66Tested up to: 3.7.1
    7 Stable tag: 1.01
     7Stable tag: 1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52
     53
     54
    5255= 1.01 =
    5356* Updated readme details
     
    5962== Upgrade Notice ==
    6063
     64
     65
     66
    6167= 1.01 =
    6268Negligible update with few text changes.
Note: See TracChangeset for help on using the changeset viewer.