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:
authorStefan Giehl <stefan@matomo.org>2022-04-13 10:48:39 +0300
committerGitHub <noreply@github.com>2022-04-13 10:48:39 +0300
commit1adc3ab6936fd5ff1874368bcc625b25831362ec (patch)
tree6e3a702a200ceb43c99bef03553ae34783a05f59 /CHANGELOG.md
parentfb27f95d1885e97ea16335b73a49c913f14acad9 (diff)
Remove json from list of static files in htaccess files (#19051)
* Remove json files from static file list to serve * Update changelog
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 201cf994f4..c7a2a0c131 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.10.0
+
+### Breaking Changes
+
+* As access to files like `plugin.json` might reveal version details, `json` files will now longer be considered as static files that can be served safely. Therefore `json` will no longer be included in the list of static file extensions in generated `.htaccess` files.
+
## Matomo 4.8.0
### New config.ini.php settings