Changeset 173318
- Timestamp:
- 11/13/2009 10:45:49 PM (16 years ago)
- Location:
- hackadelic-table-of-content-boxes
- Files:
-
- 4 edited
- 1 copied
-
tags/1.7.1 (copied) (copied from hackadelic-table-of-content-boxes/trunk)
-
tags/1.7.1/common/xadm.php (modified) (1 diff)
-
tags/1.7.1/readme.txt (modified) (2 diffs)
-
trunk/common/xadm.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hackadelic-table-of-content-boxes/tags/1.7.1/common/xadm.php
r166687 r173318 91 91 <hr size="0" /> 92 92 <center><small> 93 <!-- License --><?php if (@!$license) $license = ' AGPL'; ?>93 <!-- License --><?php if (@!$license) $license = 'GPL'; ?> 94 94 <?php include "license.$license.php" ?> 95 95 <!-- /License --> -
hackadelic-table-of-content-boxes/tags/1.7.1/readme.txt
r166778 r173318 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.5 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 9 9 Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages. … … 14 14 15 15 == Changelog == 16 17 #### 1.7.1 18 19 * Fixing a packaging glitch 16 20 17 21 #### 1.7.0 -
hackadelic-table-of-content-boxes/trunk/common/xadm.php
r166687 r173318 91 91 <hr size="0" /> 92 92 <center><small> 93 <!-- License --><?php if (@!$license) $license = ' AGPL'; ?>93 <!-- License --><?php if (@!$license) $license = 'GPL'; ?> 94 94 <?php include "license.$license.php" ?> 95 95 <!-- /License --> -
hackadelic-table-of-content-boxes/trunk/readme.txt
r166778 r173318 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.5 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 9 9 Easy to use, freely positionable, fancy AJAX-style table of contents for WordPress posts and pages. … … 14 14 15 15 == Changelog == 16 17 #### 1.7.1 18 19 * Fixing a packaging glitch 16 20 17 21 #### 1.7.0
Note: See TracChangeset
for help on using the changeset viewer.