Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ COPY ./files/plugin-EnvironmentVariables-5.0.3/ /var/www/html/plugins/Environmen
# Add the CustomVariables plugin
COPY ./files/plugin-CustomVariables-5.0.4/ /var/www/html/plugins/CustomVariables

# Add the HeatmapSessionRecording plugin
COPY ./files/plugin-HeatmapSessionRecording-5.2.3/ /var/www/html/plugins/HeatmapSessionRecording

# Add the UsersFlow plugin
COPY ./files/plugin-UsersFlow-5.0.5/ /var/www/html/plugins/UsersFlow

# Preconfigure settings
COPY ./files/config.ini.php /var/www/html/config/config.ini.php

Expand Down
2 changes: 2 additions & 0 deletions files/config.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,5 @@
PluginsInstalled[] = "PagePerformance"
PluginsInstalled[] = "CustomDimensions"
PluginsInstalled[] = "FeatureFlags"
PluginsInstalled[] = "UsersFlow"
PluginsInstalled[] = "HeatmapSessionRecording"
180 changes: 0 additions & 180 deletions files/plugin-CustomVariables-5.0.2/API.php

This file was deleted.

15 changes: 0 additions & 15 deletions files/plugin-CustomVariables-5.0.2/Archiver.php

This file was deleted.

25 changes: 0 additions & 25 deletions files/plugin-CustomVariables-5.0.2/CHANGELOG.md

This file was deleted.

This file was deleted.

This file was deleted.

68 changes: 0 additions & 68 deletions files/plugin-CustomVariables-5.0.2/Columns/Base.php

This file was deleted.

This file was deleted.

Loading