-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow users to request a premium feature trial #22139
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sgiehl
force-pushed
the
dev-17986
branch
3 times, most recently
from
April 22, 2024 07:58
d5e94a0
to
8998da8
Compare
sgiehl
added
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
c: Premium plugins
For bugs and features related to premium plugins.
labels
Apr 22, 2024
sgiehl
force-pushed
the
dev-17986
branch
4 times, most recently
from
April 25, 2024 13:48
13c23f5
to
c780fd7
Compare
mneudert
reviewed
Apr 25, 2024
* Implement hash param to trigger new plugin overlay * Update plugins/Marketplace/vue/src/PluginList/PluginList.vue --------- Co-authored-by: Marc Neudert <[email protected]>
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c: Premium plugins
For bugs and features related to premium plugins.
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
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.
Description:
Non super users will now be allowed to request the trial of a premium feature.
When a request is sent all super users will receive an email. In addition a notification will be displayed to every super user.
Every request by default has an expiration time of 27 days. This can be configured using config flag
plugin_trial_request_expiration_in_days
. If no superuser installs the plugin, no user can request a plugin trial again for the same plugin until the previous request expired.Setting the config flag to -1 will completely disable plugin trial requests.
Notifications for super users can be dismissed. When this is done they won't be shown again for this specific super user. Other super users will still see it until they dismiss it. Dismissing notifications won't impact expiration time. So even if every super user dismisses the notification a new request will first be possible when the request expired.
Review