Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-03-18 14:21:53 +0300
committerGitHub <noreply@github.com>2020-03-18 14:21:53 +0300
commit396d908ebd510ad3dcfa5e82a647ea93d788a60b (patch)
tree1c739b93cdb02b4822f517f33bc0eacacff9c014 /.gitmodules
parentf0c246cb3a4db3021da7552f6779d56613799414 (diff)
readd provider plugin (#15704)
regression from #15410
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 71eed63ea2..ab0e5be62a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -57,6 +57,15 @@
[submodule "plugins/DeviceDetectorCache"]
path = plugins/DeviceDetectorCache
url = https://github.com/matomo-org/plugin-DeviceDetectorCache.git
+[submodule "plugins/Provider"]
+ path = plugins/Provider
+ url = https://github.com/matomo-org/plugin-Provider.git
+
+# Add new Plugin submodule above this line ^^
+#
+# Note: when you add a submodule that SHOULD be left in the packaged release such as the few submodules below,
+# then you MUST add these submodules names in the SUBMODULES_PACKAGED_WITH_CORE variable in:
+# https://github.com/matomo-org/matomo-package/blob/master/scripts/build-package.sh
[submodule "misc/log-analytics"]
path = misc/log-analytics
url = https://github.com/matomo-org/matomo-log-analytics.git