Skip to content

Commit

Permalink
Merge branch 'release/2.4.48' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Oct 20, 2021
2 parents 1a2ecd3 + 84149ee commit 4c26b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.4.48 - 2021.10.20
### Changed
* Updated the `Makefile` to accommodate the change in Docker to using `-` instead of `_` in container names

## 2.4.47 - 2021.08.07
### Added
* Handle both `XDEBUG_SESSION` and `XDEBUG_PROFILE` cookies
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONTAINER?=$(shell basename $(CURDIR))_php_1
BUILDCHAIN?=$(shell basename $(CURDIR))_webpack_1
CONTAINER?=$(shell basename $(CURDIR))-php-1
BUILDCHAIN?=$(shell basename $(CURDIR))-webpack-1

.PHONY: build clean composer dev npm pulldb restoredb up

Expand Down

0 comments on commit 4c26b43

Please sign in to comment.