Skip to content

Commit

Permalink
Merge branch 'release/1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ortega committed Feb 23, 2022
2 parents c9f9d93 + c987004 commit f4778fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Released]

## [1.5.0] - 2022-02-23
## Added
- 87351: Yotpo sequence to fix CSP policies loading correctly

## [1.4.0] - 2021-10-15
### Added
- 80756: new policy (*.userway.org for img-src)
Expand Down
6 changes: 5 additions & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Snowdog_Csp" setup_version="1.0.0"/>
<module name="Snowdog_Csp" setup_version="1.0.0">
<sequence>
<module name="Yotpo_Yotpo"/>
</sequence>
</module>
</config>

0 comments on commit f4778fe

Please sign in to comment.