Skip to content

Commit b436319

Browse files
committed
Updated version
1 parent 32806c9 commit b436319

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
v1.0.26
4+
- removed unneeded CSP rules
5+
36
v1.0.24
47
- added caching of cookie domain when generating _sbp cookie
58
- Fixed issue with the overridden price formatter pattern

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": [
66
"GPL-3.0-only"
77
],
8-
"version": "1.0.25",
8+
"version": "1.0.26",
99
"require": {
1010
"php": ">=7.4.0",
1111
"jeremykendall/php-domain-parser": "^6.0"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22

33
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
4-
<module name="Stape_Gtm" schema_version="1.0.25" setup_version="1.0.25">
4+
<module name="Stape_Gtm" schema_version="1.0.26" setup_version="1.0.26">
55
<sequence>
66
<module name="Magento_Backend" />
77
<module name="Magento_Catalog" />

0 commit comments

Comments
 (0)