File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11## Change Log
22
3+ #### [ v3.1.1] ( https://github.com/aplazame/magento2/tree/v3.1.1 ) (2024-09-19)
4+
5+ * [ ADD] PHP 8.3 compatibility check for marketplace release.
6+
37#### [ v3.1.0] ( https://github.com/aplazame/magento2/tree/v3.1.0 ) (2024-09-12)
48
59* [ ADD] Widget v5.
Original file line number Diff line number Diff line change 11{
22 "name" : " aplazame/magento2" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "description" : " Aplazame Magento 2 module" ,
55 "type" : " magento2-module" ,
66 "homepage" : " https://aplazame.com/" ,
77 "license" : " GPL-3.0" ,
88 "require" : {
9- "php" : " ~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0" ,
9+ "php" : " ~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0 " ,
1010 "ext-json" : " *" ,
1111 "aplazame/aplazame-api-sdk" : " ^0.3.6" ,
1212 "magento/module-checkout" : " <200" ,
Original file line number Diff line number Diff line change 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 =" Aplazame_Payment" setup_version =" 3.1.0 " >
3+ <module name =" Aplazame_Payment" setup_version =" 3.1.1 " >
44 <sequence >
55 <module name =" Magento_Store" />
66 <module name =" Magento_Catalog" />
You can’t perform that action at this time.
0 commit comments