Plugin Directory

Changeset 1230742


Ignore:
Timestamp:
08/25/2015 09:01:24 PM (11 years ago)
Author:
Placester
Message:

Updated Real Estate Website Builder

Location:
placester/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • placester/trunk/blueprint/extensions/routing-util.php

    r918887 r1230742  
    99
    1010    public static $request = array();
     11    public static $located = null;
    1112    public static $wrap_requests = true;
    1213
     
    207208
    208209    public static function handle_dynamic () {
    209         return self::router(self::$request, true, null, null, self::CACHE_NONE);
     210        return self::$located = self::router(self::$request, true, null, null, self::CACHE_NONE);
    210211    }
    211212
  • placester/trunk/placester.php

    r1229357 r1230742  
    55Plugin URI: https://placester.com/
    66Author: Placester.com
    7 Version: 1.3.1
     7Version: 1.3.2
    88Author URI: https://www.placester.com/
    99*/
     
    2828*/
    2929
    30 define('PL_PLUGIN_VERSION','1.3.1');
     30define('PL_PLUGIN_VERSION','1.3.2');
    3131
    3232define( 'PL_PARENT_DIR', plugin_dir_path(__FILE__) );
  • placester/trunk/readme.txt

    r1125541 r1230742  
    22Contributors: Placester, MattBarba
    33Tags: real estate, realestate, home, housing, rentals, properties, neighborhood, map, mortgage, listing, listings, craigslist, rental, google map, mls, idx, rets, agent, broker, leasing, realty, realtor, placester, widget, buddypress, homes, property, property management, estate, realestate, real estate crm, real estate maps
    4 Requires at least: 3.4
    5 Tested up to: 4.1.1
    6 Stable tag: 1.3.1
     4Requires at least: 3.9
     5Tested up to: 4.3
     6Stable tag: 1.3.2
    77
    88Easily create and manage real estate sites powered by WordPress.
     
    142142
    143143== Changelog ==
     144
     145= 1.3.2 =
     146* Fixed incompatibility with WP 4.3
     147* Improvements to shortcode administration
     148* Provisions for specialized data server configurations
     149* Additional minor bug fixes
    144150
    145151= 1.3.1 =
Note: See TracChangeset for help on using the changeset viewer.