Attention
This extension has been marked as obsolete. Please migrate to the Country Select form element provided by EXT:form available since TYPO3 v12.3: Feature: #99735 - New Country Select form element
Maintenance
Target group: Contributors, Developers
Packaging of extension for TER
As the necessary symfony/intl package is not shipped with TYPO3 v11 LTS it has to be bundled with the extension for legacy installations. To achieve this the humbug/box package is used to build a phar archive with the dependency.
-
Install Box
The humbug/box package can be installed with Phive:
phive install
Copied!It is then available via
tools/
.box -
Update the symfony/intl package
cd Resources/Private/PHP composer update
Copied! -
Build the phar archive
make build-intl
Copied! -
Set version
Set the new version in the files
ext_
emconf. php Documentation/
Settings. cfg
and adjust the
CHANGELOG.
with the new release.md -
Release
Publish the release. After pulling the tag, the packaging of the extension for the TYPO3 Extension Repository (TER) can be created with:
make zip
Copied!This creates/replaces a file
../
which is ready for upload to TER.zip/ form- country- select_ x. y. z. zip x.
holds the recent version number.y. z