Skip to content

Releases: pixelant/pxa_dealers

Fix issue with resolving static-info-tables

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 19 Jun 11:18

Full Changelog: v4.2.4...v4.2.5

Add public remote for static info tables

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 19 Jun 10:45
fa31171

What's Changed

Full Changelog: v4.2.3...v4.2.4

Fix search search in dealer controller

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 19 Jun 10:23

What's Changed

  • [BUGFIX] fix search search in dealer controller by @mesosa in #54

Full Changelog: v4.2.2...v4.2.3

Make sure to overlay the Categories with the correct uid

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 22 Dec 08:18
ecb7343

What's Changed

Full Changelog: v4.2.1...v4.2.2

Re add USER_INT for suggest actions

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 04 Feb 08:03

BUG FIXES

  • Re add USER_INT for suggest actions

Make sure that all Controller actions are cacheable

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 04 Feb 07:26
8a00a54

FEATURES

  • Make sure that all Controller actions are cacheable

Add link to online documentation in README

Choose a tag to compare

@MattiasNilsson MattiasNilsson released this 04 Jan 11:50

FEATURES

  • Add link to online documentation in README

Changed wrong labels for all language option

Choose a tag to compare

@VladVilya VladVilya released this 24 Dec 10:08
e344ef3
v4.1.1

[BUGFIX] changed labels for all language option (#44)

Configurable CSS and JavaScript paths

Choose a tag to compare

@mabolek mabolek released this 23 Aug 13:15
3eeac6e

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, and awesompleteJavaScriptFile.

Feel free to report bugs, donate or contribute!

TYPO3 v10 Compatibility and Full Documentation

Choose a tag to compare

@mabolek mabolek released this 20 Aug 14:04
586edcd

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.joinSearchStringRegex configures 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 through Array.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!