File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
- Add bin directory to checkout during installation, so it will be possible to use shell scripts.
10
10
- Add github actions for installation tests;
11
11
12
+ ## [ 0.2.0] - 2021-07-19
13
+
12
14
### Added
13
15
- Added more configs * .ini and php-fpm;
14
16
- php writes logs to _ /var/www/html/var/log/$pool.access.log_ and _ /var/www/html/var/log/$pool.error.log_
@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
- Added ` run-test-install.sh ` shell script, so everyone can run installation tests locally;
21
23
- Added some files inside _ tests/install_ folder for testing purposes;
22
24
- Added docs/COMMANDS.md file with all available commands inside;
25
+ - Added crontab;
23
26
24
27
### Changed
25
28
- Changed ` ENV ` variable to ` APP_ENV ` so it is the same as env variable in Symfony;
@@ -51,4 +54,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
54
- ** ps** shows running containers;
52
55
- ** logs** shows container logs;
53
56
- ** bash** enters to php container with bash;
54
- - _ .env.dist_ file as an example for _ .env_ file
57
+ - _ .env.dist_ file as an example for _ .env_ file
You can’t perform that action at this time.
0 commit comments