Changeset 1230742
- Timestamp:
- 08/25/2015 09:01:24 PM (11 years ago)
- Location:
- placester/trunk
- Files:
-
- 3 edited
-
blueprint/extensions/routing-util.php (modified) (2 diffs)
-
placester.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
placester/trunk/blueprint/extensions/routing-util.php
r918887 r1230742 9 9 10 10 public static $request = array(); 11 public static $located = null; 11 12 public static $wrap_requests = true; 12 13 … … 207 208 208 209 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); 210 211 } 211 212 -
placester/trunk/placester.php
r1229357 r1230742 5 5 Plugin URI: https://placester.com/ 6 6 Author: Placester.com 7 Version: 1.3. 17 Version: 1.3.2 8 8 Author URI: https://www.placester.com/ 9 9 */ … … 28 28 */ 29 29 30 define('PL_PLUGIN_VERSION','1.3. 1');30 define('PL_PLUGIN_VERSION','1.3.2'); 31 31 32 32 define( 'PL_PARENT_DIR', plugin_dir_path(__FILE__) ); -
placester/trunk/readme.txt
r1125541 r1230742 2 2 Contributors: Placester, MattBarba 3 3 Tags: 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. 45 Tested up to: 4. 1.16 Stable tag: 1.3. 14 Requires at least: 3.9 5 Tested up to: 4.3 6 Stable tag: 1.3.2 7 7 8 8 Easily create and manage real estate sites powered by WordPress. … … 142 142 143 143 == 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 144 150 145 151 = 1.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.