Changeset 1172132
- Timestamp:
- 06/01/2015 07:41:40 PM (11 years ago)
- Location:
- featured-video-plus
- Files:
-
- 12 deleted
- 4 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from featured-video-plus/trunk)
-
tags/2.0.1/css (deleted)
-
tags/2.0.1/featured-video-plus.php (modified) (2 diffs)
-
tags/2.0.1/js/backend.js (deleted)
-
tags/2.0.1/js/backend.min.js (deleted)
-
tags/2.0.1/js/backend_35.js (deleted)
-
tags/2.0.1/js/backend_pre35.js (deleted)
-
tags/2.0.1/js/settings.js (deleted)
-
tags/2.0.1/php/backend.php (deleted)
-
tags/2.0.1/php/frontend.php (deleted)
-
tags/2.0.1/php/general.php (deleted)
-
tags/2.0.1/php/settings.php (deleted)
-
tags/2.0.1/php/somatic_attach_external_image.php (deleted)
-
tags/2.0.1/php/upgrade.php (deleted)
-
tags/2.0.1/readme.txt (modified) (1 diff)
-
trunk/featured-video-plus.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featured-video-plus/tags/2.0.1/featured-video-plus.php
r1172119 r1172132 4 4 Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/ 5 5 Description: Add Featured Videos to your posts and pages. 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: Alexander Höreth 8 8 Author URI: http://yrnxt.com … … 33 33 // CONSTANTS 34 34 if ( ! defined( 'FVP_VERSION' ) ) { 35 define( 'FVP_VERSION', ' 1.9.2' );35 define( 'FVP_VERSION', '2.0.1' ); 36 36 } 37 37 -
featured-video-plus/tags/2.0.1/readme.txt
r1172119 r1172132 11 11 Requires at least: 3.7 12 12 Tested up to: 4.2.2 13 Stable tag: 2.0. 013 Stable tag: 2.0.1 14 14 15 15 Add 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 4 4 Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/ 5 5 Description: Add Featured Videos to your posts and pages. 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: Alexander Höreth 8 8 Author URI: http://yrnxt.com … … 33 33 // CONSTANTS 34 34 if ( ! defined( 'FVP_VERSION' ) ) { 35 define( 'FVP_VERSION', ' 1.9.2' );35 define( 'FVP_VERSION', '2.0.1' ); 36 36 } 37 37 -
featured-video-plus/trunk/readme.txt
r1172119 r1172132 11 11 Requires at least: 3.7 12 12 Tested up to: 4.2.2 13 Stable tag: 2.0. 013 Stable tag: 2.0.1 14 14 15 15 Add 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.