Skip to content

Commit c9286c1

Browse files
authored
V6.2.0: View helper improvements and deprecations
1 parent bbc15e1 commit c9286c1

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "daily"
9-
milestone: 37
9+
milestone: 42
1010

1111
- package-ecosystem: "composer"
1212
directory: "/"
@@ -24,4 +24,4 @@ updates:
2424
- dependency-name: "typo3/coding-standards"
2525
versions: [ ">= 0.7.0" ]
2626
versioning-strategy: "increase"
27-
milestone: 37
27+
milestone: 42

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,26 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77

88
### Added
99

10-
- Make configuration key for `IsFieldEnabledViewHelper` configurable (#2059)
11-
1210
### Changed
1311

1412
### Deprecated
1513

16-
- Deprecate the `PageFinder` (#2058)
17-
- Deprecate creation and change date from `AbstractModel` (#2057)
18-
- Deprecate the `ConfigurationProxy` (#2054)
19-
2014
### Removed
2115

2216
### Fixed
2317

18+
## 6.2.0: View helper improvements and deprecations
19+
20+
### Added
21+
22+
- Make configuration key for `IsFieldEnabledViewHelper` configurable (#2059)
23+
24+
### Deprecated
25+
26+
- Deprecate the `PageFinder` (#2058)
27+
- Deprecate creation and change date from `AbstractModel` (#2057)
28+
- Deprecate the `ConfigurationProxy` (#2054)
29+
2430
## 6.1.1: Bug fixes and cleanup
2531

2632
### Fixed

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
project-issues="https://github.com/oliverklee/ext-oelib/issues" edit-on-github-branch="main"
1010
edit-on-github="oliverklee/ext-oelib" typo3-core-preferred="stable"
1111
interlink-shortcode="oliverklee/oelib"/>
12-
<project title="oelib" release="6.1.1" version="6.1" copyright="2025"/>
12+
<project title="oelib" release="6.2.0" version="6.2" copyright="2025"/>
1313
</guides>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"extra": {
9090
"branch-alias": {
91-
"dev-main": "6.1.x-dev"
91+
"dev-main": "6.2.x-dev"
9292
},
9393
"typo3/cms": {
9494
"extension-key": "oelib",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$EM_CONF[$_EXTKEY] = [
44
'title' => 'One is Enough Library',
55
'description' => 'Useful stuff for TYPO3 extension development: helper functions for unit testing, templating and automatic configuration checks.',
6-
'version' => '6.1.1',
6+
'version' => '6.2.0',
77
'category' => 'services',
88
'constraints' => [
99
'depends' => [

0 commit comments

Comments
 (0)