Skip to content

Commit 3430e80

Browse files
authored
Merge pull request #23 from MITLibraries/INFRA-517
Install New Premium Plugins
2 parents 8c2d2df + 54b8f7f commit 3430e80

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

+6
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

+2
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

-180
This file was deleted.

files/plugin-CustomVariables-5.0.2/Archiver.php

-15
This file was deleted.

files/plugin-CustomVariables-5.0.2/CHANGELOG.md

-25
This file was deleted.

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

-18
This file was deleted.

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

-26
This file was deleted.

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

-68
This file was deleted.

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

-27
This file was deleted.

0 commit comments

Comments
 (0)