Changeset 1460513
- Timestamp:
- 07/25/2016 11:02:26 PM (10 years ago)
- Location:
- video-capture/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-video-capture.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
video-capture/trunk/readme.txt
r1460503 r1460513 6 6 Requires at least: 3.4 7 7 Tested up to: 4.5.2 8 Stable tag: 1. 7.68 Stable tag: 1.8.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 150 150 151 151 152 = 1. 7.6=152 = 1.8.0 = 153 153 * First release of the Pro version. 154 154 * YouTube integration. 155 155 * Desktop video upload. 156 * Custom data capture fields. 156 157 * Fix a modal window layout problem that appeared on some installations. 157 158 * Better buttons. … … 253 254 == Upgrade Notice == 254 255 255 = 1. 7.6=256 Pro Version. YouTube integration. Desktop video upload. 256 = 1.8.0 = 257 Pro Version. YouTube integration. Desktop video upload. Custom fields. 257 258 258 259 = 1.7.5 = -
video-capture/trunk/wp-video-capture.php
r1460512 r1460513 4 4 * Plugin URI: http://vidrack.com 5 5 * Description: Add a video camera to your website! 6 * Version: 1. 7.66 * Version: 1.8.0 7 7 * Author: Vidrack.com 8 8 * Author URI: http://vidrack.com … … 25 25 * @var string $vidrack_version 26 26 */ 27 private static $vidrack_version = '1. 7.6';27 private static $vidrack_version = '1.8.0'; 28 28 29 29 /**
Note: See TracChangeset
for help on using the changeset viewer.