Changeset 1725757
- Timestamp:
- 09/06/2017 05:48:35 PM (9 years ago)
- Location:
- track-connect/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
track-connect/trunk/plugin.php
r1723416 r1725757 7 7 Author URI: http://www.trackhs.com 8 8 9 Version: 4.0. 29 Version: 4.0.3 10 10 11 11 License: GNU General Public License v2.0 (or later) … … 19 19 define( 'WP_TRACK_DB_VERSION', '1'); 20 20 define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) ); 21 define( 'WP_LISTINGS_VERSION', ' 3.1.0' );21 define( 'WP_LISTINGS_VERSION', '4.0.3' ); 22 22 23 23 register_activation_hook( __FILE__, 'wp_listings_activation' ); -
track-connect/trunk/readme.txt
r1723416 r1725757 4 4 Requires at least: 3.7 5 5 Tested up to: 4.8 6 Stable tag: 4.0. 26 Stable tag: 4.0.3 7 7 8 8 Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com). … … 44 44 45 45 == Changelog == 46 = 4.0.3 = 47 Fixed small issues with release. 48 46 49 = 4.0.2 = 47 50 Fixed issue of displaying correctly when no listings are returned.
Note: See TracChangeset
for help on using the changeset viewer.