Plugin Directory

Changeset 1725757


Ignore:
Timestamp:
09/06/2017 05:48:35 PM (9 years ago)
Author:
trackhs
Message:

Version 4.0.2 - Fixed issue when no units returned.

Location:
track-connect/trunk
Files:
2 edited

Legend:

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

    r1723416 r1725757  
    77    Author URI: http://www.trackhs.com
    88
    9     Version: 4.0.2
     9    Version: 4.0.3
    1010
    1111    License: GNU General Public License v2.0 (or later)
     
    1919define( 'WP_TRACK_DB_VERSION', '1');
    2020define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) );
    21 define( 'WP_LISTINGS_VERSION', '3.1.0' );
     21define( 'WP_LISTINGS_VERSION', '4.0.3' );
    2222
    2323register_activation_hook( __FILE__, 'wp_listings_activation' );
  • track-connect/trunk/readme.txt

    r1723416 r1725757  
    44Requires at least: 3.7
    55Tested up to: 4.8
    6 Stable tag: 4.0.2
     6Stable tag: 4.0.3
    77
    88Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com).
     
    4444
    4545== Changelog ==
     46= 4.0.3 =
     47Fixed small issues with release.
     48
    4649= 4.0.2 =
    4750Fixed issue of displaying correctly when no listings are returned.
Note: See TracChangeset for help on using the changeset viewer.