We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7b78e commit 563c99eCopy full SHA for 563c99e
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.4.14] - 20 February 2022
10
+### Fixed
11
+- Missing crossorigin in html output (@mageho)
12
+
13
## [1.4.13] - 19 January 2022
14
### Fixed
15
- Make sure title is only parsed once, fixing issues with SVGs
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yireo/magento2-linkpreload",
3
- "version": "1.4.13",
+ "version": "1.4.14",
4
"license": "OSL-3.0",
5
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/linkpreload",
0 commit comments