Skip to content

Commit

Permalink
Merge branch 'release/2.4.24' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Feb 3, 2021
2 parents e1b75f7 + 71797ec commit 415f0c8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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.24 - 2021.02.03
### Fixed
* Fixed an issue with favicon generation caused by changes in `favicons-webpack-plugin`

## 2.4.23 - 2021.02.02
### Changed
* Use `get-webpack-config` package
Expand Down
4 changes: 2 additions & 2 deletions buildchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"eslint": "^7.4.0",
"eslint-plugin-vue": "^7.2.0",
"favicons": "^6.2.0",
"favicons-webpack-plugin": "^5.0.0-alpha.6",
"favicons-webpack-plugin": "^5.0.0",
"file-loader": "^6.0.0",
"get-webpack-config": "^1.0.0",
"glob-all": "^3.1.0",
"html-webpack-plugin": "^5.0.0-beta.5",
"html-webpack-plugin": "^5.0.0",
"ignore-loader": "^0.1.2",
"imagemin": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion buildchain/webpack-configs/favicons.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = (type = 'modern', settings) => {
appDescription: pkg.description,
developerName: pkg.author.name,
developerURL: pkg.author.url,
path: settings.paths.dist,
path: settings.favicons.publicPath,
}
}),
],
Expand Down
1 change: 1 addition & 0 deletions buildchain/webpack-settings/favicons.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ module.exports = {
favicons: {
logo: '../src/img/favicon-src.png',
prefix: 'img/favicons/',
publicPath: '/dist/img/favicons',
},
};
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.23",
"version": "2.4.24",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 415f0c8

Please sign in to comment.