Plugin Directory

Changeset 1172132

Timestamp:
06/01/2015 07:41:40 PM (9 years ago)
Author:
a.hoereth
Message:

Pushing to 2.0.1

Location:
featured-video-plus
Files:
12 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • featured-video-plus/tags/2.0.1/featured-video-plus.php

    r1172119 r1172132  
    44Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/
    55Description: Add Featured Videos to your posts and pages.
    6 Version: 2.0.0
     6Version: 2.0.
    77Author: Alexander Höreth
    88Author URI: http://yrnxt.com
     
    3333// CONSTANTS
    3434if ( ! defined( 'FVP_VERSION' ) ) {
    35     define( 'FVP_VERSION', '1.9.2' );
     35    define( 'FVP_VERSION', '' );
    3636}
    3737
  • featured-video-plus/tags/2.0.1/readme.txt

    r1172119 r1172132  
    1111Requires at least: 3.7
    1212Tested up to: 4.2.2
    13 Stable tag: 2.0.0
     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.
  • featured-video-plus/trunk/featured-video-plus.php

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

    r1172119 r1172132  
    1111Requires at least: 3.7
    1212Tested up to: 4.2.2
    13 Stable tag: 2.0.0
     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.
Note: See TracChangeset for help on using the changeset viewer.