Skip to content

Commit

Permalink
update dbs (#100)
Browse files Browse the repository at this point in the history
* Redirects for changed path doc pages.

* Modify redirects.

* Change redirect status.

* New redirect pattern.

* Update to latest database services.
  • Loading branch information
reynoldsalec authored Mar 8, 2024
1 parent 2a1da78 commit 83bff55
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 2 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@
from = "/plugins/drupal/*"
to = "/:splat"
status = 200
[[redirects]]
from = "/plugins/drupal/legacy-versions.html"
to = "/plugins/drupal/legacy/plugins/drupal-8.html"
status = 200


24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 83bff55

Please sign in to comment.