Plugin Directory

Changeset 1238200


Ignore:
Timestamp:
09/04/2015 04:59:17 PM (11 years ago)
Author:
trackhs
Message:

1.6.5 fixes

Location:
track-connect/trunk
Files:
3 edited

Legend:

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

    r1238198 r1238200  
    1111        $this->domain = $domain;       
    1212        $this->endpoint = (strtoupper($domain) == 'HSR')?'http://hsr.trackstaging.info':'https://'.strtolower($domain).'.trackhs.com';
    13         $this->endpoint = 'http://hsr.jreed.trackhs.com';
     13        //$this->endpoint = 'http://hsr.jreed.trackhs.com';
    1414    }
    1515   
  • track-connect/trunk/plugin.php

    r1238198 r1238200  
    77    Author URI: http://www.trackhs.com
    88
    9     Version: 1.6.4
     9    Version: 1.6.5
    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.6.4' );
     57    define( 'WP_LISTINGS_VERSION', '1.6.5' );
    5858
    5959    /** Load textdomain for translation */
  • track-connect/trunk/readme.txt

    r1238198 r1238200  
    44Requires at least: 3.7
    55Tested up to: 4.2.3
    6 Stable tag: 1.6.4
     6Stable tag: 1.6.5
    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.