Skip to content

Commit a60e5d4

Browse files
authored
build(change-log): v2.7.1 (#740)
1 parent b27f4bb commit a60e5d4

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 2.7.1 (2024-11-11)
2+
3+
##### Build System / Dependencies
4+
5+
* **change-log:** v2.7.0 (#739) (b27f4bb7)
6+
17
#### 2.7.0 (2024-11-11)
28

39
##### Build System / Dependencies

Pix/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openpix/pix",
33
"description": "OpenPix Magento 2 Plugin",
44
"type": "magento2-module",
5-
"version": "2.7.0",
5+
"version": "2.7.1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

Pix/etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="OpenPix_Pix" setup_version="2.7.0">
3+
<module name="OpenPix_Pix" setup_version="2.7.1">
44
<sequence>
55
<module name="Magento_Sales"/>
66
<module name="Magento_Payment"/>

openpix_pix.2.7.1.zip

84.2 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magento2-openpix",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"dependencies": {
55
"jest": "^29.7.0"
66
},

0 commit comments

Comments
 (0)