Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "2.0.0"
}
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/graycoreio/magento2-devcontainer/compare/v1.1.0...v2.0.0) (2026-04-07)


### ⚠ BREAKING CHANGES

* Unfortunately, on Macs and Linux boxes, VSCode will often fail to port-forward 443 and 80. Sometimes, these will work and cause VSCode to request privileges, but more often than not, they don't. It's easier to just use a non-privileged port than fight against admin access. As such, you can now access your site on the portforward `8000`` and `8443` instead.

### Features

* support mailpit for local email ([#10](https://github.com/graycoreio/magento2-devcontainer/issues/10)) ([ed79770](https://github.com/graycoreio/magento2-devcontainer/commit/ed79770852a11c7263e150c387fd571cdb12f38b))
* use non-privileged ports for nginx ([e452bc7](https://github.com/graycoreio/magento2-devcontainer/commit/e452bc7cc19ff6122bd645da44bdbcd3d4321e4d))


### Bug Fixes

* adjust base_url after breakage from e452bc7cc19ff6122bd645da44bdbcd3d4321e4d ([56cf07b](https://github.com/graycoreio/magento2-devcontainer/commit/56cf07b9abc762e6f09ebed8e02905eebb2fd7c4))

## [1.1.0](https://github.com/graycoreio/magento2-devcontainer/compare/v1.0.0...v1.1.0) (2026-02-17)


Expand Down
Loading