Plugin Directory

Changeset 2231096


Ignore:
Timestamp:
01/21/2020 05:25:45 PM (6 years ago)
Author:
oscarssanchez
Message:

1.8.1 Release

Location:
brightcove-video-connect/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • brightcove-video-connect/trunk/brightcove-video-connect.php

    r2221227 r2231096  
    44 * Plugin URI: https://wordpress.org/plugins/brightcove-video-connect/
    55 * Description: A Brightcove™ Connector for WordPress that leverages enhanced APIs and Brightcove™ Capabilities
    6  * Version: 1.8.0
     6 * Version: 1.8.1
    77 * Author: 10up
    88 * Author URI: http://10up.com
     
    3030 */
    3131
    32 define( 'BRIGHTCOVE_VERSION', '1.8.0' );
     32define( 'BRIGHTCOVE_VERSION', '1.8.1' );
    3333define( 'BRIGHTCOVE_URL', plugin_dir_url( __FILE__ ) );
    3434define( 'BRIGHTCOVE_PATH', dirname( __FILE__ ) . '/' );
  • brightcove-video-connect/trunk/includes/admin/class-bc-admin-settings-page.php

    r2221227 r2231096  
    9595                        </th>
    9696                        <td>
    97                             <input type="number" name="bc_default_player_width" id="bc_default_player_width" size="5" value="<?php echo intval( get_option( 'bc_default_player_width', 640 ) ); ?>" class="right-col">
     97                            <input type="number" name="bc_default_player_width" id="bc_default_player_width" size="5" value="<?php echo intval( get_option( 'bc_default_player_width', 640 ) ); ?>" class="right-col"> px
    9898                        </td>
    9999                    </tr>
  • brightcove-video-connect/trunk/includes/class-bc-accounts.php

    r1510166 r2231096  
    496496            // For use through other Playlist test API calls.
    497497            $playlist_id = $playlist['id'];
    498             $update_data = array( 'video_ids' => array( $video_id ), 'type' => 'EXPLICIT' );
     498            $update_data = array( 'name' => 'Brightcove WordPress plugin test playlist renamed' );
    499499
    500500            $updated_playlist = $cms_api->playlist_update( $playlist_id, $update_data );
  • brightcove-video-connect/trunk/readme.txt

    r2221227 r2231096  
    66Requires at least: 4.2
    77Tested up to: 5.3
    8 Stable tag: 1.8.0
     8Stable tag: 1.8.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.8.1 =
     26
     27* Fix: Adding a new brightcove account bug
    2428
    2529= 1.8.0 =
Note: See TracChangeset for help on using the changeset viewer.