Plugin Directory

Changeset 1574946


Ignore:
Timestamp:
01/15/2017 02:07:13 AM (9 years ago)
Author:
blakelong
Message:

Updating to version 1.1.1 to fix an issue where the shortcode attribute list was not displaying properly.

Location:
shrinking-video/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shrinking-video/trunk/readme.txt

    r1574945 r1574946  
    55Requires at least: 4.6.1
    66Tested up to: 4.7
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99
  • shrinking-video/trunk/shrinkingvideo.php

    r1574943 r1574946  
    44Plugin URI: https://wordpress.org/plugins/shrinking-video/
    55Description: Easily choose a video to be displayed on the top right of the window once it is scrolled past.
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: Blake Long
    88Author URI: http://www.digital-scripts.com/
     
    2929
    3030define( 'SHRINKINGVIDEO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    31 define( 'SHRINKINGVIDEO_PLUGIN_VERSION', '1.1.0' );
     31define( 'SHRINKINGVIDEO_PLUGIN_VERSION', '1.1.1' );
    3232define( 'SHRINKINGVIDEO_MIN_WP_VERSION', '4.6.1' );
    3333
Note: See TracChangeset for help on using the changeset viewer.