Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System check: Add Matomo Version History and download feature #16386

Merged
merged 5 commits into from Sep 4, 2020

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Sep 4, 2020

  • Adds a download button so the information can be downloaded easily

image

  • Adds Matomo update history

image

I have this already in Matomo for WordPress and I found this update history super valuable in order to know between which versions a feature potentially regressed. Especially for the big Matomo 4 update where there might be various regressions and issues I'm thinking it will be super valuable to know from what version someone upgraded.

Put it for now in the Updater::updateComponents method because this is executed for UI Updates and CLI updates and especially because it will make sure that we get this information already for people updating from Matomo 3.X or 2.X to the latest Matomo 4 version. We could have put it into some other places and even done it in a task and simply recorded Version::VERSION etc but then we might not have gotten the information from which version they updated to Matomo 4.

There's currently always a trailing end since I don't check if the value is empty in $history but that shouldn't be too important.

@tsteur tsteur added the Needs Review PRs that need a code review label Sep 4, 2020
@tsteur tsteur added this to the 4.0.0 milestone Sep 4, 2020
@diosmosis diosmosis merged commit 3055d1e into 4.x-dev Sep 4, 2020
@diosmosis diosmosis deleted the systemcheckad branch September 4, 2020 08:50
@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants