Introduction¶
JobRouter® is a scalable digitalisation platform which links processes, data and documents. The TYPO3 extension JobRouter Base acts as a base library for the TYPO3 JobRouter extensions:
What does it do?¶
TYPO3 JobRouter Base is a TYPO3 extension and provides
- Variable resolvers for form finishers
Release management¶
This extension uses semantic versioning which basically means for you, that
- Bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bug fixes or security relevant stuff without breaking changes.
- Minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- Major updates (e.g. 1.0.0 => 2.0.0) includes breaking changes which can be refactorings, features or bug fixes.
The changes between the different versions can be found in the changelog.