An open API service indexing awesome lists of open source software.

https://github.com/slub/slub-profile-service

SitePackage, Configuration of the SLUB Profile Service
https://github.com/slub/slub-profile-service

Last synced: 5 months ago
JSON representation

SitePackage, Configuration of the SLUB Profile Service

Awesome Lists containing this project

README

          

# TYPO3 Extension `slub_profile_service`

[![TYPO3](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://typo3.org/)

SitePackage extension for the SLUB Profile Service.

## 1 Usage

### 1.1 Installation using Composer

The recommended way to install the extension is using [Composer][1].

Run the following command within your Composer based TYPO3 project:

```
composer require slub/slub-profile-service
```

## 2 Administration corner

### 2.1 Release Management

News uses [semantic versioning][2], which means, that
* **bugfix updates** (e.g. 1.0.0 => 1.0.1) just includes small bugfixes 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) breaking changes wich can be refactorings, features or bugfixes.

[1]: https://getcomposer.org/
[2]: https://semver.org/