Added description, license, license URI, .aligncenter, .sticky, .wp-caption, and wp-caption-text
File affected: realestate2 > style.css
Added body_class( $class );
File affected: realestate2 > header.php
Added post_class();, replaced the_author_url(); with the_author_meta('url');, replaced the_author_description(); with the_author_meta('description');, replaced get_the_author_email() with get_the_author_meta('email')
File affected: realestate2 > single.php
Replaced register_sidebar_widget with wp_register_sidebar_widget
File affected: realestate2 > includes > widgets.php
Replaced hard coded currency symbol in mortgage calculator with currency function from options panel.
File affected: realestate2 > js > core.js
v1.3.0 3/30/2011
Corrected JS bug with Price From/To fields auto comma feature.
File affected: realestate2 > js > core.js
v1.2.9 3/25/2011
New Feature - If you add the Property Type tag of Land or Lot, the "bed, bath & on" will be automatically removed.
Files affected:
realestate2 > admin > theme_functions.php
realestate2 > single-listings.php
realestate2 > index.php
realestate2 > layouts > listings_list_view.php
realestate2 > includes > widgets.php
v1.2.8 3/23/2011
Corrected bug with Mortgage Loan Calculator
File affected: realestate2 > js > loancalc.js
v1.2.7 3/15/2011
Corrected the issue of not being able to change the Google Map Type Option in the Admin.
Added instructions for setting up Custom Permalinks to the documentation.
v1.2.6 3/14/2011
Updated dummy data XML file.
v1.2.5 3/9/2011
Corrected the issue of the Shortcode Generator buttons not showing up in the Edit Posts/Listings panel.
v1.2.4 3/7/2011
Corrected a few JavaScript conflicts in theme_functions.php, causing the images, sliders and contact forms not to work.
v1.2.3 3/3/2011
Added Price From/To search fields.
Updated core.js to auto add commas to price from/to fields.
Replaced all instances of $single = true with true.
Style update for the "This agent currently has no listings." message in author.php.
Added the "No results…" message in search-properties.php into the translation files.
Added "All Rights Reserved" & "Back to top" verbiage into the translation files.
Updated timthumb.php to the latest version.
v1.2.2 2/8/2011
Added notification to search if no properties are available for that specific search request.
Added the ability to choose the Google Map type from the admin options panel under General Settings. Options of Roadmap, Satellite, Hybrid & Terrain.
Corrected pagination issue with Agents/author.php template
Excluded admin from Author List Template
Corrected comments verbiage from # of Comment to # of Comments.
Corrected m² to proper HTML syntax m2
Added some more verbiage/phrases into the translation files.
Updated dummy content file
v1.2.1 1/18/2011
Created/added a 404 template, 404.php.
Added the option of selecting Sq Ft or m², via the general tab in the Admin Options Panel. This will affect house size and lot size (ex. 895 Sq Ft on 0.30 Acres vs. 83.15 m² on 1,214 m²).
v1.2.0 1/14/2011
Added a custom page template to list all Agents and their information Preview.
Added a new "Lease" status, works just like the "Rental" status.
Added Full Property Address & Permalink to email generated from the More Information Widget.
Corrected bug in localization support, also included a Italian translation for demo.
Updated dummy data file to the latest from demo site.
v1.0.9 1/5/2011
Added Theme Update Notifier, get theme update notifications pushed directly to your admin panel.
v1.0.8 12/28/2010
Added Quick Insert Buttons for all Shortcodes into the TinyMCE Post Editor Bar.