Plugin Directory

Changeset 1703914


Ignore:
Timestamp:
07/27/2017 04:47:49 PM (9 years ago)
Author:
trackhs
Message:

Fixed issue with jquery slider not being included.

Location:
track-connect/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • track-connect/trunk/plugin.php

    r1702542 r1703914  
    77    Author URI: http://www.trackhs.com
    88
    9     Version: 3.0.8
     9    Version: 3.0.9
    1010
    1111    License: GNU General Public License v2.0 (or later)
     
    165165        wp_enqueue_script('jquery-ui-sortable');
    166166        wp_enqueue_script('jquery-ui-tabs');
    167 
     167        wp_enqueue_script('jquery-ui-slider');
    168168    }
    169169
  • track-connect/trunk/readme.txt

    r1702542 r1703914  
    44Requires at least: 3.7
    55Tested up to: 4.8
    6 Stable tag: 3.0.8
     6Stable tag: 3.0.9
    77
    88Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com).
     
    4545== Changelog ==
    4646
     47= 3.0.9 =
     48Fixed issue with jquery ui slider include missing.
     49
    4750= 3.0.8 =
    4851Fixed issue with lodging types and added version logging in API request.
Note: See TracChangeset for help on using the changeset viewer.