Skip to content

Commit

Permalink
[RELEASE] Release version 8.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Jan 18, 2024
1 parent a3d0a1f commit d51eb59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [8.3.8] - 2024-01-18

### Fixed
- Undefined array key "colPos"

## [8.3.7] - 2023-10-23

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
project = Mask
release = 8.3.7
copyright = 2023
release = 8.3.8
copyright = 2024

[html_theme_options]
github_branch = main
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '8.3.7',
'version' => '8.3.8',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
Expand Down

0 comments on commit d51eb59

Please sign in to comment.