Plugin Directory

Changeset 2566993


Ignore:
Timestamp:
07/19/2021 07:24:35 AM (5 years ago)
Author:
kostalski
Message:

Fixing problem with media_id parameter tracking - v1.1.18

Location:
bradmax-player
Files:
19 added
2 edited

Legend:

Unmodified
Added
Removed
  • bradmax-player/trunk/bradmax-player.php

    r2538438 r2566993  
    22/*
    33 Plugin Name: Bradmax Player
    4  Version: 1.1.17
     4 Version: 1.1.18
    55 Plugin URI: https://bradmax.com/site/en/#contact
    66 Author: kostalski
     
    1717    class Bradmax_Player_Plugin {
    1818
    19         const PLUGIN_VERSION = '1.1.17';
     19        const PLUGIN_VERSION = '1.1.18';
    2020        const BRADMAX_PLAYER_VERSION = '2.12.3';
    2121
     
    366366                }
    367367            }
     368            if(!empty($params['media_id'])) {
     369                $player_config['dataProvider']['id'] = $params['media_id'];
     370            }
    368371            if(!empty($params['ga_tracker_id'])) {
    369372                $player_config['googleAnalytics'] = array();
    370373                $player_config['googleAnalytics']['trackerId'] = $params['ga_tracker_id'];
    371                 if(!empty($params['media_id'])) {
    372                     $player_config['dataProvider']['id'] = $params['media_id'];
    373                 }
    374374            }
    375375            if(!empty($params['preroll_vast_url'])) {
  • bradmax-player/trunk/readme.txt

    r2538439 r2566993  
    44Requires at least: 4.2
    55Tested up to: 5.7
    6 Stable tag: 1.1.17
     6Stable tag: 1.1.18
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    99Author URI: https://bradmax.com/site/en/#contact
    1010Author: Bradmax
    11 Version: 1.1.17
     11Version: 1.1.18
    1212
    1313Embed video stream easily in WordPress using Bradmax Player. Use responsive HTML5 video player for playing HLS, MPEG-DASH, MS Smooth Streaming streams.
     
    229229== Changelog ==
    230230
     231= 1.1.18 =
     232
     233* Solving problems with tracking media_id parameter.
     234
    231235= 1.1.17 =
    232236
Note: See TracChangeset for help on using the changeset viewer.