Skip to content

Commit

Permalink
[TASK] Declare extension compatible with PHP 7.4
Browse files Browse the repository at this point in the history
Add changelog entry and raise version.

Resolves: #58
  • Loading branch information
extcode committed Feb 6, 2020
1 parent 939dd00 commit e927e95
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
@@ -0,0 +1,15 @@
.. include:: ../../Includes.txt

========================================================
Feature: #58 - Declare extension compatible with PHP 7.4
========================================================

See :issue:`58`

Description
===========

Declare extension compatible with PHP 7.4.
Set state of cart extension to stable.

.. index:: Backend
20 changes: 20 additions & 0 deletions Documentation/Changelog/2.2/Index.rst
@@ -0,0 +1,20 @@
.. include:: ../../Includes.txt

2.2 Changes
===========

**Table of contents**

.. contents::
:local:
:depth: 1

Features
^^^^^^^^

.. toctree::
:maxdepth: 1
:titlesonly:
:glob:

Feature-*
1 change: 1 addition & 0 deletions Documentation/Changelog/Index.rst
Expand Up @@ -7,6 +7,7 @@ ChangeLog
:maxdepth: 5
:titlesonly:

2.2/Index
2.1/Index
2.0/Index
1.0/Index
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,8 +35,8 @@ and database!** If possible test the update in a test copy of your TYPO3 instanc

| Cart Products | TYPO3 | PHP | Support/Development |
| ------------- | ---------- | ----------|------------------------------------------------------------------------------------------|
| 2.x.x | 9.5 | 7.2 - 7.3 | Features, Bugfixes, Security Updates |
| 1.x.x | 8.7 | 7.0 - 7.3 | Features _(in certain circumstances with feature toogle)_, Bugfixes, Security Updates |
| 2.x.x | 9.5 | 7.2 - 7.4 | Features, Bugfixes, Security Updates |
| 1.x.x | 8.7 | 7.0 - 7.4 | Features, Bugfixes, Security Updates |

### 3.2. Changelog

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -5,7 +5,7 @@
'description' => 'Shopping Cart(s) for TYPO3 - Products',
'category' => 'plugin',
'shy' => false,
'version' => '2.1.1',
'version' => '2.2.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit e927e95

Please sign in to comment.