Changeset 2618073
- Timestamp:
- 10/22/2021 01:10:30 AM (4 years ago)
- File:
-
- 1 edited
-
mondoplayer/trunk/mondoplayer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mondoplayer/trunk/mondoplayer.php
r2618072 r2618073 5 5 Description: Video Content Curation Plugin - automatically curate and share videos. Boost engagement on your website and in social media with compelling video. 6 6 Author: MondoTag 7 Version: 1.0.35 17 Version: 1.0.352 8 8 Tested up to: 5.7.2 9 9 License: GPLv2 or later … … 188 188 189 189 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.12 0' );190 wp_register_script( $this->mondoplayer_plugin_slug, plugins_url("js/web_player_v2.js",__FILE__), false, '1.0.121' ); 191 191 $db = get_option("mondoplayer_db_version", ''); 192 192 if ($db != $db_version) {
Note: See TracChangeset
for help on using the changeset viewer.