Changeset 206920
- Timestamp:
- 02/17/2010 08:20:37 AM (16 years ago)
- Location:
- hackadelic-sliding-notes
- Files:
-
- 5 edited
- 2 copied
-
tags/1.6.3.2 (copied) (copied from hackadelic-sliding-notes/tags/1.6.3.1)
-
tags/1.6.3.2/hackadelic-sliders.php (copied) (copied from hackadelic-sliding-notes/tags/1.6.3.1/hackadelic-sliders.php) (3 diffs)
-
tags/1.6.3.2/readme.txt (modified) (2 diffs)
-
tags/1.6.3.2/template.settings.php (modified) (1 diff)
-
trunk/hackadelic-sliders.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/template.settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hackadelic-sliding-notes/tags/1.6.3.2/hackadelic-sliders.php
r177218 r206920 3 3 /* 4 4 Plugin Name: Hackadelic Sliding Notes 5 Version: 1.6. 3.15 Version: 1.6.4 6 6 Plugin URI: http://hackadelic.com/solutions/wordpress/sliding-notes 7 7 Description: Ajax sliders for content fragments … … 16 16 var $info = array( // Make sure this is equal to the information in the plug-in header! 17 17 'title' => 'Hackadelic Sliding Notes', 18 'version' => '1.6. 3+',18 'version' => '1.6.4', 19 19 'slug' => 'sliding-notes'); 20 20 … … 216 216 <!-- END <?php echo "$plugin->title $plugin->version" ?> --> 217 217 <?php endif ?> 218 <?php include 'common/xsig.php';218 <?php include dirname(__FILE__) . '/common/xsig.php'; 219 219 } 220 220 -
hackadelic-sliding-notes/tags/1.6.3.2/readme.txt
r177144 r206920 4 4 Tags: shortcode, AJAX, post, page, content, slide 5 5 Requires at least: 2.6 6 Tested up to: 2. 8.57 Stable tag: 1.6. 3.16 Tested up to: 2.9.2 7 Stable tag: 1.6.4 8 8 9 9 Ajax sliders for content fragments. Fancy replacement for foot- and other notes. … … 18 18 19 19 == Changelog == 20 21 #### 1.6.4 22 23 * Fixing an include path issue that appeared in some (rare) server environments 24 * Verifying compatibiltiy with WP 2.9.2 20 25 21 26 #### 1.6.3.1 -
hackadelic-sliding-notes/tags/1.6.3.2/template.settings.php
r177144 r206920 10 10 <?php 11 11 $slugHome = $slugWP = $plugin->slug; 12 include 'common/xadm.php'12 include dirname(__FILE__) . '/common/xadm.php' 13 13 ?> 14 14 <div style="margin-right:180px"> -
hackadelic-sliding-notes/trunk/hackadelic-sliders.php
r177218 r206920 3 3 /* 4 4 Plugin Name: Hackadelic Sliding Notes 5 Version: 1.6. 3.15 Version: 1.6.4 6 6 Plugin URI: http://hackadelic.com/solutions/wordpress/sliding-notes 7 7 Description: Ajax sliders for content fragments … … 16 16 var $info = array( // Make sure this is equal to the information in the plug-in header! 17 17 'title' => 'Hackadelic Sliding Notes', 18 'version' => '1.6. 3+',18 'version' => '1.6.4', 19 19 'slug' => 'sliding-notes'); 20 20 … … 216 216 <!-- END <?php echo "$plugin->title $plugin->version" ?> --> 217 217 <?php endif ?> 218 <?php include 'common/xsig.php';218 <?php include dirname(__FILE__) . '/common/xsig.php'; 219 219 } 220 220 -
hackadelic-sliding-notes/trunk/readme.txt
r177144 r206920 4 4 Tags: shortcode, AJAX, post, page, content, slide 5 5 Requires at least: 2.6 6 Tested up to: 2. 8.57 Stable tag: 1.6. 3.16 Tested up to: 2.9.2 7 Stable tag: 1.6.4 8 8 9 9 Ajax sliders for content fragments. Fancy replacement for foot- and other notes. … … 18 18 19 19 == Changelog == 20 21 #### 1.6.4 22 23 * Fixing an include path issue that appeared in some (rare) server environments 24 * Verifying compatibiltiy with WP 2.9.2 20 25 21 26 #### 1.6.3.1 -
hackadelic-sliding-notes/trunk/template.settings.php
r166695 r206920 10 10 <?php 11 11 $slugHome = $slugWP = $plugin->slug; 12 include 'common/xadm.php'12 include dirname(__FILE__) . '/common/xadm.php' 13 13 ?> 14 14 <div style="margin-right:180px">
Note: See TracChangeset
for help on using the changeset viewer.