Plugin Directory

Changeset 2618073


Ignore:
Timestamp:
10/22/2021 01:10:30 AM (4 years ago)
Author:
crisworth
Message:

Feature update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mondoplayer/trunk/mondoplayer.php

    r2618072 r2618073  
    55    Description: Video Content Curation Plugin - automatically curate and share videos. Boost engagement on your website and in social media with compelling video.
    66    Author: MondoTag
    7     Version: 1.0.351
     7    Version: 1.0.352
    88    Tested up to: 5.7.2
    99    License: GPLv2 or later
     
    188188
    189189        wp_register_style( $this->mondoplayer_plugin_slug, plugins_url("css/web_player.css",__FILE__), false, '1.0.52' );
    190         wp_register_script( $this->mondoplayer_plugin_slug, plugins_url("js/web_player_v2.js",__FILE__), false, '1.0.120' );
     190        wp_register_script( $this->mondoplayer_plugin_slug, plugins_url("js/web_player_v2.js",__FILE__), false, '1.0.121' );
    191191        $db = get_option("mondoplayer_db_version", '');
    192192        if ($db != $db_version) {
Note: See TracChangeset for help on using the changeset viewer.