Changeset 1338482
- Timestamp:
- 01/28/2016 09:56:34 PM (10 years ago)
- Location:
- wp-video-posts/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wpvp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-video-posts/trunk/readme.txt
r1338408 r1338482 5 5 Requires at least: 3.2.2 6 6 Tested up to: 4.1.1 7 Stable tag: 3.5 7 Stable tag: 3.5.1 8 8 9 9 Upload videos to create custom video posts. With FFMPEG installed, it encodes … … 145 145 146 146 == Changelog == 147 = 3.5.1 = 148 - Added a notification to the description that the plugin is no longer actively supported or being developed. 149 147 150 = 3.5 = 148 151 - Added audio levels option for Video JS player. -
wp-video-posts/trunk/wpvp.php
r1133967 r1338482 4 4 Plugin URI: http://cmstactics.com 5 5 Description: WP Video Posts creates a custom post for uploaded videos. You can upload videos of different formats (FLV, F4V, MP4, AVI, MOV, 3GP and WMV) and the plugin will convert it to MP4 and play it using Flowplayer. 6 Version: 3.5 6 Version: 3.5.1 7 7 Author: Alex Rayan, cmstactics 8 8 Author URI: http://cmstactics.com … … 24 24 * @var string WPVPMediaEncoder version 25 25 */ 26 public $version = '3.5 ';26 public $version = '3.5.1'; 27 27 public static function init(){ 28 28 $class = __CLASS__;
Note: See TracChangeset
for help on using the changeset viewer.