Skip to content

Commit

Permalink
Merge branch 'release/2.4.3' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Nov 17, 2020
2 parents 84205a4 + a10fe8a commit 70879cf
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3 - 2020.11.17
### Fixed
* Removed `xdebug.remote_connect_back` from the `php-dev-base` container's `xdebug.ini` file to allow xdebug to connect properly

## 2.4.2 - 2020.11.11
### Fixed
* Removed unused `path` attribute passed to `MiniCssExtractPlugin` in the `production.config.js`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
"version": "2.4.2",
"version": "2.4.3",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 0 additions & 1 deletion docker-config/php-dev-base/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9003
xdebug.remote_handler=dbgp
xdebug.remote_connect_back=1
xdebug.remote_host=host.docker.internal
xdebug.remote_autostart=1

0 comments on commit 70879cf

Please sign in to comment.