Skip to content

Commit dfda375

Browse files
committed
build(change-log): v2.8.0
1 parent c6ad5eb commit dfda375

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#### 2.8.0 (2025-04-02)
2+
3+
##### Build System / Dependencies
4+
5+
* **change-log:** v2.7.1 (#740) (a60e5d48)
6+
7+
##### New Features
8+
9+
* add handler for expired charge (c34eb62e)
10+
11+
##### Bug Fixes
12+
13+
* adjust description for update status (7a5ad806)
14+
115
#### 2.7.1 (2024-11-11)
216

317
##### 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.1",
5+
"version": "2.8.0",
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.1">
3+
<module name="OpenPix_Pix" setup_version="2.8.0">
44
<sequence>
55
<module name="Magento_Sales"/>
66
<module name="Magento_Payment"/>

openpix_pix.2.8.0.zip

85.1 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.1",
3+
"version": "2.8.0",
44
"dependencies": {
55
"jest": "^29.7.0"
66
},

0 commit comments

Comments
 (0)