Skip to content

Commit 54b8f7f

Browse files
committed
Install New Premium Plugins
Why these changes are being introduced: The UXWS team purchased two premium plugins, the HeatmapSessionRecording plugin and the UsersFlow plugin. The license key has already been installed in the database, so we can proceed with the installation of the plugins (but not the activation yet). How this addresses that need: * Unzip the two plugin packages into the `files/` folder in this repository * Update the `Dockerfile` to copy the source packages into the plugins directory in the container * Update the `config.ini.php` file to include the two new plugins * Delete the leftover old versions of the two other non-premium plugins that are part of our Matomo deployment Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-517
1 parent 24f9913 commit 54b8f7f

File tree

348 files changed

+64340
-4105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+64340
-4105
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ COPY ./files/plugin-EnvironmentVariables-5.0.3/ /var/www/html/plugins/Environmen
88
# Add the CustomVariables plugin
99
COPY ./files/plugin-CustomVariables-5.0.4/ /var/www/html/plugins/CustomVariables
1010

11+
# Add the HeatmapSessionRecording plugin
12+
COPY ./files/plugin-HeatmapSessionRecording-5.2.3/ /var/www/html/plugins/HeatmapSessionRecording
13+
14+
# Add the UsersFlow plugin
15+
COPY ./files/plugin-UsersFlow-5.0.5/ /var/www/html/plugins/UsersFlow
16+
1117
# Preconfigure settings
1218
COPY ./files/config.ini.php /var/www/html/config/config.ini.php
1319

files/config.ini.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@
164164
PluginsInstalled[] = "PagePerformance"
165165
PluginsInstalled[] = "CustomDimensions"
166166
PluginsInstalled[] = "FeatureFlags"
167+
PluginsInstalled[] = "UsersFlow"
168+
PluginsInstalled[] = "HeatmapSessionRecording"

files/plugin-CustomVariables-5.0.2/API.php

Lines changed: 0 additions & 180 deletions
This file was deleted.

files/plugin-CustomVariables-5.0.2/Archiver.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

files/plugin-CustomVariables-5.0.2/CHANGELOG.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

files/plugin-CustomVariables-5.0.2/Categories/CustomVariablesCategory.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

files/plugin-CustomVariables-5.0.2/Categories/CustomVariablesSubcategory.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

files/plugin-CustomVariables-5.0.2/Columns/Base.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

files/plugin-CustomVariables-5.0.2/Columns/CustomVariableName.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)