Skip to content

Commit

Permalink
OXDEV-7513 Fix verson, rename changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed Dec 18, 2023
1 parent a914c98 commit 0d9e33a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git clone --depth 1 https://github.com/OXID-eSales/docker-eshop-sdk.git --branch master --single-branch .

- name: Clone Migration Wrapper (on default branch - ${{ github.event.repository.default_branch }})
run: git clone --branch b-7.1.x-odmw-phpunit10-OXDEV-7518 https://github.com/OXID-eSales/oxideshop-doctrine-migration-wrapper.git source/$INSTALL_DIR
run: git clone --branch ${{ github.ref_name }} https://github.com/OXID-eSales/oxideshop-doctrine-migration-wrapper.git source/$INSTALL_DIR

- name: Prepare container configuration
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
composer config allow-plugins.oxid-esales/oxideshop-unified-namespace-generator true
docker-compose exec -T -w /var/www/$INSTALL_DIR php \
composer config allow-plugins.oxid-esales/oxideshop-composer-plugin true
docker-compose exec -T -w /var/www/$INSTALL_DIR -e COMPOSER_ROOT_VERSION=dev-b-7.1.x-odmw-phpunit10-OXDEV-7518 php \
docker-compose exec -T -w /var/www/$INSTALL_DIR php \
composer install --no-interaction
- name: Install Shop
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Change Log for OXID eShop doctrine migration integration

## v5.1.0 - unreleased

### Added
- PHPUnit v10 support

### Removed
- PHPUnit v9 support

## v5.1.0 - 2023-04-20

### Fixed
- Executing Doctrine commands with migration version argument
- Doctrine Migrations help output is not compatible with the custom Suite_Type argument

### Changed
- License updated

### Removed
- Dependency to webmozart/path-util

## v5.0.0 - 2022-10-06

### Changed
- Switched to `doctrine/migrations` v3

### Removed
- PHP v7 support
100 changes: 0 additions & 100 deletions CHANGELOG.md

This file was deleted.

9 changes: 0 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ OXID eShop doctrine migration integration

Document: https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/module/database_migration/index.html

Branch Compatibility
--------------------

* master branch is compatible with OXID eShop compilation master
* b-6.4.x branch is compatible with OXID eShop compilation 6.4.x
* b-6.3.x branch is compatible with OXID eShop compilation 6.3.x
* b-3.x branch is compatible with OXID eShop compilation 6.2.x
* b-1.x branch is compatible with OXID eShop compilations before 6.2.x

Description
-----------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require-dev": {
"ext-pdo": "*",
"mikey179/vfsstream": "^1.6",
"oxid-esales/oxideshop-ce": "dev-b-7.1.x-phpunit10-OXDEV-7513",
"oxid-esales/oxideshop-ce": "^7.1",
"phpspec/prophecy-phpunit": "^v2.0",
"phpunit/phpunit": "^10.4",
"symfony/filesystem": "*",
Expand Down

0 comments on commit 0d9e33a

Please sign in to comment.