Changeset 414464
- Timestamp:
- 07/24/2011 11:24:44 AM (15 years ago)
- Location:
- fancybox-plus/trunk
- Files:
-
- 3 edited
-
fancybox-plus.php (modified) (1 diff)
-
libs/core.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fancybox-plus/trunk/fancybox-plus.php
r392248 r414464 6 6 Author: Puzich 7 7 Author URI: http://www.pferdecamp.us 8 Version: 1.0 8 Version: 1.0.1 9 9 Put in /wp-content/plugins/ of your Wordpress installation 10 10 */ -
fancybox-plus/trunk/libs/core.php
r392248 r414464 301 301 $output = ''; 302 302 // insert plugin link 303 if ( is_feed() && $this->get_option('video_showinfeed') == false) {303 if ( is_feed() ) { 304 304 // show video in feed or preview 305 305 if($this->get_option('video_showinfeed')) { -
fancybox-plus/trunk/readme.txt
r392248 r414464 7 7 Tags: fancybox, lightview, pretty photo, prettyphoto, images, lightbox, photo, image, ajax, picture, floatbox, overlay, thickbox, video, youtube, vimeo, blip.tv 8 8 Requires at least: 3.0 9 Tested up to: 3. 1.310 Stable tag: 1.0 9 Tested up to: 3.2.1 10 Stable tag: 1.0.1 11 11 12 12 Seamless integration of Fancybox (similar to Lightview, Lightbox, Thickbox, Floatbox) to create a nice overlay to display images and videos without the need to change html. Further it shows youtube, vimeo and blip.tv videos in the overlay. … … 37 37 == Changelog == 38 38 39 = 1.0.1 = 40 * [FIX] Feed appereance 41 39 42 = 1.0 = 40 [NEW] first release43 * [NEW] first release
Note: See TracChangeset
for help on using the changeset viewer.