Plugin Directory

Changeset 1106360


Ignore:
Timestamp:
03/05/2015 08:53:50 PM (11 years ago)
Author:
Placester
Message:

Updated Placester Builder for release 1.3.0 on wordpress.org

Location:
placester/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • placester/trunk/placester.php

    r1100603 r1106360  
    55Plugin URI: https://placester.com/
    66Author: Placester.com
    7 Version: 1.3
     7Version: 1.3.0
    88Author URI: https://www.placester.com/
    99*/
    1010
    11 /*  Copyright (c) 2013, 2014  Placester, Inc. <[email protected]>
     11/*  Copyright (c) 2013 - 2015  Placester, Inc. <[email protected]>
    1212    All rights reserved.
    1313
     
    2828*/
    2929
    30 define('PL_PLUGIN_VERSION','1.3');
     30define('PL_PLUGIN_VERSION','1.3.0');
    3131
    3232define( 'PL_PARENT_DIR', plugin_dir_path(__FILE__) );
  • placester/trunk/readme.txt

    r1024603 r1106360  
    142142
    143143== 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
    144159
    145160= 1.2.2 =
Note: See TracChangeset for help on using the changeset viewer.