Changeset 159015
- Timestamp:
- 09/29/2009 04:33:37 PM (17 years ago)
- Location:
- hackadelic-sliding-notes/tags/1.6.2.1
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from hackadelic-sliding-notes/tags/1.6.2)
-
hackadelic-sliders.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hackadelic-sliding-notes/tags/1.6.2.1/hackadelic-sliders.php
r136178 r159015 3 3 /* 4 4 Plugin Name: Hackadelic Sliding Notes 5 Version: 1.6.2 5 Version: 1.6.2.1 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.2 ',18 'version' => '1.6.2.1', 19 19 'slug' => 'sliding-notes'); 20 20 … … 98 98 $content = "<p>${content}</p>"; 99 99 $content = preg_replace( 100 '@<p .*?></p>$@i',100 '@<p[^>]*?></p>$@i', 101 101 '', 102 102 $content ); -
hackadelic-sliding-notes/tags/1.6.2.1/readme.txt
r136178 r159015 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.1 7 Stable tag: 1.6.2 7 Stable tag: 1.6.2.1 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.2.1 - "UnRegular Express" 22 23 * Workaround for a glitch in regular expression handling that caused flawed patterns matching behavior in some PHP environments/versions, which again caused some notes to render wrongly. 20 24 21 25 ### 1.6.2 - "More W3C"
Note: See TracChangeset
for help on using the changeset viewer.