This repository was archived by the owner on Aug 3, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.5.0
->^4.10.1
Release Notes
matomo-org/matomo
v4.10.1
Compare Source
Matomo 4.10.1 Changelog
Please use the attached archives for installing or updating Matomo.
The source code download is only meant for developers and will require extra work to install it.
v4.10.0
Compare Source
Breaking Changes
plugin.json
might reveal version details,json
files will now longer be considered as static files that can be served safely. Thereforejson
will no longer be included in the list of static file extensions in generated.htaccess
files.v4.9.1
Compare Source
Matomo 4.9.1 Changelog
Please use the attached archives for installing or updating Matomo.
The source code download is only meant for developers and will require extra work to install it.
v4.9.0
Compare Source
Matomo 4.9.0 Changelog
Please use the attached archives for installing or updating Matomo.
The source code download is only meant for developers and will require extra work to install it.
v4.8.0
Compare Source
New config.ini.php settings
enable_default_location_provider
inTracker
has been added. By setting this option to 0, you can disable the default location provider. This can be used to prevent the geolocator to guess the country based on the users language, if the configured provider doesn't provide any results.New PHP events
Segment.filterSegments
. Plugins can use this to filter segment definitions.v4.7.1
Compare Source
Matomo 4.7.1 Changelog
This Github download (below) is only meant for developers and it will require extra work to install it.
v4.7.0
Compare Source
Deprecated APIs
piwik-field
and related directives have been converted to Vue and thetemplate-file
attribute is now considered deprecated and will be removed in Matomo 5. Instead,the
component
property should be used to add a new form field, it should be an object with two properties that reference a Vue component,plugin
andname
, whereplugin
is the plugin the Vue component is located in and
name
is the Vue name of the component's export.New Change Notifications
v4.6.2
Compare Source
Matomo 4.6.2 Changelog
This Github download (below) is only meant for developers and it will require extra work to install it.
v4.6.1
Compare Source
Due to an issue in our release process (we didn't use the latest build script), we are re-releasing Matomo as 4.6.1.
In this release there is no code change but a change to the "Manifest File integrity list" to prevent a warning in the System check for some users.
v4.6.0
Compare Source
New Framework
New APIs
SecurityPolicy.addPolicy
,SecurityPolicy.overridePolicy
,SecurityPolicy.removeDirective
,SecurityPolicy.allowEmbedPage
,SecurityPolicy.disable
allow developers to modify or disable the default Content Security Policy.Plugins\Controller
has a new membersecurityPolicy
so plugins can use$this->securityPolicy
to access these new methods when a custom Content Security Policy is needed.Breaking Changes
npx browserslist
will list the browsers currently supported.totalEcommerceRevenue
,totalEcommerceConversions
,totalEcommerceItems
,totalAbandonedCartsRevenue
,totalAbandonedCarts
andtotalAbandonedCartsItems
.New config.ini.php settings
contact_email_address
inGeneral
has been added. It will be used as contact email address for users. If not defined (default) all email addresses of all super users will be used instead, which equals the behavior it used to be.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.