Plugin Directory

Changeset 1244800


Ignore:
Timestamp:
09/14/2015 05:48:34 AM (10 years ago)
Author:
trackhs
Message:

1.7.2 fixes

Location:
track-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • track-connect/trunk/includes/api/request.php

    r1244797 r1244800  
    1212        $this->debug =  $debug;
    1313        $this->endpoint = (strtoupper($domain) == 'HSR')?'http://hsr.trackstaging.info':'https://'.strtolower($domain).'.trackhs.com';
    14         $this->endpoint = 'http://hsr.jreed.trackhs.com';
     14        //$this->endpoint = 'http://hsr.jreed.trackhs.com';
    1515    }
    1616   
  • track-connect/trunk/plugin.php

    r1244797 r1244800  
    77    Author URI: http://www.trackhs.com
    88
    9     Version: 1.7.1
     9    Version: 1.7.2
    1010
    1111    License: GNU General Public License v2.0 (or later)
     
    5555
    5656    define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) );
    57     define( 'WP_LISTINGS_VERSION', '1.7.1' );
     57    define( 'WP_LISTINGS_VERSION', '1.7.2' );
    5858
    5959    /** Load textdomain for translation */
  • track-connect/trunk/readme.txt

    r1244797 r1244800  
    44Requires at least: 3.7
    55Tested up to: 4.2.3
    6 Stable tag: 1.7.1
     6Stable tag: 1.7.2
    77
    88Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com).
Note: See TracChangeset for help on using the changeset viewer.