Plugin Directory

Changeset 159015


Ignore:
Timestamp:
09/29/2009 04:33:37 PM (17 years ago)
Author:
Hackadelic
Message:

tagging 1.6.2.1

Location:
hackadelic-sliding-notes/tags/1.6.2.1
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hackadelic-sliding-notes/tags/1.6.2.1/hackadelic-sliders.php

    r136178 r159015  
    33/*
    44Plugin Name: Hackadelic Sliding Notes
    5 Version: 1.6.2
     5Version: 1.6.2.1
    66Plugin URI: http://hackadelic.com/solutions/wordpress/sliding-notes
    77Description: Ajax sliders for content fragments
     
    1616    var $info = array( // Make sure this is equal to the information in the plug-in header!
    1717        'title' => 'Hackadelic Sliding Notes',
    18         'version' => '1.6.2',
     18        'version' => '1.6.2.1',
    1919        'slug' => 'sliding-notes');
    2020
     
    9898            $content = "<p>${content}</p>";
    9999            $content = preg_replace(
    100                 '@<p.*?></p>$@i',
     100                '@<p[^>]*?></p>$@i',
    101101                '',
    102102                $content );
  • hackadelic-sliding-notes/tags/1.6.2.1/readme.txt

    r136178 r159015  
    55Requires at least: 2.6
    66Tested up to: 2.8.1
    7 Stable tag: 1.6.2
     7Stable tag: 1.6.2.1
    88
    99Ajax sliders for content fragments. Fancy replacement for foot- and other notes.
     
    1818
    1919== 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.
    2024
    2125### 1.6.2 - "More W3C"
Note: See TracChangeset for help on using the changeset viewer.