From b24956376ff570c8e5e817cbd9cd616045ca5188 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Wed, 28 Feb 2024 11:40:27 -0800 Subject: [PATCH 1/5] Redirects for changed path doc pages. --- netlify.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 96d6003..6d65cf7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -46,6 +46,10 @@ to = "/:splat" status = 200 [[redirects]] - from = "/plugins/drupal/legacy-versions.html" - to = "/plugins/drupal/legacy/plugins/drupal-8.html" - status = 200 + from = "/legacy-versions.html" + to = "/legacy/plugins/drupal-8.html" + status = 301 +[[redirects]] + from = "/drupal-multisite.html" + to = "/guides/drupal-multisite.html" + status = 301 From 562c57c08626b5d54e95513d19836a6756afcd84 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Wed, 28 Feb 2024 11:49:06 -0800 Subject: [PATCH 2/5] Modify redirects. --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 6d65cf7..0350e66 100644 --- a/netlify.toml +++ b/netlify.toml @@ -47,9 +47,9 @@ status = 200 [[redirects]] from = "/legacy-versions.html" - to = "/legacy/plugins/drupal-8.html" + to = "/plugins/drupal/legacy/drupal-8.html" status = 301 [[redirects]] from = "/drupal-multisite.html" - to = "/guides/drupal-multisite.html" + to = "/plugins/drupal/guides/drupal-multisite.html" status = 301 From 9e07d64b53d276af41efb44d40a7cd819915ccc8 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Wed, 28 Feb 2024 12:32:12 -0800 Subject: [PATCH 3/5] Change redirect status. --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 0350e66..ba30be9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -48,8 +48,8 @@ [[redirects]] from = "/legacy-versions.html" to = "/plugins/drupal/legacy/drupal-8.html" - status = 301 + status = 302 [[redirects]] from = "/drupal-multisite.html" to = "/plugins/drupal/guides/drupal-multisite.html" - status = 301 + status = 302 From 3818c0c70503f04be2024e06cd216422c9be8b9e Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Wed, 28 Feb 2024 12:42:55 -0800 Subject: [PATCH 4/5] New redirect pattern. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ba30be9..4ad52bf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -50,6 +50,6 @@ to = "/plugins/drupal/legacy/drupal-8.html" status = 302 [[redirects]] - from = "/drupal-multisite.html" + from = "/plugins/drupal/drupal-multisite.html" to = "/plugins/drupal/guides/drupal-multisite.html" status = 302 From da3a05766612f289615c6190e763cd320bf19697 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Fri, 8 Mar 2024 13:17:19 -0800 Subject: [PATCH 5/5] Update to latest database services. --- CHANGELOG.md | 3 +++ netlify.toml | 10 ++-------- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 4 files changed, 21 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f237660..9deabce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.3.0 - [March 8, 2024](https://github.com/lando/drupal/releases/tag/v1.3.0) + * Updated to latest database services. + ## v1.2.0 - [February 26, 2024](https://github.com/lando/drupal/releases/tag/v1.2.0) ### Internal diff --git a/netlify.toml b/netlify.toml index 4ad52bf..f1f5d59 100644 --- a/netlify.toml +++ b/netlify.toml @@ -45,11 +45,5 @@ from = "/plugins/drupal/*" to = "/:splat" status = 200 -[[redirects]] - from = "/legacy-versions.html" - to = "/plugins/drupal/legacy/drupal-8.html" - status = 302 -[[redirects]] - from = "/plugins/drupal/drupal-multisite.html" - to = "/plugins/drupal/guides/drupal-multisite.html" - status = 302 + + diff --git a/package-lock.json b/package-lock.json index 3bc503f..ee71e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,15 +6,15 @@ "packages": { "": { "name": "@lando/drupal", - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0", "dependencies": { - "@lando/mariadb": "^1.0.0", + "@lando/mariadb": "^1.1.0", "@lando/mssql": "^1.0.0", - "@lando/mysql": "^1.0.0", + "@lando/mysql": "^1.1.0", "@lando/nginx": "^1.0.0", "@lando/php": "^1.2.0", - "@lando/postgres": "^1.0.0", + "@lando/postgres": "^1.1.0", "lodash": "^4.17.21", "semver": "^7.5.4" }, @@ -1434,9 +1434,9 @@ } }, "node_modules/@lando/mariadb": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.0.0.tgz", - "integrity": "sha512-EWpcRJaSzzkaOdhyItYriG3VmCTB7FI9VwE2p7B9fDQsnj/nyWrah+E1Y7EaoBghmwq0na1YYbDEaw1gyyNDfw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lando/mariadb/-/mariadb-1.1.0.tgz", + "integrity": "sha512-+nqXV9qU405S/T0GiqHdpOiEWaXvWeAgQPWgz1x1Vhahq71pdEm+z5giCe/sTaFADYZmxmiqt5cSnIeOu/8AHQ==", "bundleDependencies": [ "lodash" ], @@ -1472,9 +1472,9 @@ "license": "MIT" }, "node_modules/@lando/mysql": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@lando/mysql/-/mysql-1.0.0.tgz", - "integrity": "sha512-MR3m4cvoXwgxE0vrp5jHgUdBz+w+UrjIF9pbwNKAJLfOhOtqD6u97qH6dYY4XjtmZs57Ohz+A6Zc2HV1Eq5p3A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lando/mysql/-/mysql-1.1.0.tgz", + "integrity": "sha512-BEd41A0B8eUbTE3dbdnEzY53HykRrH9jjeKSdEvSyczE0mTKSBilA3nrFalaG1CVrjlOl6eamLLPN6vlcEu9Zg==", "bundleDependencies": [ "lodash" ], @@ -1582,9 +1582,9 @@ "license": "ISC" }, "node_modules/@lando/postgres": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@lando/postgres/-/postgres-1.0.0.tgz", - "integrity": "sha512-nlualswNHwXhNuI8bs4Kd1SusB+IF9GtTEDAYI4tycBvC3fTkhUTS6Qig4sb+OUHUYduOai47Ejto9VjWf2w5w==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lando/postgres/-/postgres-1.1.0.tgz", + "integrity": "sha512-DG2chpzdeBTJ1jieALOy6EPAL+BYU1by3+nArrGY98fQ/5PlRN/oNoJ9BOjoNmiWtR6GpfaZpVpun+T0zdp+Cw==", "bundleDependencies": [ "lodash" ], diff --git a/package.json b/package.json index db3cdb6..1b1c9c9 100644 --- a/package.json +++ b/package.json @@ -42,12 +42,12 @@ "test": "npm run lint && npm run test:unit" }, "dependencies": { - "@lando/mariadb": "^1.0.0", + "@lando/mariadb": "^1.1.0", "@lando/mssql": "^1.0.0", - "@lando/mysql": "^1.0.0", + "@lando/mysql": "^1.1.0", "@lando/nginx": "^1.0.0", "@lando/php": "^1.2.0", - "@lando/postgres": "^1.0.0", + "@lando/postgres": "^1.1.0", "lodash": "^4.17.21", "semver": "^7.5.4" },