Skip to content

Commit

Permalink
Prepare release of 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Jul 4, 2024
1 parent d2b8748 commit fd2d5e7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Auto trigger on push or pull requests

on:
pull_request: {}
push: {}
push:
branches:
- '**'

jobs:
push_module:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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).

## [3.1.0] - 2024-07-04
This is stable release for v3.1.0. No changes have been made since v3.1.0-rc.1.

## [3.1.0-rc.1] - 2024-06-12

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This assumes you have OXID eShop (at least `oxid-esales/oxideshop_ce: v7.0.0` co

## Branch compatibility

* b-7.1.x branch is compatible with OXID eShop compilation b-7.1.x (which uses `graphql-base` b-7.1.x branch)
* 3.x versions (or b-7.0.x branch) are compatible with OXID eShop compilation b-7.0.x (which uses `graphql-base` b-7.0.x branch)
* 3.1.x versions (or b-7.1.x branch) are compatible with OXID eShop compilation b-7.1.x (which uses `graphql-base` 9.x version resp. b-7.1.x branch)
* 3.x versions (or b-7.0.x branch) are compatible with OXID eShop compilation b-7.0.x (which uses `graphql-base` 8.x version resp. b-7.0.x branch)
* ^2.1 versions (b-6.5.x branch) are compatible with OXID eShop compilation b-6.5.x (which uses `graphql-base` 7.x version resp. b-6.5.x branch)
* 2.0.x versions (b-6.4.x branch) are compatible with OXID eShop compilation b-6.4.x (which uses `graphql-base` 6.x version resp. b-6.4.x branch)
* 1.x versions (b-6.3.x branch) are compatible with OXID eShop compilation 6.3.x (no PHP8 support)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^v2.7",
"oxid-esales/graphql-base": "dev-b-7.1.x"
"oxid-esales/graphql-base": "^v9.0.0"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.1",
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'title' => 'GraphQL Storefront',
'description' => 'OXID GraphQL Storefront',
'thumbnail' => 'logo.png',
'version' => '3.1.0-rc.1',
'version' => '3.1.0',
'author' => 'OXID eSales',
'url' => 'https://github.com/OXID-eSales/graphql-storefront-module',
'email' => '[email protected]',
Expand Down

0 comments on commit fd2d5e7

Please sign in to comment.