Plugin Directory

Changeset 1460513


Ignore:
Timestamp:
07/25/2016 11:02:26 PM (10 years ago)
Author:
Vincent Stark
Message:

Bump up version to 1.8.0.

Location:
video-capture/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • video-capture/trunk/readme.txt

    r1460503 r1460513  
    66Requires at least: 3.4
    77Tested up to: 4.5.2
    8 Stable tag: 1.7.6
     8Stable tag: 1.8.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    150150
    151151
    152 = 1.7.6 =
     152= 1.8.0 =
    153153* First release of the Pro version.
    154154* YouTube integration.
    155155* Desktop video upload.
     156* Custom data capture fields.
    156157* Fix a modal window layout problem that appeared on some installations.
    157158* Better buttons.
     
    253254== Upgrade Notice ==
    254255
    255 = 1.7.6 =
    256 Pro Version. YouTube integration. Desktop video upload.
     256= 1.8.0 =
     257Pro Version. YouTube integration. Desktop video upload. Custom fields.
    257258
    258259= 1.7.5 =
  • video-capture/trunk/wp-video-capture.php

    r1460512 r1460513  
    44 * Plugin URI: http://vidrack.com
    55 * Description: Add a video camera to your website!
    6  * Version: 1.7.6
     6 * Version: 1.8.0
    77 * Author: Vidrack.com
    88 * Author URI: http://vidrack.com
     
    2525         * @var string $vidrack_version
    2626         */
    27         private static $vidrack_version = '1.7.6';
     27        private static $vidrack_version = '1.8.0';
    2828
    2929        /**
Note: See TracChangeset for help on using the changeset viewer.