YouTube Channel - Version 3.0.10.1

Version Description

(20170110) = * Fix Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ')' in /plugins/youtube-channel/inc/settings.php on line 218

Download this release

Release Info

Developer urkekg
Plugin Icon YouTube Channel
Version 3.0.10.1
Comparing to
See all releases

Code changes from version 3.0.10 to 3.0.10.1

Files changed (3) hide show
  1. inc/settings.php +1 -1
  2. readme.txt +4 -1
  3. youtube-channel.php +2 -2
inc/settings.php CHANGED
@@ -215,7 +215,7 @@ if ( ! class_exists( 'WPAU_YOUTUBE_CHANNEL_SETTINGS' ) ) {
215
  'description' => __( 'Define caching timeout for YouTube feeds, in seconds', 'youtube-channel' ),
216
  'class' => 'wide-text',
217
  'value' => isset( $this->defaults['cache'] ) ? $this->defaults['cache'] : '300',
218
- 'items' => $wpau_youtube_channel::cache_times_arr(),
219
  )
220
  );
221
  // Fetch
215
  'description' => __( 'Define caching timeout for YouTube feeds, in seconds', 'youtube-channel' ),
216
  'class' => 'wide-text',
217
  'value' => isset( $this->defaults['cache'] ) ? $this->defaults['cache'] : '300',
218
+ 'items' => $wpau_youtube_channel->cache_times_arr(),
219
  )
220
  );
221
  // Fetch
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://urosevic.net/wordpress/donate/?donate_for=youtube-channel
4
  Tags: youtube, channel, playlist, single, widget, widgets, youtube player, feed, video, thumbnail, embed, sidebar, iframe, html5, responsive
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
- Stable tag: 3.0.10
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -353,6 +353,9 @@ If you really need that missing feature ASAP, feel free to [contact me](urosevic
353
  If you don't wish to pay for enhancements (then you don't care would that be implemented in a week, month, year or so), then send new [Support topic](https://wordpress.org/support/plugin/youtube-channel) with *Topic title* in format **[Feature Request] ...**
354
 
355
  == Changelog ==
 
 
 
356
  = 3.0.10 (20161231) =
357
  * (20161225) Optimize: Remove `extract()` from shortcode parser
358
  * Code cleanup and fixing to be compliant with WordPress Core coding standards
4
  Tags: youtube, channel, playlist, single, widget, widgets, youtube player, feed, video, thumbnail, embed, sidebar, iframe, html5, responsive
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 3.0.10.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
353
  If you don't wish to pay for enhancements (then you don't care would that be implemented in a week, month, year or so), then send new [Support topic](https://wordpress.org/support/plugin/youtube-channel) with *Topic title* in format **[Feature Request] ...**
354
 
355
  == Changelog ==
356
+ = 3.0.10.1 (20170110) =
357
+ * Fix Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ')' in /plugins/youtube-channel/inc/settings.php on line 218
358
+
359
  = 3.0.10 (20161231) =
360
  * (20161225) Optimize: Remove `extract()` from shortcode parser
361
  * Code cleanup and fixing to be compliant with WordPress Core coding standards
youtube-channel.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: YouTube Channel
4
  Plugin URI: https://urosevic.net/wordpress/plugins/youtube-channel/
5
  Description: Quick and easy embed latest or random videos from YouTube channel (user uploads, liked or favourited videos) or playlist. Use <a href="widgets.php">widget</a> for sidebar or shortcode for content. Works with <em>YouTube Data API v3</em>.
6
- Version: 3.0.10
7
  Author: Aleksandar Urošević
8
  Author URI: https://urosevic.net/
9
  Text Domain: youtube-channel
@@ -18,7 +18,7 @@ if ( ! class_exists( 'WPAU_YOUTUBE_CHANNEL' ) ) {
18
  class WPAU_YOUTUBE_CHANNEL {
19
 
20
  const DB_VER = 15;
21
- const VER = '3.0.10';
22
 
23
  public $plugin_name = 'YouTube Channel';
24
  public $plugin_slug = 'youtube-channel';
3
  Plugin Name: YouTube Channel
4
  Plugin URI: https://urosevic.net/wordpress/plugins/youtube-channel/
5
  Description: Quick and easy embed latest or random videos from YouTube channel (user uploads, liked or favourited videos) or playlist. Use <a href="widgets.php">widget</a> for sidebar or shortcode for content. Works with <em>YouTube Data API v3</em>.
6
+ Version: 3.0.10.1
7
  Author: Aleksandar Urošević
8
  Author URI: https://urosevic.net/
9
  Text Domain: youtube-channel
18
  class WPAU_YOUTUBE_CHANNEL {
19
 
20
  const DB_VER = 15;
21
+ const VER = '3.0.10.1';
22
 
23
  public $plugin_name = 'YouTube Channel';
24
  public $plugin_slug = 'youtube-channel';