Skip to content

Commit 7680023

Browse files
committed
Update Changelog and other documents
1 parent 0dfbb4a commit 7680023

File tree

2 files changed

+28
-35
lines changed

2 files changed

+28
-35
lines changed

CHANGELOG.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,7 @@ 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

77
## [Unreleased]
8-
## [v4.3.1] 2021-02-18
9-
10-
### Change
11-
12-
- Command config:oxid62:modules-configuration filter exists module setting
13-
- Command config:oxid62:modules-configuration save variable type
14-
15-
## [v4.3.0] 2021-02-18
16-
17-
### Add
18-
19-
- New command (`config:oxid62:modules-configuration`) to create modules configration files in the OXID version 6.1 in preparation to use them later in 6.2
20-
21-
### Change
22-
23-
- Update local docker-composer
24-
8+
## [v5.0.0] 2021-08-18
259
### Added
2610
- New Command `misc:register:command` to Register Command to service.yaml files.
2711
- New Command `db:info` Database Table Size (Issue #37).
@@ -75,6 +59,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7559
- Command `log:exceptionlog` the log - output has be changed
7660
- Command `list` don't show message with database errors
7761

62+
## [v4.3.1] 2021-02-18
63+
64+
### Change
65+
66+
- Command config:oxid62:modules-configuration filter exists module setting
67+
- Command config:oxid62:modules-configuration save variable type
68+
69+
## [v4.3.0] 2021-02-18
70+
71+
### Add
72+
73+
- New command (`config:oxid62:modules-configuration`) to create modules configration files in the OXID version 6.1 in preparation to use them later in 6.2
74+
75+
### Change
76+
77+
- Update local docker-composer
78+
7879
## [v4.2.1] 2020-06-19
7980

8081
### Fixed

README_DEV.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,40 @@
11
FOR DEVELOPER
22
=============
33

4-
PHPUnit Test are required. The PHPUnit could be started via Docker.
4+
PHPUnit Test are required. The PHPUnit could be started via Docker.
55
To be successful, you need a ready-configured OXID with DB connection.
66
The tool must be located in the source code of the OXID Framework.
77

88
Docker
99
======
10-
10+
1111
Docker start. The image installs itself OXID and DB.
1212

1313
docker-compose up -d
14-
14+
1515
Start PHPUnit test
1616

17-
docker-compose exec oxid_php70 /oxrun/vendor/bin/phpunit -c /oxrun/phpunit.xml
18-
19-
Start `oxrun`
17+
docker-compose exec oxid_php /oxrun/vendor/bin/phpunit
2018

21-
docker-compose exec oxid_php70 oxrun list
2219

2320
In `docker-compose.yml` you could change the OXID version.
2421
can be found at [github.com](https://github.com/OXID-eSales/oxideshop_project/branches).
2522

26-
docker-compose.yml: services.oxid_php70.environment.OXID_SHOP_VERSION = 'b-6.1-ce'
23+
docker-compose.yml: services.oxid_php.environment.COMPILATION_VERSION = 'dev-b-6.3-ce'
2724

2825
OXID eShop
2926
==========
3027

3128
The source code of OXID eShop is, outside of container, inside in the folder of `./oxid-esale/`
32-
29+
3330
Container Struckture
34-
/
35-
|-- usr
36-
| |-- local
37-
| | |-- bin
38-
| -- oxrun -> /oxrun/bin/oxrun
39-
|
40-
|-- data # mount volume ./oxid-esale
31+
32+
|-- oxid-esale # mount volume /var/www/oxid-esale | Container workdir
4133
| |-- composer.json
42-
| |-- source # Apache Document root | Container workdir
34+
| |-- source # Apache Document root
4335
| |-- vendor
4436
|
45-
|-- oxrun # mount volume ./
37+
|-- . # mount volume /oxrun
4638
| |-- README.md
4739
| |-- phpunit.xml
4840
| |-- bin

0 commit comments

Comments
 (0)