You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,14 @@ and this project adheres to [Semantic Version](http://semver.org/spec/v2.0.0.htm
11
11
12
12
### Removed
13
13
14
-
## [next release 2.1.0] - 21-09-2018
14
+
## [2.1.0] - 21-09-2018
15
15
### Changed
16
16
17
17
* Easier install documentation using `dockergento setup` command
18
18
* Set all configuration settings inside `config/dockergento` folder
19
-
* Change `docker-compose.yml` filename to `docker-compose-sample.yml` as this file needs to be copied and edited per project.
20
-
21
-
## [next release 2.0.0] - 13-09-2018
22
-
### Added
19
+
* Change `docker-compose.yml` filename to `docker-compose.sample.yml` as this file needs to be copied and edited per project.
23
20
21
+
## [2.0.0] - 13-09-2018
24
22
### Changed
25
23
26
24
* Set whole magento application in a named volume `magento` instead of using 6 volumes:
@@ -36,12 +34,8 @@ and this project adheres to [Semantic Version](http://semver.org/spec/v2.0.0.htm
36
34
37
35
* Reason: Bug when having volumes inside a file bind mount: [#26157](https://github.com/moby/moby/issues/26157#issuecomment-419722589)
38
36
39
-
### Removed
40
-
41
37
## [1.3.0] - 05-09-2018
42
-
43
38
### Changed
44
-
45
39
* Documentation about how to sync `vendor` and `generated` volumes according to latest changes on [magento2-dockergento-console](https://github.com/ModestCoders/magento2-dockergento-console)
0 commit comments