Version Description
- Fixed warning: Cannot modify header information...
Download this release
Release Info
Developer | javitxu123 |
Plugin | Youtube Channel Gallery |
Version | 1.4.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.8 to 1.4.8.1
- readme.txt +4 -1
- youtube-channel-gallery.php +3 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://poselab.com/
|
|
4 |
Tags: widget, gallery, youtube, channel, user
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.4.1
|
7 |
-
Stable tag: 1.4.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -82,6 +82,9 @@ The username who uploaded a video to Youtube is located below each video, where
|
|
82 |
|
83 |
== Changelog ==
|
84 |
|
|
|
|
|
|
|
85 |
= 1.4.8 =
|
86 |
* Fixed bug with shortcode position.
|
87 |
* Deleted decimals to thumbnail heights.
|
4 |
Tags: widget, gallery, youtube, channel, user
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.4.1
|
7 |
+
Stable tag: 1.4.8.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
82 |
|
83 |
== Changelog ==
|
84 |
|
85 |
+
= 1.4.8.1 =
|
86 |
+
* Fixed warning: Cannot modify header information...
|
87 |
+
|
88 |
= 1.4.8 =
|
89 |
* Fixed bug with shortcode position.
|
90 |
* Deleted decimals to thumbnail heights.
|
youtube-channel-gallery.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
2 |
/*
|
3 |
Plugin Name: Youtube Channel Gallery
|
4 |
Plugin URI: http://www.poselab.com/
|
5 |
Description: Show a youtube video and a gallery of thumbnails for a youtube channel.
|
6 |
Author: Javier Gómez Pose
|
7 |
Author URI: http://www.poselab.com/
|
8 |
-
Version: 1.4.8
|
9 |
License: GPL2
|
10 |
|
11 |
Copyright 2010 Javier Gómez Pose (email : javierpose@gmail.com)
|
@@ -314,4 +314,4 @@
|
|
314 |
add_action( 'widgets_init', create_function( '', 'register_widget( "YoutubeChannelGallery_Widget" );' ) );
|
315 |
|
316 |
|
317 |
-
|
1 |
+
<?php
|
2 |
/*
|
3 |
Plugin Name: Youtube Channel Gallery
|
4 |
Plugin URI: http://www.poselab.com/
|
5 |
Description: Show a youtube video and a gallery of thumbnails for a youtube channel.
|
6 |
Author: Javier Gómez Pose
|
7 |
Author URI: http://www.poselab.com/
|
8 |
+
Version: 1.4.8.1
|
9 |
License: GPL2
|
10 |
|
11 |
Copyright 2010 Javier Gómez Pose (email : javierpose@gmail.com)
|
314 |
add_action( 'widgets_init', create_function( '', 'register_widget( "YoutubeChannelGallery_Widget" );' ) );
|
315 |
|
316 |
|
317 |
+
?>
|