Releases: pixelant/pxa_dealers
Releases · pixelant/pxa_dealers
Release list
Fix issue with resolving static-info-tables
Full Changelog: v4.2.4...v4.2.5
Add public remote for static info tables
What's Changed
- [BUGFIX] Add public remote for static info tables by @MattiasNilsson in #55
Full Changelog: v4.2.3...v4.2.4
Fix search search in dealer controller
What's Changed
Full Changelog: v4.2.2...v4.2.3
Make sure to overlay the Categories with the correct uid
What's Changed
- [TASK] Add allow-plugins for composer v2 by @MattiasNilsson in #50
- [BUGFIX] Make sure to overlay the Categories with the correct uid by @MattiasNilsson in #51
- [RELEASE] Prepare for version ''4.2.2'' by @MattiasNilsson in #52
Full Changelog: v4.2.1...v4.2.2
Re add USER_INT for suggest actions
BUG FIXES
- Re add USER_INT for suggest actions
Make sure that all Controller actions are cacheable
FEATURES
- Make sure that all Controller actions are cacheable
Add link to online documentation in README
FEATURES
- Add link to online documentation in README
Changed wrong labels for all language option
v4.1.1 [BUGFIX] changed labels for all language option (#44)
Configurable CSS and JavaScript paths
FEATURE
- Paths to CSS and JavaScript files can now be configured or removed in TypoScript. If you set the file path to an empty string or clear the property in TypoScript, the file will not be included. E.g. setting
cssFile >means no CSS file will be included. Check out the new TypoScript properties in the Documentation:cssFile,markerClustererFile,pluginFile,dealersFile,searchFile,awesompleteCssFile, andawesompleteJavaScriptFile.
Feel free to report bugs, donate or contribute!
TYPO3 v10 Compatibility and Full Documentation
BREAKING CHANGES
- Dropped support for TYPO3 versions below v10 LTS.
- Dropped support for PHP v7.1
- Removed dependency on jQuery.
- Removed dependency on Isotope.
FEATURES
- Rewritten SQL for radius-based coordinate search.
- Rewritten JavaScript.
- Added Continuous integration checks.
- Code now conforms with TYPO3 coding standards.
- Backend GoogleMapsElement is now rendered using a custom render type.
- Category storage can now be defined by PID.
- Limit results and searches to countries. Introduces configuration property
plugin.tx_pxadealers.settings.search.limitToCountries. This is a comma-separated list of ISO country codes. If set, any search or suggestion will be limited to the countries in the list. - Join zip codes with spaces. When split search string is enabled: The TypoScript property
plugin.tx_pxadealers.settings.search.joinSearchStringRegexconfigures a regular expression used to join consecutive strings again if they both match the pattern. The default pattern joins all consecutive numbers, so a zip code entered as "123 45" will be joined as "12345". - Support radio buttons for category selection in JavaScript. The template can now use either checkbox, selectbox, or radiobox.
BUG FIXES
- Removed a reference to the deprecated table
tx_pxadealers_domains_model_category. - Limit zipcode field to alphanum_x (0-9, a-z, A-Z, underscore ("_"), and hyphen ("-")).
- Response data in
resp['db']would sometimes appear as objects. This caused a type error. This is fixed by passing the data throughArray.from(). - Correct configuration of starttime and endtime fields on dealer records.
DOCUMENTATION
- Full documentation has been added.
Feel free to report bugs, donate or contribute!