Changeset 166688
- Timestamp:
- 10/24/2009 11:23:28 PM (16 years ago)
- Location:
- hackadelic-table-of-content-boxes
- Files:
-
- 1 deleted
- 2 edited
- 5 copied
-
tags/1.7.0 (copied) (copied from hackadelic-table-of-content-boxes/trunk)
-
tags/1.7.0/common (copied) (copied from hackadelic-table-of-content-boxes/trunk/common)
-
tags/1.7.0/hackadelic-toc-settings.php (copied) (copied from hackadelic-table-of-content-boxes/trunk/hackadelic-toc-settings.php)
-
tags/1.7.0/hackadelic-toc.php (copied) (copied from hackadelic-table-of-content-boxes/trunk/hackadelic-toc.php) (2 diffs)
-
tags/1.7.0/readme.txt (copied) (copied from hackadelic-table-of-content-boxes/trunk/readme.txt) (2 diffs)
-
trunk/hackadelic-toc-admx.php (deleted)
-
trunk/hackadelic-toc.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hackadelic-table-of-content-boxes/tags/1.7.0/hackadelic-toc.php
r166687 r166688 2 2 /* 3 3 Plugin Name: Hackadelic SEO Table Of Contents 4 Version: 1. 6.1dev04 Version: 1.7.0 5 5 Plugin URI: http://hackadelic.com/solutions/wordpress/toc-boxes 6 6 Description: Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages. … … 69 69 var $info = array( // Make sure this is equal to the information in the plug-in header! 70 70 'title' => 'Hackadelic SEO Table Of Contents', 71 'version' => '1. 6.1',71 'version' => '1.7.0', 72 72 'slug' => 'toc-boxes'); 73 73 -
hackadelic-table-of-content-boxes/tags/1.7.0/readme.txt
r166687 r166688 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.5 7 Stable tag: 1. 6.07 Stable tag: 1.7.0 8 8 9 9 Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages. … … 15 15 == Changelog == 16 16 17 #### 1. 6.117 #### 1.7.0 18 18 19 19 * 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 2 2 /* 3 3 Plugin Name: Hackadelic SEO Table Of Contents 4 Version: 1. 6.1dev04 Version: 1.7.0 5 5 Plugin URI: http://hackadelic.com/solutions/wordpress/toc-boxes 6 6 Description: Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages. … … 69 69 var $info = array( // Make sure this is equal to the information in the plug-in header! 70 70 'title' => 'Hackadelic SEO Table Of Contents', 71 'version' => '1. 6.1',71 'version' => '1.7.0', 72 72 'slug' => 'toc-boxes'); 73 73 -
hackadelic-table-of-content-boxes/trunk/readme.txt
r166687 r166688 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.5 7 Stable tag: 1. 6.07 Stable tag: 1.7.0 8 8 9 9 Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages. … … 15 15 == Changelog == 16 16 17 #### 1. 6.117 #### 1.7.0 18 18 19 19 * 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.