Skip to content

Commit

Permalink
[automatic submodule updates] (#22606)
Browse files Browse the repository at this point in the history
* Update all submodules

* Increase version

* updates expected UI test files

---------

Co-authored-by: diosmosis <[email protected]>
Co-authored-by: Stefan Giehl <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent 8e80653 commit 692309f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class Version
* The current Matomo version.
* @var string
*/
public const VERSION = '5.2.0-b2';
public const VERSION = '5.2.0-b3';

public const MAJOR_VERSION = 5;

Expand Down
2 changes: 1 addition & 1 deletion plugins/DeviceDetectorCache
2 changes: 1 addition & 1 deletion plugins/MarketingCampaignsReporting
2 changes: 1 addition & 1 deletion plugins/Provider
Submodule Provider updated 1 files
+4 −1 lang/lv.json
2 changes: 1 addition & 1 deletion plugins/SecurityInfo
Submodule SecurityInfo updated 1 files
+5 −3 lang/lv.json
2 changes: 1 addition & 1 deletion plugins/TagManager
Submodule TagManager updated 57 files
+6 −4 API.php
+2 −1 Context/WebContext.php
+3 −1 Dao/ContainersDao.php
+8 −6 Model/Container.php
+2 −0 TagManager.php
+71 −0 Updates/5.2.0-b3.php
+16 −0 javascripts/tagmanager.js
+28 −28 javascripts/tagmanager.min.js
+17 −0 lang/cs.json
+2 −0 lang/el.json
+3 −1 lang/en.json
+2 −0 lang/ga.json
+19 −1 lang/tr.json
+2 −2 tests/Fixtures/TagManagerFixture.php
+3 −3 tests/Integration/Dao/ContainerReleaseDaoTest.php
+8 −5 tests/Integration/Dao/ContainersDaoTest.php
+10 −5 tests/Integration/Model/ContainerTest.php
+4 −4 tests/Integration/UpdateHelper/NewTagParameterMigratorTest.php
+4 −4 tests/Integration/UpdateHelper/NewVariableParameterMigratorTest.php
+1 −0 tests/System/expected/test___TagManager.exportContainerVersion_import_overwrite_itself.xml
+1 −0 ...System/expected/test___TagManager.exportContainerVersion_import_with_backupname_after_import_into_draft.xml
+1 −0 ...ystem/expected/test___TagManager.exportContainerVersion_import_with_backupname_before_import_into_draft.xml
+1 −0 ...tem/expected/test___TagManager.exportContainerVersion_import_without_backupname_after_import_into_draft.xml
+1 −0 tests/System/expected/test___TagManager.exportContainerVersion_site_default_container.xml
+1 −0 tests/System/expected/test___TagManager.getContainer_import_overwrite_itself.xml
+1 −0 tests/System/expected/test___TagManager.getContainer_import_with_backupname_after_import_into_draft.xml
+1 −0 tests/System/expected/test___TagManager.getContainer_import_without_backupname_after_import_into_draft.xml
+1 −0 ...ted_automatically__TagManager.exportContainerVersion_2_aaacont1_container1_draft_detected_automatically.xml
+1 −0 ...test__container1_draft_version__TagManager.exportContainerVersion_2_aaacont1_1_container1_draft_version.xml
+1 −0 ...ed/test__container1_v1__TagManager.exportContainerVersion_2_aaacont1_idContainer1Version1_container1_v1.xml
+1 −0 ...ed/test__container1_v2__TagManager.exportContainerVersion_2_aaacont1_idContainer1Version2_container1_v2.xml
+1 −0 ...ed/test__container1_v3__TagManager.exportContainerVersion_2_aaacont1_idContainer1Version3_container1_v3.xml
+1 −0 ...ed/test__container1_v4__TagManager.exportContainerVersion_2_aaacont1_idContainer1Version4_container1_v4.xml
+1 −0 ...ed/test__container1_v5__TagManager.exportContainerVersion_2_aaacont1_idContainer1Version5_container1_v5.xml
+1 −0 ...__container2_empty_container__TagManager.exportContainerVersion_2_aaacont2_2_container2_empty_container.xml
+1 −0 tests/System/expected/test__container6_v1__TagManager.exportContainerVersion_4_aaacont6_6_container6_v1.xml
+1 −0 tests/System/expected/test_empty_no_changes__TagManager.getContainer.xml
+1 −0 tests/System/expected/test_only_one_version__TagManager.getContainer.xml
+4 −0 tests/System/expected/test_with_containers__TagManager.getContainers.xml
+1 −0 tests/System/expected/test_with_versions_and_releases__TagManager.getContainer.xml
+8 −3 tests/UI/ContainerTag_spec.js
+14 −0 tests/UI/Container_spec.js
+2 −2 tests/UI/expected-screenshots/Container_create_new.png
+2 −2 tests/UI/expected-screenshots/Container_create_new_error.png
+2 −2 tests/UI/expected-screenshots/Container_create_new_prefilled.png
+2 −2 tests/UI/expected-screenshots/Container_edit_url.png
+2 −2 tests/UI/expected-screenshots/Container_edit_url_updated.png
+3 −0 tests/UI/expected-screenshots/Container_edit_url_with_activelySyncGtmDataLayer.png
+2 −2 tests/UI/expected-screenshots/Container_edit_url_with_isTagFireLimitAllowedInPreviewMode.png
+3 −0 tests/UI/expected-screenshots/Container_edit_url_without_activelySyncGtmDataLayer.png
+2 −2 tests/UI/expected-screenshots/Container_edit_url_without_isTagFireLimitAllowedInPreviewMode.png
+2 −2 tests/UI/expected-screenshots/Container_site_none_exist_yet_create_now.png
+29 −16 vue/dist/TagManager.umd.js
+9 −9 vue/dist/TagManager.umd.min.js
+11 −0 vue/src/Container/ContainerEdit.vue
+1 −0 vue/src/Container/Containers.store.ts
+1 −0 vue/src/types.ts
2 changes: 1 addition & 1 deletion plugins/TreemapVisualization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 692309f

Please sign in to comment.