Add SearchEngineKeywordsPerformance Premium Plugin #27
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.
What does this PR do?
Helpful background context
A third premium plugin was purchased from InnoCraft. At the same time, one of the other premium plugins had a pending update. Per the documentation in the HOWTO-premium-plugins.md, this pass through the repository just installs the plugin directory and files but does not activate the plugin.
Additionally, we revert the copying of the config.ini.php file back to the /var/www/html folder instead into the source folder. Now that we have established the persistent storage for the config.ini file, we don't need to worry about forcing it into the source.
How can a reviewer manually see the effects of these changes?
There is no way for a reviewer or end-user to see these changes in Matomo. This just loads a bunch of files into the container that can be referenced on the next pass through this repo when we actually activate the plugin. The reviewer can log in to Matomo UI and verify that with these changes, Matomo is still working correctly.
99% of the files changed in this commit are the files in the new SearchEngineKeywordsPerformance directory. The other important files that changed and that should be reviewed are:
Dockerfile
docs/HowTos/HOWTO-miscellaneous.md
ocs/HowTos/HOWTO-premium-plugins.md
files/backup-data.sh
Work was done manually in the stage version of Matomo to verify that we could enable the new plugin and that configuration of the new plugin did not cause any issues with our current deployment model.
Includes new or updated dependencies?
YES: New directory in the
plugins/
folderWhat are the relevant tickets?
Developer
Code Reviewer
(not just this pull request message)