-
Notifications
You must be signed in to change notification settings - Fork 4
Prepare plugin for Marketplace #1
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
Conversation
| # (PIWIK_TEST_TARGET=maximum_supported_piwik). | ||
| # You can also specify a specific Matomo version | ||
| # (PIWIK_TEST_TARGET=2.16.0-b1). | ||
| - PIWIK_TEST_TARGET=11524-cvar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: That needs to be changed to 4.x-dev once the PR in matomo is merged
|
Before publishing to the marketplace we should also add a README and maybe some screenshots |
|
@tsteur @diosmosis could someone do a quick review. I've created #2 as follow up for the changes we may need to apply before releasing the plugin on the marketplace... |
|
@sgiehl did some tests and worked fine for me. Tracked custom variables for various slots in various scopes. It's shown in visitor log and the reports. The manage page works as well 👍 |
In order to publish the plugin to the Marketplace as of Matomo 4, there are a few adjustments required.
Additionally some parts from core need to be moved to this plugin, so core works without it.
Note: The current 4.x-dev branch includes the latest files from 4.x-dev branch of matomo repo. (The history was transfered using git filter-branch).
refs matomo-org/matomo#16090