Package types for own extension

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
cnoelker
Advanced
Posts: 140
Joined: 20 Feb 2016, 18:21

Package types for own extension

Post by cnoelker » 24 May 2020, 11:56

Hello,
there are several options for package types on the extension generator, located here:
https://aimeos.org/extensions/

In which points do TYPO3 2019.x and TYPO3 2020.x differ? Is this only the ext_emconf.php or are there any breaking changes?

I currently have an individual extension based on the TYPO3 2019.x version. What's the recommended way to update individual extensions? Create a package for type 2020.x and copy the changes in there?

Claudia

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Package types for own extension

Post by aimeos » 25 May 2020, 17:25

Between major versions there are always breaking changes, so the best thing is to create a new extension, copy your changed files one by one to the new extension, test and adapt them to the new Aimeos code base. Check the list of breaking changes so you know where to expect problems with old code: https://aimeos.org/docs/Developers#Changelog
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply