Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2021-05-23 23:41:10 +0300
committerGitHub <noreply@github.com>2021-05-23 23:41:10 +0300
commit67a278d35c14bc58873c71fd90a15aacba6efbe7 (patch)
tree03bc1ce52428ec45dd0cdf82ee01fb744a77baf6 /CHANGELOG.md
parentcdbb35347d5a5cd75cde3f32ee1c7192354e306a (diff)
Improve required private directories check (#17606)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d82339ef1e..7bc5b5cd44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ This is the Developer Changelog for Matomo platform developers. All changes in o
The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)** lets you see more details about any Matomo release, such as the list of new guides and FAQs, security fixes, and links to all closed issues.
+## Matomo 4.3.1
+
+### New commands
+
+* Added new command `core:create-security-files` which creates some web server security files if they haven't existed previously (useful when using for example Apache or IIS web server).
+
## Matomo 4.3.0
### Breaking Changes