File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.1.0] - 2022-06-18
10+
911### Added
1012
11- Added support for specifying the cpanfile to be referenced at startup with DOCKER_MT_CPANFILES.
12- The default value is t/cpanfile.
13+ * Added support for specifying the cpanfile to be referenced at startup with DOCKER_MT_CPANFILES.
14+ * The default value is t/cpanfile.
15+ * CGIPath and StaticWebPath can now be specified relative to the host.
16+ * The database specified in mt-config.cgi is now automatically created if it does not exist.
17+ * If you do not want to create it automatically, you can skip this behavior by specifying ` CREATE_DATABASE_IF_NOT_EXISTS:=yes ` .
18+ * In the Vagrant environment, we have added a setting to forward the host's port to the guest.
19+ * The default value is 5825, which can be accessed at http://localhost:5825/cgi-bin/mt/mt.cgi .
20+ * You can change this value with the ` VM_VB_HTTP_PORT ` or ` HTTPD_EXPOSE_PORT ` environment variables.
1321
1422## [ 2.0.0] - 2022-02-21
1523
You can’t perform that action at this time.
0 commit comments