Version 6.2.6 (14 Jul 2026)
Bug Fixes:
- Fixed an issue where custom-built extensions could be incorrectly disabled automatically during a FW Real Estate update
- Fixed a logic error that caused the unpublished extensions list to be read incorrectly when no custom extensions were configured
## [6.2.6] - 2026-07-14
Fixes auto-unpublish logic to protect custom-built extensions during updates
### 🐛 Bug Fixes
- Fixed an issue where custom-built extensions could be incorrectly disabled automatically during a FW Real Estate update
- Fixed a logic error that caused the unpublished extensions list to be read incorrectly when no custom extensions were configured
Version 6.2.5 (10 Jul 2026)
Bug Fixes:
- Fixed contact form not appearing on property listings that have no agent assigned
- Fixed contact form emails not sending when a property has no email address set — now falls back to the component admin email, then the site's default sender address
- Fixed a PHP warning caused by an undefined variable when saving gallery images with alt text
## [6.2.5] - 2026-07-10
Fixes contact form visibility, email fallback, and gallery alt text handling
### 🐛 Bug Fixes
- Fixed contact form not appearing on property listings that have no agent assigned
- Fixed contact form emails not sending when a property has no email address set — now falls back to the component admin email, then the site's default sender address
- Fixed a PHP warning caused by an undefined variable when saving gallery images with alt text
Version 6.2.4 (02 Jul 2026)
Bug Fixes:
- Fixed missing street number display in property manager listings
- Fixed PHP warnings when address fields such as street number or zip code are empty or null
- Fixed potential error in property comparison when the compare list returns a non-array value
- Fixed incorrect image count shown in latest properties slideshow module
- Fixed PHP errors when map view, video, or SEO booster plugins run in a module context where the current item is not set
- Fixed broken share link and title in slideshow view item loop
- Fixed PHP warnings caused by passing non-string values to htmlspecialchars and htmlentities in search and agent modules
- Fixed potential error when rental price or video counter templates are rendered without a valid item
## [6.2.4] - 2026-07-02
Fixes PHP warnings and null reference errors across property listings, modules, and plugins
### 🐛 Bug Fixes
- Fixed missing street number display in property manager listings
- Fixed PHP warnings when address fields such as street number or zip code are empty or null
- Fixed potential error in property comparison when the compare list returns a non-array value
- Fixed incorrect image count shown in latest properties slideshow module
- Fixed PHP errors when map view, video, or SEO booster plugins run in a module context where the current item is not set
- Fixed broken share link and title in slideshow view item loop
- Fixed PHP warnings caused by passing non-string values to htmlspecialchars and htmlentities in search and agent modules
- Fixed potential error when rental price or video counter templates are rendered without a valid item
Version 6.2.3 (02 Jul 2026)
Bug Fixes:
- Fixed PHP 8.1 warnings caused by missing default values in search module fields (text, bedrooms, bathrooms)
- Fixed PHP 8.1 warning in agency listing template when accessing the property title
## [6.2.3] - 2026-07-02
Fixes PHP 8.1 compatibility warnings in search module and agency listing template
### 🐛 Bug Fixes
- Fixed PHP 8.1 warnings caused by missing default values in search module fields (text, bedrooms, bathrooms)
- Fixed PHP 8.1 warning in agency listing template when accessing the property title
Version 6.2.2 (01 Jul 2026)
Bug Fixes:
- Fixed a PHP 8.1 deprecation warning that could appear when a property price value was null or non-string
## [6.2.2] - 2026-07-01
Fixes PHP 8.1 deprecation warning in price parsing
### 🐛 Bug Fixes
- Fixed a PHP 8.1 deprecation warning that could appear when a property price value was null or non-string
Version 6.2.1 (26 Jun 2026)
New Features:
- Added a custom email address field per property listing, allowing inquiries to be routed to a specific address instead of the global admin email
- Redesigned the 'Add Value' button for dictionary dropdown fields — now uses a cleaner inline form with save/cancel icons instead of a special dropdown option
- Bundled 14 language packs (Arabic, Czech, German, Greek, Spanish, French, Hungarian, Italian, Dutch, Portuguese, Slovak, Turkish, Ukrainian, Traditional Chinese) directly into the extension package
Updates:
- Removed a deprecated PHP E_STRICT error handler that was no longer needed
- Improved reliability of property deletion cleanup during scheduled MLS Grid imports by requiring a full successful fetch before removing stale listings
Bug Fixes:
- Fixed contact form inquiry emails not being sent when a property has an assigned agent — emails now correctly reach both the agent and the admin
- Fixed a bug where the contact form success/failure message was not shown correctly when multiple recipients were configured
- Fixed MLS Grid importer incorrectly deleting properties that were not yet fetched when an import run was interrupted or incomplete
- Fixed the first record in a CBA CSV import always being skipped due to an incorrect row offset
- Fixed a PHP notice triggered when viewing the Dictionaries admin list
- Fixed a PHP warning in the Fields admin model when field access property was not set
- Fixed the CF Presets tab in the fields view failing to load when the Custom Fields plugin was not active
- Fixed an undefined variable reference in the Agents plugin admin list
- Fixed pagination on the Translation admin page defaulting to an undefined start position
## [6.2.1] - 2026-06-26
Adds per-property contact email, improved dictionary value UI, and 14 bundled language packs; fixes contact form routing, import reliability, and several minor bugs
### 🚀 New Features
- Added a custom email address field per property listing, allowing inquiries to be routed to a specific address instead of the global admin email
- Redesigned the 'Add Value' button for dictionary dropdown fields — now uses a cleaner inline form with save/cancel icons instead of a special dropdown option
- Bundled 14 language packs (Arabic, Czech, German, Greek, Spanish, French, Hungarian, Italian, Dutch, Portuguese, Slovak, Turkish, Ukrainian, Traditional Chinese) directly into the extension package
### 🐛 Bug Fixes
- Fixed contact form inquiry emails not being sent when a property has an assigned agent — emails now correctly reach both the agent and the admin
- Fixed a bug where the contact form success/failure message was not shown correctly when multiple recipients were configured
- Fixed MLS Grid importer incorrectly deleting properties that were not yet fetched when an import run was interrupted or incomplete
- Fixed the first record in a CBA CSV import always being skipped due to an incorrect row offset
- Fixed a PHP notice triggered when viewing the Dictionaries admin list
- Fixed a PHP warning in the Fields admin model when field access property was not set
- Fixed the CF Presets tab in the fields view failing to load when the Custom Fields plugin was not active
- Fixed an undefined variable reference in the Agents plugin admin list
- Fixed pagination on the Translation admin page defaulting to an undefined start position
### 🔧 Changes
- Removed a deprecated PHP E_STRICT error handler that was no longer needed
- Improved reliability of property deletion cleanup during scheduled MLS Grid imports by requiring a full successful fetch before removing stale listings
Version 6.2.0 (25 May 2026)
New Features:
- Inquiry management (messages/leads) built into core component — inquiries stored and managed in admin without the Contact Form plugin being enabled
- Email template settings (inquire subject/body) moved to component configuration panel
- Unified email templates across all plugins — configurable parameters with sensible defaults pre-filled on install
Updates:
- Improved dark mode admin theme — form inputs and odd-row backgrounds now render correctly
- Improved listing page performance with lazy-loaded images and deferred non-critical JavaScript
Version 6.1.2 (30 Mar 2026)
Bug Fixes:
Fixed search module dropdowns not rendering on Android mobile devices (chosen.js was disabling itself)
Version 6.1.1 (24 Mar 2026)
Bug Fixes:
fix: Joomla 4 compatibility and array_search null check
fix: add Joomla 4 compatibility for File::getExt/stripExt/makeSafe
Version 6.1.0 (17 Oct 2025)
Updates:
Joomla! v.6.0 compatibility
Version 6.0.11 (26 Feb 2025)
Bug Fixes:
Fixed fatal error in menu configuration when selecting property list
Version 6.0.10 (25 Feb 2025)
Bug Fixes:
Fixed fatal error in menu configuration when selecting property list
Version 6.0.9 (15 Feb 2025)
Bug Fixes:
fixed search by full address from the search module suggestion
Version 6.0.8 (20 Dec 2024)
New Features:
displaying notification on the top of admin pages in the case of network problems
Bug Fixes:
fixed search by dictionary values with a slash in names
fixed removing verification in the case of network problems
Version 6.0.7 (09 Sep 2024)
New Features:
Added new parameter to set Single property title with Address (default) or Property title
Added notifications after admin actions like save, delete, etc
Updates:
Unpublishing obsolete addons when updating FW Real Estate
Bug Fixes:
minor fixes in admin dashboard
Version 6.0.6 (23 Aug 2024)
Updates:
styles and scripts file versions have been replaced with their md5 hashes
Version 6.0.5 (23 Aug 2024)
New Features:
added images, videos, pdf counter in properties admin list
Version 6.0.4 (20 Aug 2024)
Updates:
removed unused code
added new text constant - email body with address fields for contact form plugin
Version 6.0.3 (19 Aug 2024)
Updates:
support for new fields in contact form and pdf request form
Version 6.0.2 (15 Aug 2024)
New Features:
leads administrator dashboards and listing inprovements support
Version 6.0.1 (29 Jul 2024)
Updates:
Updates to support Send PDF brochure via e-mail
Version 6.0.0 (20 Jun 2024)
Updates:
UIkit uk prefix in css classes was replaced to fwk, in scripts to UIkit class was added the fwk prefix to avoid conflicts with UIkit used in templates and others extensions
Version 5.7.21 (15 May 2024)
Updates:
improvements to support menu item selection in agent settings
Version 5.7.20 (01 Apr 2024)
Updates:
moved configuration parameter Admin email from FWRE Contact Form to the component
Version 5.7.19 (15 Mar 2024)
New Features:
bathroom and bedroom max value admin parameters
Version 5.7.18 (11 Mar 2024)
New Features:
Map view to be set to satellite or other map type parameter
Version 5.7.17 (08 Mar 2024)
Bug Fixes:
fixed loading language file on the site side
Version 5.7.16 (09 Feb 2024)
Updates:
ability to load design addons css file(s) via addon to be able to change style file version outside of component
Version 5.7.15 (29 Jan 2024)
Bug Fixes:
fixed limitstart reset on search in admin
fixed css storing fix
fixed search in the property Layout Anywhere module
Version 5.7.14 (24 Jan 2024)
Bug Fixes:
fixed address fields publishing/unpublishing in admin
Version 5.7.13 (23 Jan 2024)
Bug Fixes:
fixed property saving error
Version 5.7.12 (17 Jan 2024)
Updates:
Address fields are always visible on a property add/edit form despite fields settings
Bug Fixes:
fixed mp4 video uploading
fixed remote mp4 displaying
Version 5.7.11 (26 Dec 2023)
Updates:
Set default description length in menu parameters to 200 instead of 20
Bug Fixes:
added checking for numeric values in longitude and latitude fields
Version 5.7.10 (21 Dec 2023)
Updates:
language file update
Version 5.7.9 (12 Dec 2023)
Bug Fixes:
fixed appying fields access settings
Version 5.7.8 (07 Dec 2023)
Updates:
Added global config parameter to Dark Mode On/Off
Bug Fixes:
fixed modules settings custom parameters
fixed error when adding some dictionaries new values, new property with some empty numerical fields
fixed properties copying
Version 5.7.7 (05 Dec 2023)
Bug Fixes:
fixed checking a property numeric fields for non-numeric (empty) values which led to database server errors
Version 5.7.6 (29 Nov 2023)
Bug Fixes:
fixed fatal error for dictionaries admin in the fresh installations
Version 5.7.5 (28 Nov 2023)
Updates:
possibility to switch off loading UIkit framework for cases of using global Joomla! templates which are using UIkit
updates in the dark admin theme
Bug Fixes:
fixed search in overriden language constants
Version 5.7.4 (21 Nov 2023)
Updates:
Sync UIKit css + icons JS
Displaying a website key in update websites admin
Added JArrayHelper class (if not exists) to support old existing code
Added possibility to switch off loading UIkit via custom design addons code
Hide admin main menu module in addons list
Bug Fixes:
Language constants fix
Version 5.7.3 (03 Nov 2023)
Updates:
Joomla! v.5.x compatibility
Check for lost pdf files and asking to remove them if found after installing the component
Added admin dark theme (if the browser or system uses a dark theme)
Moving feed tempate to design addons
Added displaying of MLS# in property admin list and search by it among some other fields
Bug Fixes:
search functionality improving and debugging
Version 5.7.2 (14 Sep 2023)
Bug Fixes:
fixed error during initial installation of the component
Version 5.7.1 (11 Sep 2023)
New Features:
New FWRE admin menu link module
Updates:
Added an update notification lightbox prior to installing an update
Bug Fixes:
fixed storing user translation to overrides
search for street number with slash fix
Version 5.7.0 (18 Jul 2023)
Updates:
Admin Dashboard new design
Version 5.6.4 (09 Jul 2023)
Bug Fixes:
fixed notification popup design
Version 5.6.3 (05 Jul 2023)
Bug Fixes:
improved verification routine
fixed css section
Version 5.6.2 (29 Jun 2023)
Updates:
added Agency and Demo designs to the installation package for easy upgrade and launch
Version 5.6.1 (27 Jun 2023)
Bug Fixes:
fixed Joomla 3.x fatal error with wrong parameter type for HttpFactory::getHttp()
Version 5.6.0 (26 Jun 2023)
Updates:
Moved all site template files (from the component, modules, add-ons) to the design add-ons
Version 5.5.0 (17 Apr 2023)
Updates:
Full admin design update
Bug Fixes:
Cleaning up update links to the .net domain
Version 5.4.4 (22 Mar 2023)
Bug Fixes:
fixed Placeholder images work for admin, not for the front-end
Version 5.4.3 (21 Mar 2023)
Bug Fixes:
Description doesn't save on Save
Version 5.4.2 (01 Mar 2023)
Updates:
added a badge with the current value to range sliders on property edit forms
removed from the settings ability to switch off loading of UI kit
Version 5.4.1 (19 Feb 2023)
Updates:
rebuilding files upload scheme to making changes with files after pressing apply or save button only
Version 5.4.0 (14 Feb 2023)
Updates:
Better website verification
Bug Fixes:
fixed calulating properties qty in the search module when multicurrency plugin is enabled
Version 5.3.3 (23 Jan 2023)
Updates:
- on print page switching off tabs to display maximum info
Bug Fixes:
- changed filtering and calculating qty properties by exact qty of bathrooms or bedrooms
- fixed error in the backup restore - non static method called statically in the component helper
- calculating property slider thumbs height by js
Version 5.3.2 (20 Jan 2023)
Bug Fixes:
fixed loading UIkit custom icons
Version 5.3.1 (18 Jan 2023)
Bug Fixes:
for the new properties set initial empty values for ranges
fixed escaping fron-end links when Joomla! SEF mode is off
Version 5.3.0 (05 Jan 2023)
New Features:
Add a setting to set a default image for properties when no images are uploaded.
Version 5.2.6 (02 Jan 2023)
Bug Fixes:
translation requesting and loading fix
Version 5.2.5 (13 Dec 2022)
Bug Fixes:
Do not display the slider if there are no pictures
Property storage error when country, region, city, or other dictionaries are empty
Version 5.2.4 (17 Oct 2022)
Bug Fixes:
added a property title to the page title on a one property view
Version 5.2.3 (14 Sep 2022)
Bug Fixes:
fixed display of properties when no filters are set in the menu settings
Version 5.2.2 (13 Sep 2022)
Bug Fixes:
fixed display of installed addons on *nix hosting when there are uppercase letters in the path
Version 5.2.1 (12 Sep 2022)
Bug Fixes:
added a check for an active subscription with an inactive site
Version 5.1.1 (29 Jul 2022)
Bug Fixes:
unable to get to the FW dashboard
Version 5.0.3 (16 Feb 2022)
Updates:
Property List, Grid and Single Property layout icons fix.
Bug Fixes:
Map view critical fix to show property popup on marker click.
Version 5.0.2 (15 Feb 2022)
New Features:
Update button in admin Dashboard, when a new version comes out.
Version 5.0.1 (15 Feb 2022)
Updates:
Optimized FWRE Map View to avoid map markers duplication for some templates, when properties are clustered.
Bug Fixes:
Critical bugfix for saving properties when FWRE Status Labels add-on was not installed resulted in inability to save a property.
Removed a country with "0" name when a property was created.
Version 5.0.0 (13 Feb 2022)
New Features:
New UIKit responsive framework used as a core library.
Remembering opened tabs in Admin when a page is reloaded.
Drag & drop sorting for property images and storing by clicking Save button.
Property images Alt attributes for every image.
Updates:
Optimized component, which help to reduce a product size more than by 50%.
Removed Bootstrap from the core of the component.
Replaced Font Awesome with SVG elements.
Significantly improved Admin design and unification.
Admin Dictionaries ordering update to work the same way as in the other sections.
Reworked and fixed modules' admin parameters and controls layout.
Version 4.4.1 (26 Nov 2021)
Updates:
FWRE Custom Fields sorting parameter for the fields.
Remembering filter setting after a new field, fields group or fields tab is added/edited.
If the new custom field alias is not unique, a warning message will be shown.
Version 4.4.0 (19 Oct 2021)
New Features:
Support for FWRE Custom Fields checkbox and select new field types.
Group Custom fields in cards by field groups.
Break custom fields cars into 2 columns.
Version 4.3.1 (17 Sep 2021)
Updates:
FWRE Saved Search removed one notification a day limit.
Bug Fixes:
FWRE Saved Search saving admin email template code parameter bug fixed.
Version 4.3.0 (09 Sep 2021)
Updates:
Major Joomla! 4 review
Admin design fix
Joomla! 4 router update
Version 4.2.3 (16 Jul 2021)
Updates:
Admin CSS Styles editor update for easier code look up and copy.
Better integration with FWRE SEO Booster add-on.
Version 4.2.2 (28 Jun 2021)
Bug Fixes:
JavaScript bugfixes clean up.
FWRE Social Share bug fixe to share properties with a friend.
Version 4.2.1 (25 Jun 2021)
New Features:
Copy from English button in Admin -> Dictionaries allow multilingual websites copying English (original) fields values into active additional language for selected values.
Bug Fixes:
Admin Wizard Assistant menu item is now static and only messages indicator changes when new notifications are available.
Version 4.2.0 (24 Jun 2021)
Updates:
Big update for multilingual websites: now when editing property, all dictionary fields show native value and original English version in parentheses. It was tricky to notice that the value was set in a different language, which caused many confusions.
Version 4.1.2 (24 Jun 2021)
Bug Fixes:
A fix for FWRE Extra Fields Interior dictionary field typo, that resulted into blank result on the front-end.
Version 4.1.1 (24 Jun 2021)
Bug Fixes:
Removed legacy .fade CSS class on front-end, that started to cause content invisibility for some templates.
Version 4.1.0 (22 Jun 2021)
New Features:
New admin panel design
Sidebar wizard with batch installation and updates
New verification system, using login instead of access code
Updates:
Numerous layout updates through admin system
Bug Fixes:
Custom fields fixes for earlier versions
City dictionary bugfix
Minor bugs clean up
Version 4.0.0 (22 Jun 2021)
New Features:
Major component review in terms of architecture and functionality.
Joomla! 4.0.x compatibility.
Version 3.11.1 (27 Dec 2020)
Updates:
CSS clean up and optimization.
Version 3.11.0 (24 Dec 2020)
Updates:
Menu item options allow multiple status fields as parameter.
Version 3.10.1 (18 Dec 2020)
Bug Fixes:
Minor bug fix to show saved email when viewing lead (message) in a back-end.
Version 3.10.1 (18 Dec 2020)
Bug Fixes:
Minor bug fix to show saved email when viewing lead (message) in a back-end.
Version 3.10.1 (17 Dec 2020)
Bug Fixes:
Minor bug fix to show saved email when viewing lead (message) in a back-end.
Version 3.10.0 (15 Oct 2020)
New Features:
Integration with new radial search feature in Map View add-on allowing to set center point with coordinates and radius with mi/km to be visible on a Map View.
Version 3.9.9 (13 Oct 2020)
Bug Fixes:
Duplicating file extension bug fix on resize.
Version 3.9.8 (13 Oct 2020)
Bug Fixes:
Bug fix for gallery pictures not being stored on save.
Old code cleanup.
Version 3.9.7 (08 Oct 2020)
Bug Fixes:
Minor updates and reported bugfixes.
Version 3.9.6 (01 Sep 2020)
Updates:
Changed add-ons publishing after update. Now all disabled add-ons will remain disabled after update.
Bug Fixes:
A fix for User Section menu to correctly appear on mobile views.
Version 3.9.6 (01 Sep 2020)
Bug Fixes:
A fix for User Section menu to correctly appear on mobile views.
Version 3.9.5 (28 Aug 2020)
Updates:
Update for parameters passed to Maps add-ons when calculating property coordinates by address. Now coordinates are more precise.
Version 3.9.4 (07 Aug 2020)
Updates:
Admin-> Add-ons: added detailed deals page with option to get a deal from the component.
Bug Fixes:
Admin -> Properties: search by address didn't work correctly in a search field in property list.
Version 3.9.3 (03 Aug 2020)
Updates:
Important search update to work with latest modifications that allow to store street number in a separate field. It was ignored in search previously, but now will work in Search module in a Street field or combined search field along with Country and State/Province.
Version 3.9.2 (24 Jul 2020)
Bug Fixes:
Leads admin section fixes to render recent updates from FWRE Contact Form add-on.
Version 3.9.1 (23 Jul 2020)
Updates:
Removed lightbox for password change in User Section.
Bug Fixes:
Active tab selection in User Section.
Invisible Google Captcha fix to work with FWRE Google Captcha add-on.
Version 3.9.0 (19 Jul 2020)
New Features:
New Add-ons Menu Settings parameter with Hide value by default to avoid advanced add-on configuration for menu item settings. This was rarely used, but caused complications for add-ons added after menu item was created.
Added Updated date field to make it possible to update this field with MLS/IDX import.
Updates:
Added Version and Subscription cart buttons to add-ons details in Add-ons section for better clarity for each option.
Updated Fields Mapping table for smooth synchronization with external data feeds.
Admin tabs and blocks with fields layout were unified.
Bug Fixes:
Fixed issue with disappearing menu column after hitting Apply button in Property Manager add-on.
CSS refactoring.
Version 3.8.2 (13 Jul 2020)
Bug Fixes:
MLS/IDX integration updates.
Cron jobs unification.
Version 3.8.1 (13 Jul 2020)
Bug Fixes:
Bugfixes for Agents and Rental add-ons.
Version 3.8.0 (10 Jul 2020)
New Features:
Separated apartment number from address in its own field for smooth MLS/IDX synchronization. It affected a number of add-ons. Make sure you have all your add-ons up to date.
Updates:
Default values set for Currency dictionary. Works for fresh installation only.
Renames Dimensions to Measures in admin Dictionaries and added default values set. Works for fresh installation only.
Version 3.7.1 (17 Jun 2020)
New Features:
Admin Dashboard: add-ons section will now show documentation and demo links when available.
Updates:
Admin Dashboard: component section separated from add-ons list.
Admin Dashboard: install all and update all buttons will appear in add-ons section header if available.
Bug Fixes:
Admin Dashboard: missing language constants added.
Admin Dashboard: add-ons counter fixed in component section.
Admin Translations: bug with copying language constants to Overrides.
Version 3.7.0 (13 Jun 2020)
New Features:
New Available Add-ons and Updates section in admin Dashboard. Now all available plugins are listed there and you can easily track installed versions and manager your add-ons set up.
Admin Dashboard section provides all information on add-ons with links to product page, demo and documentation.
Overrides option in Translations allows to copy constants you need to Joomla! Overrides to keep them through upgrades. Also if a constant has a value defined in Overrides there will be an indicator to notify that.
Backup Translation button in admin Translations section helps storing manually modified file and prevent it from being replaced after an update.
Added pagination to Translations section in admin.
Updates:
Translations in admin: path to main(edited) language file is shown upon selection.
Translations in admin: path to Joomla! Overrides language file is shown to let user know where to lookup for replacement.
Translations in admin: empty constants are not shown.
Add-ons in admin: now shows only Add-ons you didn't purchase. All purchased and free add-ons are shown in Dashboard in a table for easier management.
Version 3.6.0 (10 May 2020)
New Features:
Integration with FWRE Slideshow View add-on that adds a new layout for component and Layout module.
Integration with Featured add-on to allow showing featured properties on top in layouts.
Integration with Google Structured data to allow adding structured code to optimize page for search bots and improve SEO.
Integration with Mapbox Maps to allow using Mapbox APIs for map view.
Integration with Yandex Maps to allow using Yandex APIs for map view.
Updates:
On single listing page slideshow update slider height to match the height of image in slider rather than keep it the same for all images disregarding their size.
Updated Font Awesome CSS that comes with FWRE to isolate it from template's Font Awesome.
Bug Fixes:
Fixed prices output to make only price bold and all other text comments small on all layouts and single listing view.
Version 3.5.2 (15 Apr 2020)
Bug Fixes:
A typo in SQL query that resulted in inability to verify account in Admin panel.
Version 3.5.1 (09 Apr 2020)
Bug Fixes:
Update link was not rendered properly giving error at automatic Joomla! update.
Version 3.5.0 (08 Apr 2020)
New Features:
New design system allowing changing design and layouts. Currently we separated Default minimalistic Bootstrap design and added free Demo design shown on our demo website. But there will be more to come soon.
Updates:
Add-ons badges to help you see most popular, new, recommended and add-ons that have updates available.
Add-on view page that provides detailed information on add-ons which is being constantly updated.
Version 3.4.2 (13 Mar 2020)
Updates:
Special update to make extension add-ons work with Joomla! native update system and show updates available if logged in into Fastw3b account with client Access Code.
Version 3.4.1 (04 Mar 2020)
Bug Fixes:
When property access for fields was saved it didn't restore in settings and all fields were showing Default instead of actual values.
Version 3.4.0 (27 Feb 2020)
New Features:
Publish/Unpublish property fields in Property Fields section.
Added backups info into Quick Check on Dashboard.
Added XML files for managing extension access in Joomla! Admin.
Moved Digit Grouping parameter for formatting price output from Multi Currency add-on into main component.
Updates:
Google reCaptcha add-on image.
CSS styles for deals and account block.
Language constants update.
Bug Fixes:
Removed automated price update from Price Label field into Price Value if empty. This caused some issues depending on how numbers were entered.
Changes classes in lightbox from “close” to “btn btn-secondary” for visual consistency.
Fixed height for invisible captcha to avoid blocking textarea elements.
Version 3.3.0 (08 Feb 2020)
New Features:
Separated Pro and Agents pack into 27 independent add-ons which were refined and significantly improved. All previous purchases will be converted with the same add-ons amount as they were made in packs.
Fastw3b account verification moved on top of side menu. As linking account is critical for downloading purchased add-ons we made it more obvious and easier to find.
Maps Module is now replaced with Layout Module that can show any layout in module position with selection option or precisely the one layout selected.
Property Fields section in Admin with the list of all fields available. Has convenient filters to search by title or select only fields relative to a certain add-on.
Access level setting for every field on a front-end defines which user group can see data.
New Custom Fields plugin allows adding your own text fields. They are not searchable at the moment, but you can define where to show them on a front-end.
Right/Main/Hide setting for Agent, Mortgage Calculator and Contact form on a Property view.
Property can now be assigned to multiple agents. All agents will receive email notification if Contact form is filled and sent.
Updates:
Sorted fields on Property Edit view to keep more import on the General tab and others on the Secondary tab.
Thumbs will now not show up if there in only one image on a property view.
Status add-on now shows selected color in a Dictionary list when selected.
Contact form add-ons: phone field is now required.
Properties can now be filtered by Agent when shown.
Social share add-on now allows to share via email.
Listing layout menu item now has "Allow layout switching" parameter to allow switching between different view or show only the one selected.
Bug Fixes:
Status edit view is fixed: color field in now bigger and fits HEX code number.
Version 3.2.1 (09 Dec 2019)
Updates:
Agent Property Listings view is now available in Menu Item if Agency plugin is activated.
Version 3.2.0 (18 Nov 2019)
New Features:
New concept: free main extension with add-ons. Now there will be same FW Real Estate platform for all packs with ability to extend core functionality.
Mass add-ons installation and update. After add-ons are installed for the first time thay are enabled or published, but still parameters may need to be configured to use them properly.
Admin Add-ons section new filters to easily see installed and available add-ons.
Updates:
Fastw3b Access Code form authorization has moved on top of sections menu as it now becomes vital for updates and support.
Dashboard Add-ons statistics table with data on total, installed, available and update required items.
FWRE Search module has all display fields enabled by default.
Version 3.0.0 (28 Oct 2019)
New Features:
The first release of FW Real Estate updated platform based on single environment with add-ons to extend functionality and design.