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

allow disabling async archiving via advanced setting #896

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

diosmosis
Copy link
Member

@diosmosis diosmosis commented Oct 6, 2023

Description:

image

Fixes #844

I've noticed users can have trouble with manually editing wp-config.php, and hosting providers can cater to people who do not have the skills to do or want to do that kind of maintenance. It would be a lot simpler for a user to simply uncheck a setting than edit a file on their server.

Since the main setting that users may have to interact with is MATOMO_SUPPORT_ASYNC_ARCHIVING, adding a setting for this seems like a good idea and a quick win.

FAQs may need to be updated after this is released.

Review

@diosmosis diosmosis added the Needs Review For pull requests that need a code review. label Oct 6, 2023
@diosmosis diosmosis requested a review from tsteur October 6, 2023 03:21
@diosmosis diosmosis requested a review from tsteur October 12, 2023 23:55
classes/WpMatomo/Admin/SystemReport.php Show resolved Hide resolved
plugins/WordPress/WordPress.php Outdated Show resolved Hide resolved
@diosmosis diosmosis force-pushed the 844-matomo-const-in-ui branch from 91db767 to 6d5f09c Compare October 14, 2023 04:04
@diosmosis diosmosis requested a review from tsteur October 14, 2023 04:10
@diosmosis diosmosis merged commit 094caf8 into develop Oct 16, 2023
@diosmosis diosmosis deleted the 844-matomo-const-in-ui branch October 16, 2023 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review For pull requests that need a code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting matomo const-s through the UI rather than just in wp-config.php
2 participants