Plugin Directory

Changeset 605529


Ignore:
Timestamp:
09/28/2012 09:56:57 PM (14 years ago)
Author:
k2eric
Message:

Updating to 2.4.5

Location:
tubepress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tubepress/trunk/readme.txt

    r589809 r605529  
    3131
    3232== Changelog ==
     33= 2.4.5 =
     34* Now accepts new format of YouTube playlist IDs
    3335
    3436= 2.4.4 =
  • tubepress/trunk/sys/classes/org/tubepress/impl/options/DefaultOptionDescriptorReference.class.php

    r589809 r605529  
    556556        $option->setLabel('This YouTube playlist');                                                                                                                                                                                                                                                                                                          //>(translatable)<
    557557        $option->setExcludedProviders(self::$_providerArrayVimeo);
    558         $option->setValidValueRegex(self::$_regexWordChars);
     558        $option->setValidValueRegex('/[\w-]+/');
    559559        $this->register($option);
    560560
  • tubepress/trunk/tubepress.php

    r589809 r605529  
    55Description: Displays gorgeous YouTube and Vimeo galleries in your posts, pages, and/or sidebar. Upgrade to <a href="http://tubepress.org/download/">TubePress Pro</a> for more features!
    66Author: Eric D. Hough
    7 Version: 2.4.4
     7Version: 2.4.5
    88Author URI: http://ehough.com
    99
Note: See TracChangeset for help on using the changeset viewer.