Skip to content

Commit

Permalink
[TASK] bump to version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
baschte committed Jan 13, 2022
1 parent cba1af5 commit 36bd165
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.3.2 - 2022-01-13
### BUGFIX
- [BUGFIX] PHP 8.1 compatibility

## 2.3.1 - 2021-10-14
### BUGFIX
- [BUGFIX] add missing ext key to composer.json
Expand Down
7 changes: 7 additions & 0 deletions Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

2.3.2 - 2022-01-13
===================

Bugfixes
^^^^^^^^
- [BUGFIX] PHP 8.1 compatibility

2.3.1 - 2021-10-14
===================

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project = content_animations (Content Animations)
version = 2.3
release = 2.3.1
release = 2.3.2
t3author = Sebastian Richter
copyright = 2021 by Sebastian Richter

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "baschte/content-animations",
"type": "typo3-cms-extension",
"description": "TYPO3 CMS extension to have some fun and animate your content elements",
"version": "2.3.1",
"version": "2.3.2",
"license": [
"GPL-3.0-or-later"
],
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.3.1',
'version' => '2.3.2',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-11.5.99',
Expand Down

0 comments on commit 36bd165

Please sign in to comment.