Skip to content

Commit 6f16b2f

Browse files
committed
The Application oxrun.phar is removed an now a "OXID eShop Component"
1 parent 4a925e9 commit 6f16b2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+20
-5313
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ after_success:
3636
- .travis/updateReadmeDoc.sh && .travis/git_push.sh
3737
- if [[ $TRAVIS_TAG != '' ]]; then php -d phar.readonly=0 build-phar -v"${TRAVIS_TAG}"; fi
3838
- travis_retry php vendor/bin/php-coveralls -v
39-
40-
deploy:
41-
provider: releases
42-
api_key: $GITHUB_TOKEN
43-
file: oxrun.phar
44-
skip_cleanup: true
45-
on:
46-
tags: true

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Added
2626
- ./bin/generate_service_yaml.php to generate `services.yaml` for `oe-console`
2727

28-
2928
### Changed
30-
- now a oxideshop component
29+
- Oxrun is now a [OXID eShop Component](https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/component.html)
3130
- Command `module:activate` is now `oe:module:activate`
3231
- Command `module:deactivate` is now `oe:module:deactivate`
3332
- Command `misc:phpstorm:metadata` updated to oxid namespace style and fill Module parent classes

0 commit comments

Comments
 (0)