extcode / cart-mpay24
Shopping Cart(s) for TYPO3 - mPAY24 Payment Provider
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >=7.2.0 <7.5
- extcode/cart: ^6.10
- mpay24/mpay24-php: ^4.3
- typo3/cms-core: ^9.5
- typo3/cms-extbase: ^9.5
Requires (Dev)
Replaces
- extcode/cart_mpay24: v2.1.0
README
Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. Cart mPAY24 is a payment provider.
1. Features
2. Installation / Upgrade
2.1 Installation
Installation using Composer
The recommended way to install the extension is by using Composer.
In your Composer based TYPO3 project root, just do composer require extcode/cart-mpay24
.
The extension require additional composer packages and will not available in the TYPO3 Extension Repository (TER).
3. Administration
3.1 Compatibility and supported Versions
3.2. Changelog
Please have a look into the official extension documentation in changelog chapter
3.3. Release Management
News uses semantic versioning which basically means for you, 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.