Plugin Directory

Changeset 1172256

Timestamp:
06/01/2015 09:36:35 PM (9 years ago)
Author:
a.hoereth
Message:

Version 2.0.3 - fix for old PHP versions.

Location:
featured-video-plus
Files:
12 deleted
6 edited
7 copied

Legend:

Unmodified
Added
Removed
  • featured-video-plus/tags/2.0.3/CHANGELOG.md

    r1172204 r1172256  
    11# Changelog #
    22
    3 ## 2.0.0, 2.0.1, 2.0.2: 2015-06-01 ##
     3## 2.0.0, 2.0.1, 2.0.2: 2015-06-01 ##
    44* __Requires WordPress 3.7 or higher now!__ This reflects versions of WordPress which are "officially" [supported](https://codex.wordpress.org/Supported_Versions). The plugin will from now on try to stick to supporting all versions listed there.
    55* Major code refactor which results in many bugs scrubbed.
  • featured-video-plus/tags/2.0.3/README.md

    r1172204 r1172256  
    8080## Upgrade Notice ##
    8181
    82 ### 2.0.2 ###
     82### 2.0. ###
    8383Only upgrade when using WordPress 3.7 or higher! Big refactor with support for more video providers.
    8484
  • featured-video-plus/tags/2.0.3/featured-video-plus.php

    r1172204 r1172256  
    44Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/
    55Description: Add Featured Videos to your posts and pages.
    6 Version: 2.0.2
     6Version: 2.0.
    77Author: Alexander Höreth
    88Author URI: http://yrnxt.com
     
    3333// CONSTANTS
    3434if ( ! defined( 'FVP_VERSION' ) ) {
    35     define( 'FVP_VERSION', '2.0.2' );
     35    define( 'FVP_VERSION', '2.0.' );
    3636}
    3737
  • featured-video-plus/tags/2.0.3/php/class-html.php

    r1172119 r1172256  
    398398    public static function tabbed( $tabs ) {
    399399        // render each tab
    400         $rendered = [];
     400        $rendered = ;
    401401        foreach ( $tabs as $title => $content ) {
    402402            $hook = sanitize_file_name( $title );
  • featured-video-plus/tags/2.0.3/readme.txt

    r1172204 r1172256  
    1111Requires at least: 3.7
    1212Tested up to: 4.2.2
    13 Stable tag: 2.0.2
     13Stable tag: 2.0.
    1414
    1515Add Featured Videos to your posts and pages. Works like magic with most themes which use Featured Images. Local Media, YouTube, Vimeo and many more.
     
    107107== Upgrade Notice ==
    108108
    109 = 2.0.2 =
     109= 2.0. =
    110110Only upgrade when using WordPress 3.7 or higher! Big refactor with support for more video providers.
    111111
     
    114114== Changelog ==
    115115
    116 = 2.0.0, 2.0.1, 2.0.2: 2015-06-01 =
     116= 2.0.0, 2.0.1, 2.0.2: 2015-06-01 =
    117117* __Requires WordPress 3.7 or higher now!__ This reflects versions of WordPress which are "officially" [supported](https://codex.wordpress.org/Supported_Versions). The plugin will from now on try to stick to supporting all versions listed there.
    118118* Major code refactor which results in many bugs scrubbed.
  • featured-video-plus/trunk/CHANGELOG.md

    r1172204 r1172256  
    11# Changelog #
    22
    3 ## 2.0.0, 2.0.1, 2.0.2: 2015-06-01 ##
     3## 2.0.0, 2.0.1, 2.0.2: 2015-06-01 ##
    44* __Requires WordPress 3.7 or higher now!__ This reflects versions of WordPress which are "officially" [supported](https://codex.wordpress.org/Supported_Versions). The plugin will from now on try to stick to supporting all versions listed there.
    55* Major code refactor which results in many bugs scrubbed.
  • featured-video-plus/trunk/README.md

    r1172204 r1172256  
    8080## Upgrade Notice ##
    8181
    82 ### 2.0.2 ###
     82### 2.0. ###
    8383Only upgrade when using WordPress 3.7 or higher! Big refactor with support for more video providers.
    8484
  • featured-video-plus/trunk/featured-video-plus.php

    r1172204 r1172256  
    44Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/
    55Description: Add Featured Videos to your posts and pages.
    6 Version: 2.0.2
     6Version: 2.0.
    77Author: Alexander Höreth
    88Author URI: http://yrnxt.com
     
    3333// CONSTANTS
    3434if ( ! defined( 'FVP_VERSION' ) ) {
    35     define( 'FVP_VERSION', '2.0.2' );
     35    define( 'FVP_VERSION', '2.0.' );
    3636}
    3737
  • featured-video-plus/trunk/php/class-html.php

    r1172119 r1172256  
    398398    public static function tabbed( $tabs ) {
    399399        // render each tab
    400         $rendered = [];
     400        $rendered = ;
    401401        foreach ( $tabs as $title => $content ) {
    402402            $hook = sanitize_file_name( $title );
  • featured-video-plus/trunk/readme.txt

    r1172204 r1172256  
    1111Requires at least: 3.7
    1212Tested up to: 4.2.2
    13 Stable tag: 2.0.2
     13Stable tag: 2.0.
    1414
    1515Add Featured Videos to your posts and pages. Works like magic with most themes which use Featured Images. Local Media, YouTube, Vimeo and many more.
     
    107107== Upgrade Notice ==
    108108
    109 = 2.0.2 =
     109= 2.0. =
    110110Only upgrade when using WordPress 3.7 or higher! Big refactor with support for more video providers.
    111111
     
    114114== Changelog ==
    115115
    116 = 2.0.0, 2.0.1, 2.0.2: 2015-06-01 =
     116= 2.0.0, 2.0.1, 2.0.2: 2015-06-01 =
    117117* __Requires WordPress 3.7 or higher now!__ This reflects versions of WordPress which are "officially" [supported](https://codex.wordpress.org/Supported_Versions). The plugin will from now on try to stick to supporting all versions listed there.
    118118* Major code refactor which results in many bugs scrubbed.
Note: See TracChangeset for help on using the changeset viewer.