Changeset 1730770
- Timestamp:
- 09/16/2017 12:02:25 AM (9 years ago)
- Location:
- floating-video
- Files:
-
- 8 added
- 4 deleted
- 2 edited
-
tags/1.0.3/Video_icon.png (added)
-
tags/1.0.3/assets (deleted)
-
tags/1.0.3/branches (deleted)
-
tags/1.0.3/figure_1.png (added)
-
tags/1.0.3/floating_video_plugin.php (added)
-
tags/1.0.3/load.html (added)
-
tags/1.0.3/optionsPage.php (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/style.css (added)
-
tags/1.0.3/tags (deleted)
-
tags/1.0.3/trunk (deleted)
-
tags/1.0.3/video_functions.js (added)
-
trunk/floating_video_plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floating-video/trunk/floating_video_plugin.php
r1730309 r1730770 3 3 * Plugin Name: Floating Video Plugin 4 4 * Description: Display a video that, when scrolled out of view, moves to the corner of the screen so that the user can continue watching it while reading a post. 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * Author: jefferey11 7 7 */ 8 8 //plugin 9 9 10 if( !is_admin()){ 11 wp_enqueue_script('jquery');} 12 wp_enqueue_script("FlVid_video_functions", plugins_url( 'video_functions.js', __FILE__ )); 13 wp_enqueue_style("FlVid_style", plugins_url( 'style.css', __FILE__ )); 10 if( !is_admin()) { 11 wp_enqueue_script('jquery'); 12 wp_enqueue_script("FlVid_video_functions", plugins_url( 'video_functions.js', __FILE__ )); 13 wp_enqueue_style("FlVid_style", plugins_url( 'style.css', __FILE__ )); 14 } 14 15 15 16 function FlVid_video_shortcode( $atts ) { -
floating-video/trunk/readme.txt
r1730383 r1730770 4 4 Requires at least: 4.7 5 5 Tested up to: 4.8.1 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 1.0.3 = 41 Fixed bug where the plugin was messing up the admin dashboard. 42 40 43 = 1.0.2 = 41 44 Minor UI improvements. … … 50 53 == Upgrade Notice == 51 54 55 = 1.0.3 = 56 Fixed bug where the plugin was messing up the admin dashboard. 57 52 58 = 1.0.2 = 53 59 Minor UI improvements.
Note: See TracChangeset
for help on using the changeset viewer.