Skip to content

Commit

Permalink
Prepare release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Oct 6, 2024
1 parent c8f7049 commit 6e4833a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
---------

v1.19.0 (??.10.2024)
v1.19.0 (06.10.2024)
* Use Doctrine and QueryBuilder for insert, update and delete statements
* new delete()-method for PersistanceRepository
* Possible BC: moved tx_rnbase_controller to PSR-4 and declared some underscore-methods private
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@
]
},
"branch-alias": {
"dev-feature/use-querybuilder-statements": "1.18.x-dev",
"dev-master": "1.18.x-dev"
"dev-master": "1.19.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'title' => 'A base library for extensions.',
'description' => 'TYPO3 plugins based on rn_base can use MVC design principles and domain driven development. This extension also provides an abstraction layer for TYPO3 API to support LTS version since 6.2.',
'category' => 'misc',
'version' => '1.18.2',
'version' => '1.19.0',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/rn_base/',
Expand Down

0 comments on commit 6e4833a

Please sign in to comment.