Skip to content

Commit

Permalink
[RELEASE] Release version 7.2.11
Browse files Browse the repository at this point in the history
- Bugfix release. Fixed disabling inline elements
through inline control button; Error on saving
empty inline fields; It's possible now to set an
undefined state for "collapseAll"

Read https://github.com/Gernott/mask/blob/v7.2/CHANGELOG.md
for complete changelog.
  • Loading branch information
nhovratov committed Sep 25, 2022
1 parent a884b83 commit aa87ad7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

## [7.2.11] - 2021-09-25

### Fixed
- Allow setting an undefined state for "collapseAll" [#515](https://github.com/Gernott/mask/issues/515)
- Avoid error on saving empty inline fields [#517](https://github.com/Gernott/mask/issues/517)
- Fix disabling inline elements through inline control button [#518](https://github.com/Gernott/mask/issues/518)

## [7.2.10] - 2021-08-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = Mask
release = 7.2.10
release = 7.2.11
copyright = 2022

[html_theme_options]
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' => '7.2.10',
'version' => '7.2.11',
'constraints' => [
'depends' => [
'typo3' => '10.4.16-11.5.99',
Expand Down

0 comments on commit aa87ad7

Please sign in to comment.