File tree 5 files changed +17
-3
lines changed
5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
15
#### 2.7.1 (2024-11-11)
2
16
3
17
##### Build System / Dependencies
Original file line number Diff line number Diff line change 2
2
"name" : " openpix/pix" ,
3
3
"description" : " OpenPix Magento 2 Plugin" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 2.7.1 " ,
5
+ "version" : " 2.8.0 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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 " >
4
4
<sequence >
5
5
<module name =" Magento_Sales" />
6
6
<module name =" Magento_Payment" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento2-openpix" ,
3
- "version" : " 2.7.1 " ,
3
+ "version" : " 2.8.0 " ,
4
4
"dependencies" : {
5
5
"jest" : " ^29.7.0"
6
6
},
You can’t perform that action at this time.
0 commit comments