Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.0 - 2023-04-09

Added

  • Compatibility with TYPO3 v12 (#15)

Changed

  • Form type from "CountrySelect" to "ExtCountrySelect" (#15)

Updated

  • symfony/intl to version 6.2.8 for non-Composer installations

Removed

  • Compatibility with TYPO3 v11

2.1.0 - 2023-04-09

Updated

  • symfony/intl to version 5.4.22 for non-Composer installations

Removed

  • Compatibility with TYPO3 v12 (due to a form element with same name since TYPO3 v12.3) (#15)

2.0.1 - 2023-01-13

Fixed

  • JavaScript error in form module with TYPO3 v12.1

2.0.0 - 2022-10-07

Added

  • Compatibility with TYPO3 v12 (#12)

Updated

  • symfony/intl to version 5.4.11 for non-Composer installations

Removed

  • Signal for modification of the country list (#10)

  • Compatibility with TYPO3 v9 and v10 (#10, #14)

  • Compatibility with PHP 7.2 and 7.3 (#11)

1.4.2 - 2022-03-22

Fixed

  • Display form element in form editor in combination with other custom form elements correctly (#13)

1.4.1 - 2021-12-16

Fixed

  • Default language of backend user throws exception in form preview

1.4.0 - 2021-11-29

Added

  • Compatibility with Symfony 6

Updated

  • symfony/intl to version 5.4.0 for non-Composer installations

1.3.1 - 2021-09-07

Fixed

  • Include package symfony/intl for non-Composer installations

1.3.0 - 2020-12-25

Added

  • Compatibility with TYPO3 v11

Changed

  • Raise minimum required version to TYPO3 9.5.16

1.2.0 - 2020-07-01

Added

  • Enhance CountriesModificationEvent with page language (#5)

1.1.1 - 2020-02-17

Fixed

  • Prevent exception when using preview in form manager (#4)

1.1.0 - 2020-01-31

Added

  • Service class for usage of the country list in other scenarios

1.0.0 - 2019-12-27

Added

  • Form element "Country select"

  • Signal/slot and PSR-14 event for modifying the country list