Changeset 1238200
- Timestamp:
- 09/04/2015 04:59:17 PM (11 years ago)
- Location:
- track-connect/trunk
- Files:
-
- 3 edited
-
includes/api/request.php (modified) (1 diff)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
track-connect/trunk/includes/api/request.php
r1238198 r1238200 11 11 $this->domain = $domain; 12 12 $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'; 14 14 } 15 15 -
track-connect/trunk/plugin.php
r1238198 r1238200 7 7 Author URI: http://www.trackhs.com 8 8 9 Version: 1.6. 49 Version: 1.6.5 10 10 11 11 License: GNU General Public License v2.0 (or later) … … 55 55 56 56 define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) ); 57 define( 'WP_LISTINGS_VERSION', '1.6. 4' );57 define( 'WP_LISTINGS_VERSION', '1.6.5' ); 58 58 59 59 /** Load textdomain for translation */ -
track-connect/trunk/readme.txt
r1238198 r1238200 4 4 Requires at least: 3.7 5 5 Tested up to: 4.2.3 6 Stable tag: 1.6. 46 Stable tag: 1.6.5 7 7 8 8 Creates 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.