.. _introduction: ============ 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: * :ref:`JobRouter Data ` * :ref:`JobRouter Process ` .. _what-does-it-do: What does it do? ================ TYPO3 JobRouter Base is a TYPO3 extension and provides * :ref:`Variable resolvers ` for form finishers .. _release-management: Release management ================== This extension uses `semantic versioning`_ which basically means for you, that * Bugfix updates (for example, 1.0.0 => 1.0.1) just includes small bug fixes or security relevant stuff without breaking changes. * Minor updates (for example, 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes. * Major updates (for example, 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 :ref:`changelog `. .. _JobRouter®: https://www.jobrouter.com/ .. _JobRouter Base: https://github.com/jobrouter/typo3-base .. _semantic versioning: https://semver.org/