Changelog
4.1.3
Released: 20 May 2026
- 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
4.1.2
Released: 30 April 2026
- 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)
4.1.1
Released: 8 March 2026
- Addition Add Facebook App ID configuration for Facebook Like button.
- Note Default gallery in summary view set to classic slider
- Bug Fix Preserve CodeMirror, TinyMCE or any WYSIWYG editor's content on category change
- Bug Fix Refactor Feedcreator
- Removed Remove unused FancyBox library and assets
- Bug Fix Replace Video.js 3.2.0 with native video player
- Bug Fix Replace MediaElement.js 2.19.0 with native audio
- Bug Fix Enable seeking in audio/video players
- Note Replace FlexSlider with Swiper for image galleries
- Bug Fix Constrain cluster map within container bounds
- Note Updated markerclusterer.js library to new API version
- Note multipledates: replace jQuery datepick with Flatpickr
- Bug Fix Use frontend URL for file attachment downloads in admin
- Addition feat(a11y): improve WCAG 2.2 accessibility across Mosets Tree
4.1.0
Released: 7 November 2025
- Addition Add grid-style gallery layout option for listing images with adaptive layouts based on photo count.
- Bug Fix Fix bug with CSV Export where secondary categories are not being exported.
- Addition Add a new option to download CSV file from Export.
- Addition Add a new option to export categories.
- Addition Search & Advanced Search: Fix bug where listings are shown when searching by category that the user is not authorized to view.
- Addition New feature to import JSON and ZIP files from the Mosets Tree's export feature.
- Addition New tool to view all categories breadcrumbs and surface existing Diagnosis tool.
- Bug Fix Fix bug with Edit Listing dropdown menu when Font Awesome or Bootstrap is not available.
- Note cat_created column's default value is now set to CURRENT_TIMESTAMP.
- Addition Import tool now supports updating existing listings.
- Addition Now store guest email when reports are made.
- Note Now use Font Awesome 6 Free.
4.0.14
Released: 18 December 2024
- Bug Fix Fix deprecated function call in MTConfigHtml.
- Addition Add a new option to Core Website field and Weblink fieldtype for Exit Popup when clicking on external links.
- Addition Add a new option to Category fieldtype to show category names only.
- Bug Fix Custom fields' parameters now shows description.
- Bug Fix MT Importer: Fix Hot Property importer.
- Bug Fix Fix listing summary image height.
- Bug Fix Fix bug with redirection when modifying listings with validation errors.
- Bug Fix Escape search string in search results header.
- Bug Fix Fix bug with checkboxes in back-end advanced search results.
- Addition Add a new option to export listings by date range.
4.0.13
Released: 5 September 2024
- Bug Fix Resolve "Cancel" Button Issue in Recommend & Report.
- Bug Fix Fix Custom Date field not saving/showing date.
- Addition mod_mt_tagcloud: New cat_id parameter to scope the tag links to a specific category
- Bug Fix Fix "cat.*" header in Export.
- Bug Fix Fix List Owners page pagination.
- Bug Fix Fix regression issue with Pagination introduced by changes in Joomla 5.1.3.
- Bug Fix Add missing mod_mt_listings_dark.css
4.0.12
Released: 9 July 2024
- Bug Fix Fix error in saving geocoded listings in "Locate Listings in Map".
- Bug Fix Fix bug in not detecting geocode-able listings.
- Bug Fix Fix bug where "Save Locations" button is not enabled.
- Bug Fix Fix missing listing summary styling in "My Page".
- Bug Fix Fix incorrect CSS class name for featured and unfeatured icon in back-end.
- Bug Fix Fix J5 regression bug with captchas.
- Bug Fix Improve back-end dark mode
- Note Minor change to dynamic tree folder UX.
- Bug Fix Fix Date field format
- Addition Add option to show Username, Name or ID in Owner core field.
- Note Refactored to use SVG in rating stars and share icons.
4.0.11
Released: 17 February 2024
- Bug Fix Fix error in J4 when saving listings.
4.0.10
Released: 5 February 2024
- Bug Fix Fix regression issue with toggling publish/unpublish listing state.
- Bug Fix Fix Joomla update URL.
4.0.9
Released: 16 January 2024
- Addition Add WebP image support.
- Addition Add support for "Category Name" in Export tool.
- Bug Fix Fix associated listing pagination.
- Bug Fix Fix bug in misplaced closing DIV tag in Add Listing template page.
- Addition Add canonical link to listing pages.
- Addition Use Font Awesome 6 on Joomla 5.
4.0.8
Released: 13 June 2023
- Addition Add "Save" action when reviewing only 1 pending listing.
- Addition Option to rate listings in summary view.
- Bug Fix Load jQuery in print, search results page.
- Bug Fix Fix bug saving price at 0.
- Bug Fix Fix error preventing template installation.
- Bug Fix Resolve PHP 8.2 depreceation notices.
4.0.7
Released: 17 February 2023
- Addition Add page_listCategories.tpl.json.php for All Categories end-point.
- Note Rename all icon-* classes to mt-icon-*.
- Bug Fix MT Importer: Fix missing cat_id value in dry-run report.
- Bug Fix Fix 404 error when retrieving Alias only URLs.
- Bug Fix Fix issue saving modification for approval with listings that are assigned to 2 or more categories.
- Bug Fix Fix error saving empty Year.
- Bug Fix Fix bugs causing error saving listings.
- Bug Fix Fix issue with report by guest.
4.0.6
Released: 18 January 2023
- Change mod_mt_categories_chained_select: Categories are ordered alphabetically.
- Addition PHP 8.1 compatibility.
- Bug Fix MT Importer: Fix CSV dry run function.
- Bug Fix Fix error saving a listing in front-end with empty image.
- Note Upgrade SQL to make 'country' column nullable
4.0.5
Released: 1 July 2022
- Bug Fix Fix inability to move or copy categories.
- Bug Fix Fix bug where categories search results are not clickable.
- Bug Fix Fix error deleting categories.
- Bug Fix MT Importer: Fix incorrect redirect function parameter.
- Bug Fix Fix bug copying categories.
- Bug Fix MT Importer: Use unicode slug
- Bug Fix Cluster Map's links opens in the same window.
- Bug Fix Owner controller now only shows enabled users.
- Addition New module: mod_mt_categories_chained_select
- Bug Fix Fix bug in template causing overlapping categories.
4.0.4
Released: 26 May 2022
- Addition Dark theme support.
- Note Return 404 error code when a listing is not found.
- Addition Show a message to user when description field's WYSIWYG editor is set to required and left empty during submission.
- Bug Fix Fix missing listing image in Map module.
- Bug Fix Fixing undefined variable warning in mod_mt_categories_expanding.
- Note Move 4.0.0 upgrade SQL queries to SQL file.
4.0.3
Released: 7 April 2022
- Bug Fix Fix missing double quotes in search HTML.
- Bug Fix Fix non-loading map tiles in back-end.
- Note Refactored subcat index styles t use sub_subCats.tpl.php template file.
- Addition No more restrictions on the characters allowed in tags.
- Bug Fix Update Listings finder plugin.
- Addition Support unicode slug in custom fields.
- Bug Fix Fix mod_mt_search styles.
- Addition Update Profile Picture plugin for Joomla 4.
4.0.2
Released: 4 March 2022
- Addition Refactor all internal links to use Mosets/Router.
- Bug Fix Ensure that version 4 is installed on Joomla 4 only.
- Bug Fix Fix missing remove icon.
4.0.1
Released: 25 January 2022
- Bug Fix Fix Spy Users' Order By select list js error.
- Bug Fix remove mootools' toInt() function.
- Addition Now uses utf8mb4 charset and utf8mb4_unicode_ci collation in mysql tables.
- Bug Fix Fix missing Itemid in pathway.
- Bug Fix Fix overflow text in listing details fields output.
- Bug Fix Fix missing HTMLHelper in template files.
- Addition PHP 8 compatibility.
4.0.0
Released: 17 August 2021
- Addition Joomla 4 compatibility.
3.10.11
Released: 28 September 2020
- Bug Fix Add Whatsapp social sharing button to Kinabalu template.
- Bug Fix Update Mapbox implementation to use modern static tiles API.
- Bug Fix Support unicode slugs.
- Bug Fix Fix display issue with rating star where its display might be assigned as block.
- Bug Fix Correct an image orientation based on image's EXIF date when in GD2 library.
- Bug Fix Fix 7.4 depreceation notice for "Array and string offset access syntax with curly braces".
3.10.10
Released: 10 May 2020
- Bug Fix Fix partially hidden focus fields in summary view.
- Bug Fix Fix bug affecting custom field with caption that contains quote(s).
- Bug Fix Fix bug where listing renewals aren't working as expected.
- Bug Fix Fix bug in module assignment to allow module to be published to Root category only.
- Bug Fix Fix PHP Notice in router.
- Bug Fix Fix incorrect parameters in COM_MTREE_ADMIN_NEW_REVIEW_MSG_WAITING_APPROVAL.
- Addition Youtube fieldtype now have a new option to show image (default) or video in summary view.
- Bug Fix Fix bug where 'Custom Tile Server URL' is not being used.
- Removed Removed unused 'useFeaturedHighlight' parameter in Banyan template.
- Bug Fix Fix error when deleting categories with listing.
- Bug Fix Fix bug where incorrect new rating were recorded when a vote is discarded after rejecting a review.
3.10.9
Released: 15 July 2019
- Addition Add additional support for map providers: OpenStreetMap, Mapbox and HERE.
- Bug Fix Fix minor erros in Banyan's CSS.
- Bug Fix Add responsive CSS to some Banyan's Index template page.
- Bug Fix Fix issue with using double quotes in input fields.
- Bug Fix Fix pagination in 'Browse By' pages.
- Bug Fix Remove sharing to Google Plus.
- Addition Postcode now accepts Elements.
3.10.8
Released: 13 February 2019
- Bug Fix Fix incorrect CSS syntax typo in page_subCatIndex* and page_index* template files.
- Addition Include user's name property in reviews output.
- Bug Fix Fix fields not being updated when changing top level categories in front-end.
- Bug Fix Fix missing RSS core field captions.
- Bug Fix Only display 'reviewCount' when there is at least one review.
- Bug Fix Fix bug related to tag with ampersand (&) that causes linkstag links not working.
- Note Remove updateservers from Mosets Tree and Profile Picture plugin's manifest file.
- Bug Fix Fix PHP 7.3 warning on 'continue' usage inside 'switch' statement without a numeric argument.
3.10.7
Released: 5 December 2018
- Bug Fix Fix incorrect bug when copying listing with core field date, telephone and year.
- Bug Fix Fix bug with using Styled Google Maps.
- Bug Fix Fix bug causing 'Reset' filter not working on IE11.
- Bug Fix Fix PHP warning in tellDateTime function.
- Addition Support core field columns in back-end search results.
3.10.6
Released: 13 September 2018
- Addition New config to choose between username and user ID for owner slug in SEF URL.
- Addition When using " Link ID & Alias Hybrid slug type", we can just specify the link ID to load a listing.
- Bug Fix Fix error when enabling GA tracking in Vanity URL field.
- Bug Fix Fix bug causing template to fail when running under Windows server.
- Bug Fix Fix bug where breadcrumbs are not showing for category.
3.10.5
Released: 25 July 2018
- Bug Fix Fix issue lo loading controller with uppercase letter(s).
- Bug Fix Fix search redirect issue where ampersand is replaced with &.
3.10.4
Released: 27 June 2018
- Bug Fix Fix error when viewing a non-existent owner page. Now returns 404.
- Bug Fix Fix issue with verifying subscription's Access Key.
- Bug Fix Fix issue with listings not showing in cluster map.
- Bug Fix Fix bug where listings are not found when browsed by tags.
3.10.3
Released: 14 May 2018
- Bug Fix Fix bug where field with multiple input values aren't retaining value when running under PHP 7.1+.
- Bug Fix Fix PHP 7.2's count() warnings.
- Bug Fix Banyan: Ellipsis in index view's category now links to the category page.
- Bug Fix Fix buy where 'Browse By' does not work when SEF URL is not enabled.
3.10.2
Released: 18 April 2018
- Bug Fix Fix bug with kinabalu listing summary thumbnail.
- Bug Fix Fix bug with listings pagination display.
- Bug Fix Website field is not showing in details view.
- Bug Fix Fix login redirect bug not redirecting to the origin URL.
- Addition COM_MTREE_CLUSTER_MAP_LISTING_READ_MORE
3.10.1
Released: 2 April 2018
- Bug Fix Fix repeating Website field when it's set as main attribute or focus field.
- Bug Fix Fix missing language string for Share with Whatsapp config.
- Bug Fix Fix missing argument for SEARCH_PLACEHOLDER language string in sub_search.
- Addition COM_MTREE_RATE_THIS_LISTING, COM_MTREE_ADD_YOUR_LISTING_HERE is now overridable in top level categories.
- Bug Fix Fix bug causing 'Browse By' not to work.
3.10.0
Released: 29 March 2018
- Addition Brand new template 'Banyan'.
- Bug Fix Can not browse category when Directory's View Access Level is set to non-Public.
- Bug Fix Error when searching for "Pending" listings in back-end.
- Bug Fix Error 403 during save listing when (1) 'Allow owner to modify listing' is set to No and; (2) Modifying listing as Manager.
- Bug Fix Parse URL function in Core Description does not parse HTTPS URL correctly.
- Bug Fix Fix bug in showing incorrect number of listings in 'browse by' results.
- Bug Fix Claim button not showing if the listing owner is assigned additional non-claimable user groups.
- Bug Fix Fix reflected XSS vulnerabilities in filter result pages.
- Bug Fix MT Importer: Fix inability to import values with 0 through CSV.
- Bug Fix Fix bug in Date field where it is showing even when left empty.
- Addition New Share with WhatsApp.
- Bug Fix Fix PHP 7.2 Warning on count()-ing non-countable types.
- Bug Fix Don't override mFieldTypeNumber getInpitValue function so that it can have default value.
3.9.8
Released: 13 July 2017
- Addition Youtube fieldtype now supports playlist.
- Bug Fix Allow editing listing even when users reached or exceeded permitted number of listings.
- Bug Fix Make Number based custom field taggable.
- Addition Search by Tag now supports filtering by category.
3.9.7
Released: 16 May 2017
- Bug Fix Fix and fatal error when running on PHP 5.4 or earlier.
- Bug Fix Update Mass Geocode Google Maps version from 3.6 to 3.
- Bug Fix Fix bug preventing from being able to load additional listings in Mass Geocode.
- Bug Fix Adds user agent when importing image using "Import Images" tool.
- Addition mod_mt_lastupdate now also reflects update date & time when a listing is published through 'Start Publishing' date time.
- Bug Fix Fix the inconsistent listing counts in Search By pages.
3.9.6
Released: 21 March 2017
- Note Show error when copying a template without name or folder name.
- Addition mod_mt_alphaindex now shows additional alpha index characters if defined in configuration.
- Bug Fix 'Cluster Map's Max Zoom Level' is not applied when Cluster Map is hidden by default.
- Bug Fix RSS showing in New & Updated page regardless of RSS configuration.
- Note Secondary categories in Category fieldtype are now ordered alphabetically.
- Bug Fix Fix issue with Social Sharing buttons that appears scrunched.
- Bug Fix Fix bug affecting SEF URLs of listing summary's 'Read more'.
- Addition Add 'My Subscription' to register Access Key and view subscription status.
3.9.5
Released: 16 January 2017
- Addition Add support for Greek characters in Tags field.
- Addition Add a configurable max zoom level for cluster maps.
- Addition Add support for adding city, state, country and postcode to page and open graph title.
- Bug Fix Fix Spy directory listing search filter removing spaces.
- Bug Fix Fix mobile layout when showing category images in Index page.
- Removed Remove unused elements support in Web link field type.
- Bug Fix Fix issue with Fancybox when site is using jQuery 2.
- Note No longer impose maximum of 6 character limit for e-mail hostname.
- Addition Show modified data & time in back-end edit listing page.
- Bug Fix Fix bug in Search on Number based custom fields when using Slider search.
- Bug Fix Don't remove Joomla's Meta Description & Keywords in Root view if these are not set in language override.
- Note Disable scroll wheel in cluster maps.
- Bug Fix Fix bug affect onContentChangeState event hook where it is triggered every time a listing is modified.
- Addition onContentAfterSave, onContentAfterDelete: Add listing name to the object passed during trigger.
- Addition New onAfterNewListingApproved event hook. This is triggered when a new listing is approved.
- Addition CSS files are not editable in back-end UI.
- Addition Add support for "Max. allowed characters." in Text based custom fields.
- Bug Fix Fix missing prefix and suffix text when using Listing Details Style 2 and onwards.
- Bug Fix Fix bug in mass geocoding when listing name or address contain newlines.
- Bug Fix Fix bug where only one related category can only be added at a time.
- Bug Fix Fix RSS icon showing in listing pages that does not have RSS feed.
- Bug Fix Remove Associated Listing custom fields from Top Listings fields selection.
3.9.4
Released: 1 November 2016
- Bug Fix Fix mod_mt_filter where cookies stored for search value aren't cleared when auto search is enabled.
- Bug Fix Fix mod_mt_filter where reset does not clear slider's value.
- Bug Fix Fix number based fields not showing values during edit.
- Bug Fix Fix bug where hidden fields' value are not carried over when submitting modification for approval.
- Bug Fix Fix PHP 7 compatibility in RSS function.
- Bug Fix Fix bug causing counter values in custom fields to empty when saving listings.
3.9.3
Released: 12 October 2016
- Bug Fix Fix bug causing "Template" setting in back-end Edit Listing showing template paths instead of folder names.
- Bug Fix Fix missing slider base parameter in Number and Number based field types.
- Addition Add owner & reviewer name to e-mail sent to listing owner when a new review is added.
- Bug Fix Fix slider search's auto search feature trigger other filter.
- Addition Use Itemid in Search module (mod_mt_search).
- Bug Fix Fix for social buttons' CSS box.
3.9.2
Released: 14 September 2016
- Bug Fix Fix bug causing search completion to not work when allow_json_output is disabled.
- Bug Fix Fixed a fatal error when submitting review.
- Bug Fix Fixed bug affecting Name field being de-assigned when saving category in back-end.
- Bug Fix Fixed missing Google Maps API in front-end edit listing page.
3.9.1
Released: 31 August 2016
- Bug Fix Fix bug causing Captcha to appear when changing category in back-end.
- Bug Fix Fix bug causing JSON related query not to work when allow_json_output is disabled.
3.9.0
Released: 26 August 2016
- Bug Fix Fix incorrect custom Publish Up datetime when creating new listings.
- Addition Adds support for cluster maps.
- Addition Number based fields now defaults to a Slider based ranged search.
- Addition Filter module (mod_mt_filter) now has auto search.
- Note Number fieldtype now uses number input field.
- Note E-mails sent through contact and recommended form now originates from the site's sender name & email.
- Note Google Maps in listing details page now uses API Keys.
- Bug Fix Fix bug affect page's META data being converted to HTML Entities twice.
- Addition Support for renewing listings when they are nearing their expiration date.
- Addition New cron controller that execute scheduled tasks within Mosets Tree's context. Hook name: onMTreeExecuteCron
- Bug Fix Fix non-working config for keyword search toggle.
- Bug Fix Fix bug affecting "Search By" when values are numeric.
- Note "Search By" values are now sorted naturally instead of frequency.
- Addition Listing Owners page now supports category.
- Addition mod_mt_owners now links to 'Read more...' page.
- Addition JSON output support.
- Note Don't show Reviews data in Listing Owners page when Reviews are disabled.
- Addition E-mails to admin for pending reviews now contains URL to the listing.
- Addition Featured core field can now be made editable in front-end.
- Bug Fix Fix missing title in Listing Owners page.
- Bug Fix Fix bug affecting newly copied category having the same alias as original category.
3.8.6
Released: 8 June 2016
- Bug Fix Fix non-working listing parameters.
- Bug Fix Undo the changes to Text Editor fieldtype to fix issue with non-TinyMCE editor.
- Bug Fix Fix typo that refers to minimum size in Image field type. It should refer maximum size.
- Bug Fix Fixed RSS link not using correct Itemid.
3.8.5
Released: 31 May 2016
- Addition Supports RSS feed for owners' favourite listings.
- Bug Fix Fix bug preventing template installation.
- Bug Fix Fix listalpha pages not using fe_num_of_alpha config.
- Bug Fix Fix pagination bug when paginating Top Listings pages created through Joomla's Menu.
- Bug Fix Fix missing COM_MTREE_CATEGORY_URL language key.
- Bug Fix Fix RSS feed PHP Notices when using custom fields.
- Bug Fix Fix bug affecting simple search ordering.
- Bug Fix Fix bug where a custom created date can not be saved when creating new listing.
- Addition Add additional module positions to allow publishing module to a specific listing using position name as follows: listing-footer-id#, listing2-footer-id# and listing3-footer-id#, where # is the listing ID.
- Bug Fix Fix error when searching with random sorting.
- Note Undo the changes to WYSIWYG editor that retains value when changing category.! Undo the changes to WYSIWYG editor that retains value when changing category.
3.8.4
Released: 18 April 2016
- Addition Supports Page Heading when defined and enabled in Home's menu item.
- Bug Fix Text based fields does not trim text based on maxDetailsChars parameter.
- Note Coredesc's ellipsis is now overridable.
- Bug Fix Fixed publish_up not following timezone.
- Bug Fix Core modified field not outputting datetime with local timezone.
- Bug Fix mod_mt_stats now links to Listing Owners page
- Bug Fix Fix mismatch in owners count.
- Bug Fix Fix unintended behaviour where entered data are encoded during onChange event.
3.8.3
Released: 11 April 2016
- Bug Fix Fix pagination issue with Top Listings when limit is different from fe_num_of_all config.
- Bug Fix Fixed listalpha not being ordered.
- Bug Fix Fixed missing reCaptcha.
- Bug Fix Fixed bug where fields values are not retained when changing category.
- Addition Ability to sort by more core fields in All Listings, Advanced Search and Filter Search results page.
- Bug Fix Fix bug affecting changing of owner when editing listings in back-end.
- Addition Supports individual listing reviews RSS feed.
3.8.2
Released: 15 March 2016
- Bug Fix Fix collation error in listalpha under Joomla 3.5.
- Addition Attachments now return noindex and nofollow header. Configurable through hidden config.
- Note Core description field now uses maxlength attribute when max characters are configured.
3.8.1
Released: 8 March 2016
- Bug Fix Fix a fatal error when running under PHP 5.4.
3.8.0
Released: 7 March 2016
- Addition PHP 7 compatibility.
- Addition Joomla 3.5 compatibility.
- Addition Keyword search in Filters.
- Bug Fix Include Itemid and use SEF URL when sending URLs in approved listing e-mail.
- Bug Fix Fixed PHP Notices in adjacentListing::getListing and mtAppendPathWay method.
- Bug Fix Fixed root's pagination.
- Addition Taggable values now has unique class name.
- Addition An indicator is shown in "Notes' tab when there are listing notes while editing listing in back-end.
- Bug Fix mod_mt_search: Use module language strings instead of component's in search completion.
- Bug Fix Fixed Search completion's thumbnail in Firefox.
- Bug Fix Fixed non-default template setting not being used in Index page.
- Addition Year core field now accepts elements.
- Bug Fix mod_mt_listing: "Only Sub-cats listing" setting not limiting to active category.
- Bug Fix Fixed Index page where it does not respect the new "Show 'Add Listing' link" config.
- Addition Add secondary sorting in All Listings page.
- Addition Add new audio player field type.
- Note Now uses Google Maps 3.x release version.
- Bug Fix Fix PHP Warning on mod_mt_alphaindex.
- Note Alpha List in Index is not mobile-responsive.
- Note User's profile page now shows owner name instead of username.
- Addition mod_mt_owners: New module showing listing owners.
- Addition SEF URL for attachments.
- Bug Fix mod_mt_listings: Prefix & Suffix display text now shows in module.
- Addition New Joomla Form Field: mtfield.
- Addition New event: onAfterCreateListing
- Addition New hidden config to redirect user to a custom URL when submitting a new listing for approval.
- Bug Fix Images are now saved according to the initial upload order.
- Bug Fix Rebuilding tree now retains categories custom ordering.
3.7.1
Released: 21 December 2015
- Bug Fix mod_mt_menu: Random, Listing Owners and Advanced Search menu item not highlighted when active.
- Bug Fix mod_mt_search: Missing search completion results thumbnails.
- Addition Make mselectmultiple and multipledates fields use placeholder.
- Addition Additional support for top level category language overrides.
- Bug Fix Search completion not working when 2 or more mod_mt_search modules are published with the same parent category.
- Bug Fix Fixed missing mselectmultiple fieldtype directory.
- Bug Fix Fixed permission issue when loading fields through JSON request.
- Bug Fix Fixed missing module class suffix support in Search module.
3.7.0
Released: 23 November 2015
- Addition SEO improvement to allow sprintf to searchby and sub-category's title and header.
- Bug Fix Category custom field not showing primary category by repeating secondary category.
- Bug Fix Fix Description field's parse URL parameter to prevent it from parsing IMG element src attribute.
- Note Adds nofollow attribute links created from linkcreator.
- Addition Adds support for detecting https in parsing description field's URL.
- Note Clicking on listing summary reviews goes directly to listing details reviews section.
- Note Only listing with review has linkable reviews count.
- Addition Listing ID field is now searchable.
- Addition mod_mt_listings now can have up to 3 filters.
- Addition RSS now outputs raw custom fields data as part of description.
- Addition Add Telephone, Multiple Dates & Listings fieldtype.
- Addition Super Users can now manage (edit & delete) published listings in front-end.
- Bug Fix Fix the missing 'remove' icon in listing details view.
- Addition New permission type called 'Manager'. Manager allows you to assign user groups to manage listings in front-end. This is overridable in top level categories.
- Addition Adds a menu item type for "All Listings".
- Addition Adds "Alternative Layout" option to all modules.
- Bug Fix Fix bug where a listing can not be saved when there is another required field for different edit access level.
- Addition Added links to view listing page from back-end.
- Change mod_mt_search: Drop-down categories now only show top level categories for the current user who is authorized to access.
- Change Advanced Search and Edit Listing's categories option now only show top level categories for the current user who is authorized to access.
- Addition Adds a new config to control when to show "Add your listing here" link.
- Addition Adds a new config to limit the number of listings a user can have.
- Addition Add Year & Date field as sorting options.
- Addition mod_mt_search: Search completion for matching listings and categories name.
- Addition Dedicated page showing all listing owners.
- Addition New top listings type: Random Listings
- Addition Adds 2 new core fields: firstname, lastname
- Addition Ability to show additional core fields in back-end's listings column.
- Bug Fix MT Importer: Fix inability to recognize existing selectmultiple custom fields when importing CSV data.
- Bug Fix Fix styling in back-end categories search results.
- Bug Fix Category field not showing the correct category for primary category in summary view.
- Addition Ability to navigate next or previous listing in listing details view.
- Note Addresses now displays according to ordering.
- Addition Listings' pending approval e-mails to admin now contains direct link to review listings in back-end.
- Change Searching with empty keyword in mod_mt_search now brings you to All Listings page.
- Change Minimum search characters' configuration is now visible.
- Bug Fix Remove link in listing summary image when listing is pending for approval.
- Addition Approval e-mails for new & updated listing now contain links to the listing.
- Bug Fix Fix recommend e-mail where user's name is stripped of space.
- Addition New option to sort listing based on one column only.
- Change Always auto focus Name field when adding or editing a listing.
- Addition Select Multiple fields now has the option to use Single Select List or Multiple Select List for their search type.
- Bug Fix Fix pagination issue when searching through Advanced search menu item.
3.6.6
Released: 9 September 2015
- Bug Fix Fix empty alias when creating listing from back-end.
- Bug Fix mosets_kinabalu: Fix footer positioning.
- Bug Fix Update install SQL file to fix assets lft & rgt value that affects admin login when Mosets Tree is uninstalled.
- Bug Fix Fixed missing publishing data when saving in back-end.
- Bug Fix Add Vimeo fieldtype.
- Bug Fix Fix DateTime error when adding new listing in back-end under Joomla 3.4.4.
- Bug Fix Fix PHP 5.3 incompatibility by removing the use of short array syntax.
- Bug Fix Fix 'Size' setting in custom fields not having any effects in actual fields.
3.6.5
Released: 1 September 2015
- Bug Fix Cookies are not set when viewing a listing page.
- Note Rename the term 'Hits' to 'Unique Pageviews' to better reflect the stored data.
- Note Rename the term 'Visited' to 'Website Clicks'.
- Bug Fix Correct the config name and adds explanation to 'hit_lag'.
- Note Import Images tool now downloads multiple images (3) asynchronously.
- Bug Fix Removing listings does not remove listing association.
- Addition MT Importer: Supports importing listing association using 'link_id1' column.
- Bug Fix Fix problem in changing category in Edit Listing page using iPad.
- Note Use scheme-less relative URI in loading Youtube video.
- Bug Fix 3.6.0 upgrade fails due to duplicate column name.
- Addition Add parameter to disable thousand separator in number based field type.
- Note Don't use main index template page by default when creating new category in back-end UI.
- Bug Fix Surface limit_max_chars config for simple search.
- Addition mod_mt_search: Advanced Search link now uses parent_cat_id.
- Note Rename 'Search By' to 'Browse By' in language strings.
- Addition mod_mt_menu: Add 'Browse By Tag'.
- Addition mod_mt_menu: Add 'Advanced Search'.
- Addition Add a description(COM_MTREE_SEARCH_BY_DESC) to page_searchBy.
- Bug Fix Listing details style 3: Only center main image.
3.6.4
Released: 12 August 2015
- Note COM_MTREE_CLAIM_EMAIL, COM_MTREE_REPORT_EMAIL, COM_MTREE_REVIEW_TITLE
- Bug Fix Votes, Visited & Views reset to 1 when values are 1,000 or more after saving a listing in back-end.
- Note Claim e-mail sent to administrator now contains information about claimant: Name, Username & E-mail.
- Bug Fix Back-end simple search now follows the ordering as configured in Configuration.
- Addition Add E-mail field to Report Listing form.
- Bug Fix Unable to submit review report.
- Addition mod_mt_stats: Now show total number of owners. All total counts now links to respective pages.
- Bug Fix Incorrect default format for Month & Year fieldtype.
- Bug Fix Audio Player custom field does not auto start and loop.
- Bug Fix Disable search toggle for Owner core field.
- Bug Fix MT Importer: Add support for importing from SobiPro 1.1.
3.6.3
Released: 14 July 2015
- Addition COM_MTREE_CONFIGNAME_USE_CAPTCHA_RECOMMEND
- Bug Fix Fix ACL bug when Review listing permission is set to Public requires login.
- Note Center listing details style 3 main image.
- Addition Mosets Tree Transifex project is now available at: https://www.transifex.com/projects/p/mosets-tree/
- Addition Captcha support for Recommend action.
- Bug Fix Fixed PHP's Strict Standards notice in Savant2's Options plugin.
- Note Refactor the way scripts and stylsheets are loaded to enable compression and SSL.
- Note Use scheme-less relative URI in loading Google Maps javascript.
- Note Google Maps in front-end now relies on Google Maps javascript library to detect on document ready instead of jQuery's.
3.6.2
Released: 19 June 2015
- Note COM_MTREE_CONFIGNAME_SEF_VIEWREVIEWS, COM_MTREE_CONFIGNAME_SEF_VIEWREVIEW
- Bug Fix Update assets lft & rgt value to fix admin login issue when Mosets Tree is uninstalled.
- Bug Fix Revert the access check behaviour pre-ACL to direct user to login page when an action is performed by non-logged in user.
- Bug Fix Fix regression bug affecting attachment download.
- Bug Fix Fix error when using profile picture due to non-matching library name used.
- Bug Fix Fix inability to save predefined e-mail replies in Configuration.
3.6.1
Released: 11 June 2015
- Addition COM_MTREE_CONFIGNAME_SHOW_SHARE_WITH_LINKEDIN
- Note Make Contact Owner, Recommend and Report Listing publicly accessible.
- Bug Fix Adds missing prevent_rate_own_listing and prevent_review_own_listing config.
- Bug Fix Fix inconsistent ACL check in page_writeReview.tpl.php.
- Bug Fix Fix back-end orderup and orderdown icon's alignment in Firefox.
- Addition Edit view level support for accessing fields when adding/modifying listings.
- Removed Removes custom legacy 'Access Level' support in Web link field type.
- Bug Fix Fix missing COM_MTREE_FROM and COM_MTREE_TO language key in back-end.
- Addition Top Listings module (mod_mt_listings) now supports specifying multiple category IDs (separated by commas).
- Addition Adds support LinkedIn social sharing.
- Addition Update Profile Picture package to 2.0.0.
3.6.0
Released: 27 May 2015
- Addition COM_MTREE_PERMISSION_LISTING_CREATE_TITLE, COM_MTREE_PERMISSION_LISTING_CREATE_DESC, COM_MTREE_PERMISSION_CATEGORY_CREATE_TITLE, COM_MTREE_PERMISSION_CATEGORY_CREATE_DESC, COM_MTREE_PERMISSION_LISTING_CLAIM_TITLE, COM_MTREE_PERMISSION_LISTING_CLAIM_DESC, COM_MTREE_YOU_ARE_NOT_AUTHORIZED_TO_ACCESS_THIS_LISTING, COM_MTREE_PAGE_TITLE_ADD_LISTING_TO, COM_MTREE_CONFIGNAME_PREVENT_REVIEW_OWN_LISTING, COM_MTREE_CONFIGNAME_PREVENT_RATING_OWN_LISTING, COM_MTREE_MOBILE, COM_MTREE_CONTACTPERSON, COM_MTREE_YEAR
- Removed COM_MTREE_CONFIGNAME_USER_ADDLISTING, COM_MTREE_CONFIGNAME_USER_ADDCATEGORY, COM_MTREE_CONFIGNAME_USER_REPORT_REVIEW, COM_MTREE_CONFIGNAME_USER_CONTACT, COM_MTREE_CONFIGNAME_USER_RATING, COM_MTREE_CONFIGNAME_USER_REVIEW, COM_MTREE_CONFIGNAME_USER_REPORT, COM_MTREE_CONFIGNAME_USER_RECOMMEND, COM_MTREE_PLEASE_LOGIN_BEFORE_REVIEW, COM_MTREE_PLEASE_LOGIN_BEFORE_RECOMMEND, COM_MTREE_PLEASE_LOGIN_BEFORE_CONTACT, COM_MTREE_PLEASE_LOGIN_BEFORE_RATE, COM_MTREE_PLEASE_LOGIN_BEFORE_CLAIM, COM_MTREE_PLEASE_LOGIN_TO_VIEW_MORE_INFORMATION_ABOUT_THIS_LISTING
- Addition Joomla ACL support.
- Addition mod_mt_menu: Adds 'Automatic' setting to Add Listing and Add Category link.
- Note Listing details access control is now a config based on Joomla's Access Levels.
- Bug Fix Fix back-end orderup and orderdown icon's alignment.
- Bug Fix Bring back tooltip in Configuration items.
- Addition Adds new configuration to control the view access level on directory and top level categories.
- Addition Add Twitter Card support.
- Addition Add Pinterest On Hover Pin.
- Addition Add Facebook Like.
- Addition Adds social sharing buttons: E-mail, Facebook, Twitter, Google Plus & Pinterest.
- Addition Refactor routines that output custom fields in sub_listingDetails template file in to a separate template file at sub_listingDetailsFields.tpl.php.
- Addition Price, Hits, Visited, Votes field and Number field type now supports number format (decimals, decimal point, thousand separator) and option of 4 type of search format: Exact, Contains, From X To Y and Exactly/More Than/Less Than X.
- Addition Rating field field now supports additional search format and a new option to output as value.
- Addition Add dropdown search field type to Tags field.
- Addition Category fieldtype now shows secondary categories with option to show category as breadcrumbs.
- Addition Adds 4 new core fields: date, year, mobile & contactperson.
3.5.13
Released: 30 April 2015
- Bug Fix Listings in Most Favoured and Most Review list shows category from cat_id=1.
- Bug Fix Listing summary in Home view shows category.
- Bug Fix Date custom field 'required' state is not present after changing category in Add Listing form.
- Bug Fix Prefix & Suffix text in Add Listing form now shows in independent lines.
- Bug Fix Fix 'Strict Standards' PHP warning in mod_mt_stats module.
- Bug Fix Rename schema attribute 'publishDate' to 'datePublished'.
- Bug Fix Captcha field type now works with reCAPTCHA version 2.0 that is supported by Joomla 3.4.
- Bug Fix Fix 404 issue when using custom sef_reviews_page alias.
- Bug Fix Improve structured data markup.
- Bug Fix Update and refactor sup.* CSS.
- Bug Fix Fix "Undefined property" PHP Notice in mod_mt_listings module's back-end.
- Bug Fix Fix incorrect path used in mod_mt_search module's action.
- Bug Fix Fix missing thumbnail in listing summary when first ordered image are removed.
- Bug Fix Fix SEF URL issue when viewing through link created using Menu Manager.
- Bug Fix Fix division by zero warning when type_of_listings_in_index_count is 0.
- Bug Fix Filter and mod_mt_filter forms are now responsive.
3.5.12
Released: 10 December 2014
- Addition Adds limitbox for back-end search and advanced search results.
- Bug Fix When Contact Owner is available to Registered Users only, hide the form in details page when viewed by non-logged in user.
- Bug Fix Returns 404 when visiting a listing with no website.
- Addition Adds 'contains' filter condition to Top Listings 3.0 module.
- Bug Fix Unset view query parameter in router's build function.
- Bug Fix Fix 'false' output from Associated Listing custom field when changing category while editing listing.
- Bug Fix Fix Vanity URL 'Go' button to prevent it from submitting form.
- Bug Fix Fields are not updated when changing category due to PHP Notices.
3.5.11
Released: 24 September 2014
- Bug Fix Fix 'Go' bug in corewebsite and mweblink fieldtype when opening websites with non-latin characters.
- Note Use space instead of non-breaking space in checkbox field type.
- Bug Fix plg_search_mtree: Fixed Itemid detection in MT search plugin URLs.
- Bug Fix Fix no ordering bug when 'sort' parameter is passed to listlisting URLs.
- Bug Fix Server-side required fields check now skip hidden fields.
- Bug Fix Fixed unreadable attachment in front-end due to usage of deprecated API.
- Bug Fix Fix bug where searching between 2 dates does not work.
- Bug Fix Fix default File custom field where attachments are not saved.
- Bug Fix Number field type now search based on float instead of integer to support decimal numbers.
3.5.10
Released: 14 July 2014
- Bug Fix Fix mod_mt_browse module's PHP warning on calling non-static methods.
- Bug Fix Associated Listing's Input HTML now is sorted by Name.
- Bug Fix Copying listings now copies its listing association.
- Bug Fix Search By results now displays listings regardless of whether it is assigned to a category as primary or secondary category.
- Bug Fix Fix offset bug in created/publish_up/publish_down datetime when saving listing.
- Change No longer returns 404 when viewing a listing reviews page when there are no reviews.
- Bug Fix Category configuration override now saves _order2 configs.
- Addition Adds fieldtype class to fields row in summary and details view.
- Bug Fix Fix minor bug preventing files from being downloaded by non-logged in users.
- Addition Youtube field type: Allows additional Youtube parameter for customization.
- Addition Improved javascript regex for validating URLs in corewebsite and weblink field type.
3.5.9
Released: 19 May 2014
- Bug Fix Fixed locale bug in date based field type.
- Bug Fix Fixed bug where spaces are stripped in report message.
- Bug Fix FIxed missing rev_id and link_id in reply review form.
- Bug Fix Google Maps now works in SSL/https.
- Bug Fix mod_mt_listings: Fixed hidden thumbnails when viewed in IE8.
- Addition Enable lightbox in print view.
- Bug Fix Fixed bug affecting Fast Add submission.
- Bug Fix Fixed bug where category image and description are not shown when category is set to use index template page.
- Bug Fix Fields' prefixes and suffixes now takes raw input, including HTML elements.
3.5.8
Released: 25 March 2014
- Bug Fix Fixed a regression affecting Move/Copy categories task.
- Bug Fix Fixed bug where %H:%M:%S values are not saved in listing core date fields.
- Bug Fix Fixed bug preventing Spidering URLs with non-string characters.
- Bug Fix Adds output separator parameter to Checkbox field.
- Addition Shows error message when submitted listings does not contain all required fields.
- Bug Fix MT Importer: Fixed error when importing properties without assigned agent.
- Bug Fix Fixed bug where having a required file based custom field in front-end prevents listing from being saved during edit.
- Addition Adds parameter to select search field type in Tags field. Defaults to Text.
- Addition List Listings pages now displays listings regardless of whether it is assigned to a category as primary or secondary category.
- Addition Adds link_created index to #__mt_links
3.5.7
Released: 12 March 2014
- Addition Modularize Report and Reply review templates.
- Bug Fix Fixed SQL error when no custom fields are assigned to directory or category.
- Bug Fix Fixed Profile Picture plugin issue on accessing files.
- Addition Generates sh404sef URL in back-end when sh404sef is enabled.
- Bug Fix Fixed missing language string in profile picture plugin.
- Bug Fix Fixed coredesc and texteditor fieldtype when loading non-TinyMCE editor.
- Bug Fix Update sub_listingDetailsStyle# template file to include metadata in listing container.
- Addition page_advSearch.tpl.php now insert fieldtype and field ID to field controls.
- Bug Fix Fixed Add Listing validation.
- Bug Fix mosets_kinabalu: Fixed inconsistent A target in header bar.
- Bug Fix Add additional &tmpl=component query to categories.list and fields.list ajax call.
- Bug Fix Fixed inconsistent form names. Use mtForm now, in place of adminForm in Edit Listing.
3.5.6
Released: 4 February 2014
- Addition COM_MTREE_THIS_FEATURE_IS_NOT_AVAILABLE_IN_DEMO_MODE
- Bug Fix Fixed mod_mt_search bug when limiting to a category.
- Bug Fix Listing Details style 2 - 8 now uses #field_x ID in custom fields output.
- Bug Fix Fixed pagination bug in search-by URLs links when keyword contains space.
- Addition mod_mt_alphaindex: New parameter to limit alpha index to a category.
- Bug Fix Fix bug in listalpha's 0-9 SEF URLs.
- Note Force load mootools using JHtml::_('behavior.framework') when captcha is enabled.
- Addition Add description to mod_mt_filter fields option.
- Bug Fix Add additional validation to make sure required fields are filled in before accepting front-end submission.
- Bug Fix Add Demo Mode.
3.5.5
Released: 20 December 2013
- Bug Fix Brought back checkbox to apply custom template to all sub categories.
- Bug Fix Fixed error when submitting listings as a non-logged in user.
- Bug Fix Checkbox and Tags fields now have the options to do a 'Match All' or 'Match Any' search.
- Bug Fix Hide Delete link in front-end when user_allowdelete is set to No.
- Bug Fix Fix incorrect label in Image field type's size parameter.
- Addition Update coreprice field with a new parameter to hide the field when price is 0.
3.5.4
Released: 19 November 2013
- Note COM_MTREE_USE_MAIN_INDEX_TEMPLATE_PAGE
- Addition MOD_MT_LISTINGS_VALUE_RANDOM_LISTING2
- Bug Fix Misc. fixes on Google Maps.
- Bug Fix Fixed back-end search stripping spaces.
- Bug Fix mod_mt_categories: Fixed syntax error.
- Addition Adds 'Search Category' parameter to 'Category' field type.
- Addition Adds 'btn btn-small' class to listing's summary action links.
- Addition Loads Bootstrap Framework by default.
- Bug Fix Search results page now loads custom template.
- Note Price core field is now stored as DOUBLE(12,2).
- Bug Fix Fixed missing 'Use Index Template page' option in category.
- Note Captcha is now disabled by default.
- Note Delete link is only visible when listing is published and approved.
- Addition mod_mt_listings: Added a new random listing type that shuffles listings the conventional way.
3.5.3
Released: 28 October 2013
- Addition MOD_MT_TAGCLOUD_FIELD_SORT_BY_LABEL, MOD_MT_TAGCLOUD_FIELD_SORT_BY_DESC, MOD_MT_TAGCLOUD_FIELD_SORT_BY_VALUE_ALPHA, MOD_MT_TAGCLOUD_FIELD_SORT_BY_VALUE_FREQ
- Bug Fix Fixed reordering in front-end.
- Bug Fix Removed PHP short tag in sub_listingDetails.tpl.php
- Bug Fix Prevents installation on unsupported Joomla version.
- Addition Option to define the ordering of tags (alpha|freq).
- Addition mod_mt_tagcloud: Option to show all tags.
- Addition mod_mt_tagcloud: Option to configure the ordering of tags (alpha|freq). Defaults to alpha.
- Addition Now compatible with PHP 5.4.
- Addition Adds limit boxes to back-end screens.
3.5.2
Released: 19 October 2013
- Note Fixed bug preventing category from being saved in back-end Edit Listing screen.
- Bug Fix Search using equal operator in Select List custom fields.
- Bug Fix Fixed redirected URL in Weblink's Go buttons.
- Bug Fix Fixed missing closing DIV tag in sub_subCats.tpl.php template.
- Addition Loads Bootstrap CSS by default.
- Bug Fix Hide Category Configuration in back-end's sub categories edit form.
- Bug Fix Moved mod_mt_filter style to a separate CSS file in /media
- Bug Fix Improve filter module output.
3.5.1
Released: 11 October 2013
- Bug Fix Removed PHP short tag in sub_listingSummary.tpl.php
- Note Fixed bug preventing main category from being saved in back-end Edit Category screen.
- Note Canonical link generation in category and listing view have been removed. This is not generated by Joomla SEF plugin.
- Bug Fix Fixed error in Copy Template.
- Addition templates/[template name]/print.css
- Addition Adds print.css support to templates to improve print styling.
- Addition searchby pages now loads custom template as defined by category.
- Bug Fix Implement missing mttemplate form field.
- Bug Fix Implement Bootstrap grid system to kinabalu subListingDetails Style 2 - 7.
- Note Image thumbnails now show standard small image. No longer uses grid system.
- Bug Fix Improved print output.
3.5.0
Released: 27 September 2013
- Addition Compatible with Joomla 3.1 and 3.2
- Addition Uses Bootstrap CSS Framework
- Addition Layout is now responsive.
- Addition COM_MTREE_CATEGORY_CONFIGURATION, COM_MTREE_PARAMETERS, COM_MTREE_REVIEW_TEXT, COM_MTREE_CUSTOM_FIELD_SETTINGS, COM_MTREE_EDIT_FIELD_CATEGORIES_ASSIGNMENT, COM_MTREE_EDIT_FIELD_CATEGORIES_ASSIGNMENT_INSTRUCTIONS, COM_MTREE_SEARCH_CATEGORIES
- Note COM_MTREE_PUBLISHING -> COM_MTREE_LISTING_PUBLISHING, COM_MTREE_NOTES -> COM_MTREE_LISTING_NOTES
- Removed COM_MTREE_DELETE_LISTINGS_MSG, COM_MTREE_MOVE_LISTINGS_MSG, COM_MTREE_COPY_LISTINGS_MSG, COM_MTREE_APPROVE_AND_PUBLISH_LISTING_MSG
- Addition Associated listing field type no longer have search available as an option.
3.0.11
Released: 2 September 2013
- Removed COM_MTREE_PLEASE_ENTER_A_VALID_USERNAME
- Addition en-GB.fld_vanityurl.ini
- Bug Fix Localise Month and Year fiedtype during Input and Output.
- Bug Fix Fixed missing closing > in mtext field type input HTML.
- Bug Fix Fixed language typo: COM_MTREE_IMPORT_IMAGES_DONE
- Bug Fix Fixed issue with importing images from Weblink fields when wrapper type is not 'http'. Also optmized the import operation.
- Bug Fix Fixed pagination issue with searchby pages.
- Bug Fix Fixed js bug that allows saving category without name in back-end.
- Bug Fix Fixed Text Editor field type bug when editor is set to none.
- Addition Text Editor field type now supports content plugins.
- Bug Fix Fixed bug where listings are shown, when 'Show Listings' is set to No and category is set to use index template page.
- Bug Fix Fixed bug in 'Number of listings under top level cats.' template parameter when sets to 'ALL'.
- Bug Fix Fixed pagination issue when a top level category uses list limit that is different from global's.
- Bug Fix Fixed publish_up offset bug when saving a link in back-end.
3.0.10
Released: 8 July 2013
- Addition en-GB.fld_corefeatured.ini, en-GB.fld_year.ini
- Addition FLD_COREFEATURED_FEATURED_ONLY, FLD_COREFEATURED_NON_FEATURED_ONLY, FLD_YEAR_EXACTLY, FLD_YEAR_AFTER, FLD_YEAR_BEFORE
- Bug Fix Fixed partial template fallback from m2 to kinabalu.
- Bug Fix Fixed incorrect fields layout issue with mod_mt_listings.
- Bug Fix Fixed issue with HTML elements being stripped when approving modification in back-end.
- Bug Fix No longer show profile picture's filler image when the Profile Picture plugin is disabled.
- Bug Fix Fixed validation bug when submitting reviews as public.
- Bug Fix Fixed 404 errors caused by incorrect path in jquery.fancybox-1.3.4.css for loading image assets.
- Bug Fix Fixed 'Array' string appearing on Visit action link.
- Bug Fix Fixed bug in Checkbox field type where caption appears even when it is configured to show in Edit Screen only.
- Bug Fix Corrects Listing ID in e-mail sent to admin during modification approval.
3.0.9
Released: 20 May 2013
- Note COM_MTREE_CONFIGNAME_FE_NUM_OF_ALL
- Removed COM_MTREE_CONFIGNAME_FE_NUM_OF_SEARCHRESULTS
- Bug Fix Removed fe_num_of_searchresults config to use fe_num_of_all config for consistency.
- Bug Fix Fixed non-working checks on required Captcha field.
- Bug Fix Make corepostcode fieldtype taggable.
- Bug Fix Fixed issue with filtering hidden fields.
- Note Renamed field type language files: en-GB.fld_mdate.ini, en-GB.fld_mfile.ini, en-GB.fld_memail.ini, en-GB.fld_mnumber.ini, en-GB.fld_mweblink.ini to: en-GB.fld_date.ini, en-GB.fld_file.ini, en-GB.fld_email.ini, en-GB.fld_number.ini, en-GB.fld_weblink.ini.
- Bug Fix Fixed bug in loading field type language file when language keys reside in parent fieldtype class.
- Bug Fix Fixed bug where filter search criteria are not removed after a 'Reset'.
3.0.8
Released: 6 May 2013
- Removed COM_MTREE_PLEASE_ENTER_A_VALID_NUMBER, COM_MTREE_EXACTLY_ON, COM_MTREE_BETWEEN, COM_MTREE_EMAIL_PLEASE_ENTER_A_VALID_EMAIL, COM_MTREE_PLEASE_ENTER_A_VALID_URL, COM_MTREE_NUMBER_OF_VISITS, COM_MTREE_NUMBER_OF_VIEWS, COM_MTREE_CONTAINS_FILE
- Addition FLD_FILE_NUMBER_OF_VIEWS
- Bug Fix Added the missing 'home' view for the new Home item type.
- Addition Adds a new Date format: 'June 1, 2007'
- Bug Fix Fixed router that deals with cached segments data producing incorrect URL when used without Itemid.
- Note Change the default minimum width and height to 300px.
- Bug Fix Fixed Reply Review title.
- Addition Adds 'auto' option to mod_mt_listing module's image size.
- Bug Fix Removed PHP short tag in page_advSearch.tpl.php.
- Addition Adds fullscreen capability to Youtube fieldtype.
- Bug Fix 'searchword' query string in Search SEF URL now appears searchword field instead of as part of SEF URL.
- Bug Fix Fixed validation bug in IE browser.
- Bug Fix Youtube field type now uses IFRAME to embed video.
- Note Number fieldtype is now taggable.
- Addition en-GB.fld_mnumber.ini, en-GB.fld_mdate.ini, en-GB.fld_memail.ini, en-GB.fld_mweblink.ini
- Bug Fix Presents login form when accessing My Page while not logged in.
- Bug Fix Fixed Mosets Tree's back-end title to show as text string.
- Bug Fix Make Text field type's size editable.
3.0.7
Released: 9 April 2013
- Addition COM_MTREE_MENU_TASK_NAME_HOME, COM_MTREE_MENU_TASK_MSG_HOME, COM_MTREE_ALL_LISTINGS_SORT_OPTION_-LINK_FEATURED, COM_MTREE_CONFIGNOTE_NOTE_ADVANCED_SEARCH, COM_MTREE_CONFIGNOTE_NOTE_SIMPLE_SEARCH, COM_MTREE_CONFIGNAME_ADVANCED_SEARCH_SORT_BY
- Removed COM_MTREE_CONFIGNAME_ALLOW_OWNER_RATE_OWN_LISTING, COM_MTREE_CONFIGNAME_ALLOW_OWNER_REVIEW_OWN_LISTING
- Bug Fix Fixed ambiguous 'ordering' column when using this as listing' ordering.
- Bug Fix Fixed pagination bug in all listing page.
- Note Rating field now outputs star images.
- Note mod_mt_listings: link_rating is hardcoded to not show caption.
- Bug Fix Fixed bug in sub_images.tpl.php when no mootools is loaded. Use jQuery instead.
- Addition Added option to use rel=nofollow in corewebsite field.
- Note Remove allow_owner_review_own_listing config as it duplicate user_review (value 2) config.
- Note Remove allow_owner_rate_own_listing config as it duplicate user_rate (value 2) config.
- Addition Added a new menu item type for 'Home'.
- Addition Added additional listing sorting option for 'Featured First'.
- Addition Added new config to set the default sorting of Advanced Search Results page.
- Bug Fix Fixed bug in router when viewing an owner with username that contains dash.
- Bug Fix Make 'Notify' tab visible. It was hidden on new MT 3 installation.
- Bug Fix Fixed bug in add listing redirects where cat_id is not present.
3.0.6
Released: 26 March 2013
- Note Category canonical URL now supports pagination instead of pointing back to page 1 of a category.
- Bug Fix Fixed an error when submitting reviews.
- Bug Fix Fixed bug where secondary categories are not saved when listing modifications are sent for approval.
- Addition New mod_mt_listings module that will replace mod_mt_listing.
- Bug Fix Fixed jQuery conflict when using mod_mt_filter.
- Addition Now sets 'jQuery' variable to 'true' in JApplication.
- Addition Added a new 'Module Assignment' parameter to modules to allow selective inclusion, exclusion, complete inclusion and complete exclusion. These allows a predictable behaviour when new categories are added in the future.
- Bug Fix Fixed getJSOnInit bug in texteditor fieldtype that causes listing to not able to save.
- Addition Adds a new parameter convertSpecialCharsInSummary to coredesc fieldtype make the use of htmlspecialchars function configurable in summary view.
- Bug Fix Fixed 3.0.0 upgrade bug that causes attachment folder to not update correctly, causing users not able to save image/file attachments.
- Bug Fix Fixed bug affecting uploading attachments and images for modification approval.
- Bug Fix Fixed bug not searching correct category through mod_mt_search module when the existing page is a Mosets Tree Category menu item.
- Bug Fix Fixed simple search bug involving space and colon.
- Bug Fix Fixed advanced search form not correctly searching a selected category.
- Bug Fix Fixed bug affecting router.php where 2 or more categories share the same alias.
- Bug Fix Core meta keys and meta description fields can be set as a required field now.
3.0.5
Released: 28 February 2013
- Bug Fix Fixed 'Locate Listings in Map' feature where markers are not showing.
- Addition COM_MTREE_YOU_CANNOT_ENTER_MORE_THAN_ONE_EMAIL_ADDRESS, COM_MTREE_CONFIGNAME_SEF_ASSOCIATED_LISTING_PAGE, COM_MTREE_CONFIGDESC_FIRST_SEARCH_ORDER1
- Removed COM_MTREE_PATHWAY_ADVSEARCH2
- Bug Fix Fixed routing issue when a identical alias exists inside a non-root category that has a defined menu item.
- Bug Fix Fixed error in termsandconditions field type when outputing its value in front-end.
- Bug Fix Fixed search bug in termsandconditions field type.
- Bug Fix Fixed listing details template file to prevent it from displaying fields that does not have values.
- Bug Fix Fixed a bug in back-end where user is not redirected to the last visited page number in category.
- Bug Fix Fixed viewreviews SEF URLs.
- Bug Fix Fixed associated listing pagination SEF URLs.
- Bug Fix Removed detection method for imagemagick and netpbm. Both image libraries are not longer supported.
- Bug Fix Fixed in advanced search where a custom field is not searched if it's not filter searchable.
- Bug Fix Fixed SEF URL where sub-categories are not taking parent category's Itemid.
- Bug Fix mod_mt_categories_expanding: Fixed 'print_cat_recursive' method already exists error.
- Bug Fix Fixed bug that shows custom field in summary view even when it has no value.
- Bug Fix Fixed missing image when a listing's modification is sent for approval.
- Bug Fix Fixed missing custom fields data when a listing's modification is sent for approval.
3.0.4
Released: 5 February 2013
- Note Set core telephone field's 'Show link' option to 'No' by default.
- Bug Fix Fixed Skype field type script's URL.
- Note Updated sub_contactOwnerForm.tpl.php and sub_userProfile.tpl.php to use MText to allow language override based on top level category.
- Addition Show reviewer's profile photo beside reviews.
- Bug Fix Fixed bug where 'fe_num_of_associated' is hidden in upgrade copy.
- Bug Fix Fixed upgrade script that affects user upgrading from version before 3.0.
- Bug Fix Fixed bug in coredesc field type where field is required whenever it's using Wysiwyg editor.
- Bug Fix Fixed bug causing reviews to appear multiple time (viewusersreview_cache) when a listing is assigned to 2 or more categories.
- Note Inline javascript for rating and light box is wrapped inside domready event to prevent it from executing before jQuery javascript is loaded.
- Bug Fix Fixed bug where fields are not assigned to categories created through back-end fast add and front-end category submission. Now these categories will be mapped to fields that are mapped to Root category.
- Bug Fix Fixed bug where images are not saved and assigned to the listing when listing modification is sent for approval.
- Bug Fix Fixed bug where multiple cat_id parameter presents in Advanced Search form.
- Bug Fix Fixed bug where 'alpha_index_additional_chars' is hidden in new install.
- Bug Fix Adds missing '#__mt_links_associations' in uninstall's DROP query.
- Bug Fix Fixed PHP warning when retuning empty advanced search results in back-end.
- Bug Fix Fixed fatal error in back-end's advanced search when routine attempts to load reviews count.
- Bug Fix Removed debug echo in viewusersreview_cache routine.
- Bug Fix Fixed back-end publish up date not saving.
- Bug Fix Fixed hardcoded string in Filter dropdown and Print title.
- Bug Fix Removed javascript comment in page_writeReview.tpl.php to resolve javascript issue when newlines are stripped in this template file.
- Bug Fix Fixed empty #__fields_map table on new install.
- Bug Fix Removed explicitly added Itemid in custom fields.
- Bug Fix Fixed untranslated Root text in mod_mt_dtree.
- Bug Fix Fixed core website field's Spider, where it's not updating the correct element ID.
- Bug Fix Fixed upgrade script that fails to ALTER TABLE to add use_placeholder and is_file column. Also added new fieldtypes that are missing in 3.0.0 upgrade.
- Bug Fix Fixed 'Array' string appearing in Vist action link in listing details page.
- Bug Fix Fixed bug affecting user's reviews and favourites appearing more than once on their user page.
- Bug Fix Fixed bug affecting category description not showing parsed results from plugins.
- Addition COM_MTREE_CONFIGNAME_FE_NUM_OF_REVIEWS_IN_LISTING_PAGE
- Addition Surface 'fe_num_of_reviews_in_listing_page' in config to control the initial number of reviews shown in listing page.
- Bug Fix Fixed fatal error in calling finfo_file in PHP < 5.3.
- Bug Fix mod_mt_menu: Fixed 'Show All Listings' toggle not working.
- Note sub_listings.tpl.php now always shows pagenavigation footer as long as there is at least one listing.
- Note Removes pageNav from page_subCatIndex.tpl.php. Page navigation links is now produced in sub_listings.tpl.php template file only.
- Bug Fix Removes a stray slash in Add Listing template file.
- Bug Fix Fixed fatal error in callback format used in call_user_func_array function.
- Bug Fix Fixed back-end advanced search layout.
- Bug Fix Fixed missing review count in back-end's advanced search results.
- Bug Fix Fixed missing overridable configurations in top level categories when upgrade from prior version.
- Note 3.0.1 upgrade script now reverts MT template to kinabalu if using M2.
- Bug Fix Fixed missing validation in fields that uses textarea element or editor.
- Bug Fix Fixed missing sef_listings SEF config.
- Bug Fix Removed extra &Itemid= cruft in coredesc's field's 'Read more' link.
- Note js, img and attachments moved to /media/com_mtree
- Note jQuery updated to 1.8
- Note jQuery UI updated to 1.8.24
- Addition Added the ability to define relationship between top level categories and custom fields a.k.a. Ability to have custom fields that are assigned to specific top level categories.
- Addition Added support for Mosets Tree menu types.
- Change Field types are now file based instead of stored in database.
- Addition Added new slug type: Link ID & Alias Hybrid
- Addition mod_mt_menu: Added link for My Reviews
- Addition Added ability to specify alias for custom fields.
- Addition Added new page listing all tags attached to a custom field (page_searchByTags.tpl.php).
- Addition Added new page listing all taggable fields (page_searchBy.tpl.php).
- Addition Now logs new listings submissions and listing modifications.
- Addition Now uses HTML5 elements in E-mail, Weblink, Telephone and Tags custom field.
- Addition Schema.org is now used to markup Listing Ratings (AggregateRating), Review Ratings (Rating), Listings (Thing) and Reviews (Review).
- Addition Added ability to allow top category to over ride configurations.
- Addition Adds Open Graph Protocol (http://ogp.me/) support in listing pages.
- Change Speeds up SEF URL routing by reducing the number of SQL queries made.
- Addition Adds ability to custom order categories.
- Addition Map can be toggle on/off in individual listings.
- Change Complete reviews are now available on separate page at task=viewreviews.
- Addition New template files: page_reviews.tpl.php, page_review.tpl.php, sub_ownerProfile.tpl.php.
- Addition Permalink for individual review.
- Addition Categories and Listings associations.
- Note Google Maps updated to version 3.6.
- Note Replaced all _NOT_EXISTS error with proper 404 status error.
- Note Updated language files to conform with Joomla 1.6 language standard recommendations.
- Addition Added support for field type's language file (xx-XX.fld_*.ini).
- Note Package wide changes to language files.
- Removed Removed support for Google Maps and Map Quest
- Addition Adds "All Listings" page.
- Addition Refactored and complete missing pathways.
- Addition Adds ability to filter listings in "All Listings" pages.
- Addition Adds support for placeholder text in text-based input field.
- Addition Ability to toggle New, Popular and Featured badge.
- Note Dropped support for netpbm, Imagemagick and GD1 Library.
- Addition A new extension plugin that handles fieldtype installation.
- Addition Description field now shows prefix and suffix text in details view.
- Note All front-end ajax calls has been converted to use JSON data type response.
- Addition Contact form now uses JForm to generate its form.
- Addition Adds onMTreeListingContactPrepareForm and onMTreeListingContactSubmit events.
- Addition Adds multiple attribute to Image upload to allow more than one file selection to upload more than one image at a time.
- Addition Adds inline validation to front and back-end add/edit form.
- Addition Adds config to specify minimum dimension for uploaded images.
- Addition mod_mt_search now retains searchword and uses placeholder text.
- Addition Adds new mod_mt_filter module.
- Addition Adds ability to show/hide module to selected top level categories and MT pages.
- Addition Fast Add is back.
- Addition Adds config to show/hide categories.
- Addition Now uses sprintf to print listcats and viewlink page title.
- Addition Core created and core modified field now can include time and accepts custom date time format.
- Addition Actions that require login now redirects user to login form.
- Addition Listalpha now supports non-latin characters.
- Addition Adds "All Categories" page.
- Addition Telephone number can be configured to be linkable.
- Addition Root's meta description and keywords can be defined through COM_MTREE_METADESC_ROOT and COM_MTREE_METAKEY_ROOT.
- Note Updated Finder/Smart Search support for Joomla 2.5.
- Bug Fix Category descriptions are now supported in page_index.tpl.php.
- Addition Configurable setting to viewowner's default page.
- Bug Fix Changing category is now possible when front-end is offline.
- Addition Custom fields now supports default value.
- Removed Removed Digg fieldtype.
- Bug Fix Onlinevideo fieldtype is converted to Youtube fieldtype.
- Addition Vanity URL fieldtype.
- Addition Merge Web Link and Enhanced Web Link field type in to a single field type - Web Link (mweblink).
- Addition Web links that uses internal redirects now keep track of click throughs.
- Addition Merge Text, Multi-line textbox and Enhanced Text field type in to a single field type - Text (mtext).
- Addition New field type: Text Editor (texteditor).
- Note Field type's XML handling is done through JForm instead of MParameter.
- Bug Fix Depreceate usage of JParameter in place of JForm and JRegistry.
- Addition Terms ∓ Conditions fieldtype.
- Addition Merge Checkbox with Image and Checkbox field type in to a single field type - Checkbox (mcheckbox).
- Addition Updated Video Player fieldtype to support only h264 video through HTML5 or Flash.
- Addition The number of visits are now shown beside a Weblink field.
- Addition File field type now has configurable maximum file size limit.
- Addition mod_mt_search now defaults to search listings only. Can be re-configured to search categories.
- Bug Fix Uploading an unreadable image file now produce a descriptive error.
- Addition Adds BCC option to Contact e-mail.
- Addition New config to require upload of at least one image.
- Addition Adds a configurable limit on the number of secondary categories a user can assign their listing to.
- Addition Listing owners are now notified when review is added with no-approval required.
- Addition Add option to show Top Listings in index page.
- Bug Fix mod_mt_listing: When set to show image, listings without images are shown with filler.
- Addition Captcha fieldtype.
- Addition Rollback ability when a form is not validated after submission.
- Note Disable scrollwheel in Google Maps by default.
- Addition Owner pages now support and show User Profile and Profile Picture.
- Addition Adds configurable support for Captcha in Review, Contact Owner, Report Listing, Report Review.
- Addition Adds rel=nofollow attribute to Print, Visit and Map action link.
- Addition Spy: Adds the ability to remove reviews and ratings of a listing.
- Addition Adds a mt-editlink-right module position in back-end Edit Link page.
- Addition Improvement on mass geocoding to support loading up to 1000 listings at a time.
- Addition Mass geocode now supports the latest version of Safari, Opera, Firefox and Chrome.
- Addition Banned word filter now applies to report and review.
- Addition Configurable option to show Contact Owner form in details page.
- Addition Configurable option to show User Profile in Listings Details page.
- Addition Adds sub_contactOwnerForm.tpl.php template file.
- Addition mod_mt_votedbest module now show rating as stars.
- Addition New configuration to disable jQuery in front-end.
- Addition Initial support top level category specific language strings.
- Addition mod_mt_listing: Adds support for dropdown layout.
- Addition mod_mt_listing: Adds support for A-Z ordered listings.
- Addition Adds support for showing alphabetically ordered (A-Z) listings in listlisting routine.
- Addition Added a new Tools section in back-end.
- Addition Added 'Rebuild Thumbnails' tool.
- Addition Added 'Import Images' tool.
- Addition mt_importer: Now automatically a Text-based custom field for data that is not assigned to any pre-existing core/non-core fields.