/t3kit

Main repository with website root, which includes all the extensions

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

#t3kit t3kit TYPO3 ###Starter kit for TYPO3 CMS. Tools, extensions, configurations and templates.

Required dependencies:

Getting started with t3kit

The best way to start working with t3kit is to use our t3kit_vagrant machine


t3kit versioning

  • Main development is on master branch.
  • Every release synchronized with specific release of TYPO3.
  • Every release tagged by git tag using Semantic Versioning
  • Major version should be almost always the same as on TYPO3.

For example we have t3kit version 7.9.12

  • 7 - major version: version of TYPO3
  • 9 - minor version: new features
  • 12 - patch version: bug fixes, documentation updates, code refactoring, new tests

When we starting new major version of t3kit previous will be moved to new branch, so in this case we can keep developing new and support old one.

Examples:

  • Branch master => last t3kit release t3kit 9.1.3 = TYPO3 9.1.0
  • Branch t3kit8 => last t3kit release t3kit 8.3.2 = TYPO3 8.7.2
  • Branch t3kit7 => last t3kit release t3kit 7.1.5 = TYPO3 7.7.1

Also in some specific cases it can be possible to use new version of TYPO3 for old version of t3kit Example:

  • Branch t3kit7 => last t3kit release t3kit 7.2.0 = TYPO3 8.7.2