Plugin Directory

Changeset 166688


Ignore:
Timestamp:
10/24/2009 11:23:28 PM (16 years ago)
Author:
Hackadelic
Message:

tagging 1.7.0

Location:
hackadelic-table-of-content-boxes
Files:
1 deleted
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • hackadelic-table-of-content-boxes/tags/1.7.0/hackadelic-toc.php

    r166687 r166688  
    22/*
    33Plugin Name: Hackadelic SEO Table Of Contents
    4 Version: 1.6.1dev0
     4Version: 1.7.0
    55Plugin URI: http://hackadelic.com/solutions/wordpress/toc-boxes
    66Description: Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages.
     
    6969    var $info = array( // Make sure this is equal to the information in the plug-in header!
    7070        'title' => 'Hackadelic SEO Table Of Contents',
    71         'version' => '1.6.1',
     71        'version' => '1.7.0',
    7272        'slug' => 'toc-boxes');
    7373
  • hackadelic-table-of-content-boxes/tags/1.7.0/readme.txt

    r166687 r166688  
    55Requires at least: 2.6
    66Tested up to: 2.8.5
    7 Stable tag: 1.6.0
     7Stable tag: 1.7.0
    88
    99Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages.
     
    1515== Changelog ==
    1616
    17 #### 1.6.1
     17#### 1.7.0
    1818
    1919* TOC box dynamic effects are now optional (and jQuery is not loaded when turned off).
  • hackadelic-table-of-content-boxes/trunk/hackadelic-toc.php

    r166687 r166688  
    22/*
    33Plugin Name: Hackadelic SEO Table Of Contents
    4 Version: 1.6.1dev0
     4Version: 1.7.0
    55Plugin URI: http://hackadelic.com/solutions/wordpress/toc-boxes
    66Description: Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages.
     
    6969    var $info = array( // Make sure this is equal to the information in the plug-in header!
    7070        'title' => 'Hackadelic SEO Table Of Contents',
    71         'version' => '1.6.1',
     71        'version' => '1.7.0',
    7272        'slug' => 'toc-boxes');
    7373
  • hackadelic-table-of-content-boxes/trunk/readme.txt

    r166687 r166688  
    55Requires at least: 2.6
    66Tested up to: 2.8.5
    7 Stable tag: 1.6.0
     7Stable tag: 1.7.0
    88
    99Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages.
     
    1515== Changelog ==
    1616
    17 #### 1.6.1
     17#### 1.7.0
    1818
    1919* TOC box dynamic effects are now optional (and jQuery is not loaded when turned off).
Note: See TracChangeset for help on using the changeset viewer.