fgtclb / academic-contacts4pages
Role based relations between profiles and pages
Package info
github.com/fgtclb/academic-contact4pages
Type:typo3-cms-extension
pkg:composer/fgtclb/academic-contacts4pages
Requires
- php: ^8.1 || ^8.2 || ^8.3 || ^8.4
- fgtclb/academic-base: 2.3.4@dev
- fgtclb/academic-persons: 2.3.4@dev
- typo3/cms-core: ^12.4.22 || ^13.4
README
Description
Provides selection of contacts on page level.
Note
This extension is currently in beta state - please notice that there might be changes to the structure
Compatibility
| Branch | Version | TYPO3 | PHP |
|---|---|---|---|
| main | ^3, 3.x-dev | v13 + v14 | 8.2, 8.3, 8.4, 8.5 |
| 2, 2.x | ^2, 2.x-dev | v12 + v13 | 8.1, 8.2, 8.3, 8.4, 8.5 (depending on TYPO3) |
| 1 | ^1, 1.x-dev | v11 + v12 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
Installation
Install with your flavour:
- TER
- Extension Manager
- composer
We prefer composer installation - to install this extension with all required extensions use:
composer require \ 'fgtclb/academic-persons':'^2' \ 'fgtclb/academic-contacts4pages':'^2'
Important
3.x.x is still in development and not all academics extension are fully tested in v13,
but can be installed in composer instances to use, test them. Testing and reporting are welcome.
Testing 3.x.x extension version in projects (composer mode)
It is already possible to use and test the 2.x version in composer based instances,
which is encouraged and feedback of issues not detected by us (or pull-requests).
Your project should configure minimum-stabilty: dev and prefer-stable to allow
requiring each extension but still use stable versions over development versions:
composer config minimum-stability "dev" \ && composer config "prefer-stable" true
and installed with:
composer require \ 'fgtclb/academic-persons':'3.*.*@dev' \ 'fgtclb/academic-bite-jobs':'3.*.*@dev'
Upgrade
Upgrading between major versions can include breaking changes, which have to be addressed manually where no automatic upgrade path is available. They are documented per version in Documentation/Changelog.
Credits
This extension was created by FGTCLB GmbH.