Changeset 1106360
- Timestamp:
- 03/05/2015 08:53:50 PM (11 years ago)
- Location:
- placester/trunk
- Files:
-
- 2 edited
-
placester.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
placester/trunk/placester.php
r1100603 r1106360 5 5 Plugin URI: https://placester.com/ 6 6 Author: Placester.com 7 Version: 1.3 7 Version: 1.3.0 8 8 Author URI: https://www.placester.com/ 9 9 */ 10 10 11 /* Copyright (c) 2013 , 2014Placester, Inc. <[email protected]>11 /* Copyright (c) 2013 - 2015 Placester, Inc. <[email protected]> 12 12 All rights reserved. 13 13 … … 28 28 */ 29 29 30 define('PL_PLUGIN_VERSION','1.3 ');30 define('PL_PLUGIN_VERSION','1.3.0'); 31 31 32 32 define( 'PL_PARENT_DIR', plugin_dir_path(__FILE__) ); -
placester/trunk/readme.txt
r1024603 r1106360 142 142 143 143 == Changelog == 144 145 = 1.3.0 = 146 * Fixed issue reading favorite properties via Placester Data API 147 * Fixed the destruction of the login / register forms by fancybox 148 * Added Basic listing detail template 149 * Added phone number to Contactually CRM integration 150 * Added lead capture forwarding addresses to new user account notification emails 151 * Updated plugin administration stylesheets for WP 4.0.1 152 * Cleaned up url generation, see WP Trac Issue #16953 153 * Search results now scroll to the top on pagination 154 * Fixed incompatibility with WordPress SEO introduced as of their version 1.7.3 155 * Added Virtual Tour Link field for listing videos 156 * Reorganized plugin initialization for better compatibility 157 * Improved listing image selection and display on neighborhood pages 158 * Improved the handling of un-mappable properties 144 159 145 160 = 1.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.