Plugin Directory

Changeset 1730770


Ignore:
Timestamp:
09/16/2017 12:02:25 AM (9 years ago)
Author:
jefferey11
Message:

Updated to V 1.0.3

Location:
floating-video
Files:
8 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • floating-video/trunk/floating_video_plugin.php

    r1730309 r1730770  
    33* Plugin Name: Floating Video Plugin
    44* 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.2
     5* Version: 1.0.3
    66* Author: jefferey11
    77*/
    88//plugin
    99
    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__ ));
     10if( !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}
    1415
    1516function FlVid_video_shortcode( $atts ) {
  • floating-video/trunk/readme.txt

    r1730383 r1730770  
    44Requires at least: 4.7
    55Tested up to: 4.8.1
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.0.3 =
     41Fixed bug where the plugin was messing up the admin dashboard.
     42
    4043= 1.0.2 =
    4144Minor UI improvements.
     
    5053== Upgrade Notice ==
    5154
     55= 1.0.3 =
     56Fixed bug where the plugin was messing up the admin dashboard.
     57
    5258= 1.0.2 =
    5359Minor UI improvements.
Note: See TracChangeset for help on using the changeset viewer.