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:
authorPeter Zhang <peter@innocraft.com>2022-07-26 00:39:41 +0300
committerGitHub <noreply@github.com>2022-07-26 00:39:41 +0300
commita931d078baf320c0e917fe9864bb65e9af42de5f (patch)
treedc552bd30f623c4aa8be44aafb5dd816c0faf490
parentf30bf4fa7860b6521a9ffb94b59b11e9b24851dc (diff)
Update change log, add force_matomo_http_request (#19563)
* Update CHANGELOG.md update change log * Update CHANGELOG.md Co-authored-by: Justin Velluppillai <justin@innocraft.com> Co-authored-by: Justin Velluppillai <justin@innocraft.com>
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80edb70006..1260a0d5b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* The user management UI no longer allows direct creation of a new user (with a password). Instead an invitation can be sent via email. Directly creating a new user is still possible using the API.
+### New config.ini.php settings
+* A general config setting `force_matomo_http_request` defaulting to 0. If the Matomo instance can't make requests to matomo.org via HTTPS this can be set to 1 to force matomo marketplace and matomo api requests to use HTTP instead of HTTPS.
+
#### New PHP events
* Added new event `UsersManager.inviteUser.end`, which is triggered after a new user has been invited
@@ -19,6 +22,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* The existing event `UsersManager.addUser.end` will only be triggered when a user is added using the API.
+
## Matomo 4.10.0
### Breaking Changes