Skip to content

Commit e4d5358

Browse files
committed
OXDEV-8317: Release preparation for v10.0.0
1 parent 6a4b8f0 commit e4d5358

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG-v10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [10.0.0] - Unreleased
7+
## [10.0.0-rc.1] - Unreleased
88

99
### Added
1010
- `DataType\Filter\StringFilter::matches()` to check if string match the filter conditions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"codeception/module-asserts": "^3.0"
4040
},
4141
"conflict": {
42-
"oxid-esales/oxideshop-ce": "<7.1"
42+
"oxid-esales/oxideshop-ce": "<7.2"
4343
},
4444
"autoload": {
4545
"psr-4": {

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'en' => '<span>OXID GraphQL API Framework</span>',
2727
],
2828
'thumbnail' => 'logo.png',
29-
'version' => '9.0.0',
29+
'version' => '10.0.0',
3030
'author' => 'OXID eSales',
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)