From c3608f0bab6679e195697ed3e3b83d235d57c88c Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 18 Jun 2020 05:59:54 +1000 Subject: [PATCH 1/4] [SDPA-4396] Updated Tide Core for upstream Drupal update. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b7a474..939ec17 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "dpc-sdp/tide_alert": "1.0.1", "dpc-sdp/tide_api": "1.5.0", "dpc-sdp/tide_authenticated_content": "1.0.2", - "dpc-sdp/tide_core": "1.6.0", + "dpc-sdp/tide_core": "dev-hotfix/1.6.2", "dpc-sdp/tide_demo_content": "1.1.1", "dpc-sdp/tide_event": "1.3.1", "dpc-sdp/tide_event_atdw": "1.0.0", From 509afa8971e7305adfcef0c058f045dfcf6b660e Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 18 Jun 2020 09:53:08 +1000 Subject: [PATCH 2/4] [SDPA-4396] Bumped dev-tools pointer. --- dev-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools.sh b/dev-tools.sh index d7573df..1daa6b0 100755 --- a/dev-tools.sh +++ b/dev-tools.sh @@ -33,6 +33,6 @@ # stable version. # # Uncomment and set the Dev-Tools's commit value and commit this change. -# export GH_COMMIT=COMMIT_SHA +export GH_COMMIT=b47361ea10b5c363dd7c0179954eadbf47ce6ba7 bash <(curl -L https://raw.githubusercontent.com/dpc-sdp/dev-tools/master/install?"$(date +%s)") "$@" From f3ef43e9f2af3decf3123ef763943a1019fb6fa1 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 18 Jun 2020 10:14:35 +1000 Subject: [PATCH 3/4] [SDPA-4396] Added alias for tide_core. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 939ec17..3090164 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "dpc-sdp/tide_alert": "1.0.1", "dpc-sdp/tide_api": "1.5.0", "dpc-sdp/tide_authenticated_content": "1.0.2", - "dpc-sdp/tide_core": "dev-hotfix/1.6.2", + "dpc-sdp/tide_core": "dev-hotfix/1.6.2 as 1.6.1", "dpc-sdp/tide_demo_content": "1.1.1", "dpc-sdp/tide_event": "1.3.1", "dpc-sdp/tide_event_atdw": "1.0.0", From 417609129ed846a648bd67f2e750fdb8a0bd1239 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 18 Jun 2020 11:20:52 +1000 Subject: [PATCH 4/4] [SDPA-4396] Updated version of Tide Core to 1.6.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3090164..215c7d4 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "dpc-sdp/tide_alert": "1.0.1", "dpc-sdp/tide_api": "1.5.0", "dpc-sdp/tide_authenticated_content": "1.0.2", - "dpc-sdp/tide_core": "dev-hotfix/1.6.2 as 1.6.1", + "dpc-sdp/tide_core": "1.6.2", "dpc-sdp/tide_demo_content": "1.1.1", "dpc-sdp/tide_event": "1.3.1", "dpc-sdp/tide_event_atdw": "1.0.0",