Você está usando um navegador desatualizado. Este ou outros sites podem não ser exibidos corretamente. Recomendamos atualizar seu navegador ou usar um navegador alternativo.
Bug Fix Security: hardening across file/attachment handling, admin AJAX auth and CSRF, access control, and output encoding - lock down the spiderurl/checksubscription AJAX actions, guest attachment access, category submission, and reflected/stored XSS in admin search, tag cloud, and category modules.
Addition Add per-field "Match all words in any order" search option (off by default): when enabled on a text field, multi-word advanced search terms match listings containing all of the words in any order instead of as one exact phrase; double-quoted "phrases" still match exactly. Shown in the field editor only for free-text field types
Bug Fix Fix Grid Gallery lightbox looping back to the first image after the 5th when a listing has 6 or more images (Summary and Details views); all images are now rendered as popup anchors while the grid still shows the 5-tile preview with the "+N" overlay, so the lightbox steps through the full set
Removed Remove the unused Link Checker feature entirely.
v4.1.3
Addition New field type: Date Period - searchable field for storing a period between two dates (eg. 1939-09-01 to 1945-05-09); end date is optional for ongoing periods, search uses "active during" overlap matching
Addition Unified geocoder: Photon (photon.komoot.io) is now the default with Google Maps Geocoder retained as a configurable option via new 'geocoder' config; adds Photon autocomplete dropdown with keyboard navigation (ArrowUp/ArrowDown/Enter/Escape) and 'geocoder_countrycode' config to restrict results by ISO 3166-1 alpha-2 country code(s) (Photon supports multiple comma-separated codes, Google Maps uses the first). Map config reorganised to separate Geocoder section (Geocoder, Country Code) from Google Maps section (API Key, Map Types, Default Type, Styled Map), and all hardcoded google.maps.Geocoder calls replaced with the MT.Geocoder abstraction across frontend, admin, templates, and modules
Addition Add 'noimage_thb' config (Image group) to override the no-image thumbnail with a custom path or URL; also auto-detects per-template noimage_thb.png at /components/com_mtree/templates/{template}/noimage_thb.png or /images/noimage_thb.png so custom templates can ship their own placeholder without code changes
Addition Add 'keep_filter_open_when_filtered' option in template config.php (listings_view) to control whether the filter dropdown is expanded by default when listings are filtered
Bug Fix Fix radius search: distance not shown in listing summary when listing has no populated address fields (banyan styles 1-9, boldfire style 1), and SQL error "Unknown column 'distance' in 'order clause'" when advanced search uses sort=distance without an active radius search
Bug Fix Fix core fields (Address, City, State, Country, Postcode, etc.) missing from listing summaries when stray cfvalues rows exist for some listings but not others
Bug Fix Fix malformed closing tag in category field type HTML output
Bug Fix Fix COM_MTREE language strings not loaded in mt modules when displayed on non-Mosets Tree pages
Change a11y: change listing summary heading from h3 to h2 in all bundled templates (banyan, boldfire, drift, sienna, slate, zenith) to fix WCAG 2.1 heading order; custom CSS targeting .mt-ls-header h3 will need updating
v4.1.2
Addition New module: mod_mt_location_search
Addition New field type: Heading - displays section headings to organize custom fields in Add Listing form, Listing Details and search forms
Bug Fix Fix grid gallery lightbox navigating all images on page instead of per listing
Bug Fix Fix trigger_modified_listing config to support core field IDs (Name, Description, etc)