Changeset 605529
- Timestamp:
- 09/28/2012 09:56:57 PM (14 years ago)
- Location:
- tubepress/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
sys/classes/org/tubepress/impl/options/DefaultOptionDescriptorReference.class.php (modified) (1 diff)
-
tubepress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tubepress/trunk/readme.txt
r589809 r605529 31 31 32 32 == Changelog == 33 = 2.4.5 = 34 * Now accepts new format of YouTube playlist IDs 33 35 34 36 = 2.4.4 = -
tubepress/trunk/sys/classes/org/tubepress/impl/options/DefaultOptionDescriptorReference.class.php
r589809 r605529 556 556 $option->setLabel('This YouTube playlist'); //>(translatable)< 557 557 $option->setExcludedProviders(self::$_providerArrayVimeo); 558 $option->setValidValueRegex( self::$_regexWordChars);558 $option->setValidValueRegex('/[\w-]+/'); 559 559 $this->register($option); 560 560 -
tubepress/trunk/tubepress.php
r589809 r605529 5 5 Description: 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! 6 6 Author: Eric D. Hough 7 Version: 2.4. 47 Version: 2.4.5 8 8 Author URI: http://ehough.com 9 9
Note: See TracChangeset
for help on using the changeset viewer.