Changeset 2364102
- Timestamp:
- 08/18/2020 03:58:14 PM (6 years ago)
- Location:
- smartvideo/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
SmartVideo.php (modified) (2 diffs)
-
admin/js/swarmify-admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smartvideo/trunk/README.txt
r2361296 r2364102 88 88 == Changelog == 89 89 90 = 2.0.1 6=90 = 2.0.17 = 91 91 * **Crouching tiger, hidden classic** 92 92 * Fixed issue with SmartVideo Classic widget where you would click to specify a YouTube video and the popup to enter it would never show up 93 93 * For those without that problem, well now is a great time to turn on automatic updates for our plugin if you have the new WordPress 5.5 release. That way if a future update fixes a problem you have, then it gets installed automatically. Like robots, but in the cloud... 94 * Adjusted for deprecated jquery functionality 94 95 95 96 = 2.0.15 = -
smartvideo/trunk/SmartVideo.php
r2361296 r2364102 11 11 * Plugin URI: https://swarmify.com/wordpress-plugin/ 12 12 * Description: SmartVideo makes building a beautiful, professional video experience for your site effortless. 13 * Version: 2.0.1 613 * Version: 2.0.17 14 14 * Author: Swarmify 15 15 * Author URI: https://swarmify.com/ … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'SWARMIFY_PLUGIN_VERSION', '2.0.1 6' );32 define( 'SWARMIFY_PLUGIN_VERSION', '2.0.17' ); 33 33 34 34 /** -
smartvideo/trunk/admin/js/swarmify-admin.js
r2307206 r2364102 108 108 109 109 110 $(document).on(' hover', ".swarmify_info",function(){110 $(document).on('mouseenter mouseleave', ".swarmify_info",function(){ 111 111 var tooltip = $($(this)).next(); 112 112 tooltip.toggle();
Note: See TracChangeset
for help on using the changeset viewer.