Skip to content

Commit 9d0d085

Browse files
Release v2.10.2
1 parent c26145a commit 9d0d085

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

3+
#### [v2.10.2](https://github.com/aplazame/magento2/tree/v2.10.2) (2024-01-31)
4+
5+
* [FIX] Various settings tweaks.
6+
37
#### [v2.10.1](https://github.com/aplazame/magento2/tree/v2.10.1) (2023-12-14)
48

59
* [FIX] PHP-SDK version.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2023, Aplazame
3+
Copyright (c) 2024, Aplazame
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aplazame/magento2",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"description": "Aplazame Magento 2 module",
55
"type": "magento2-module",
66
"homepage": "https://aplazame.com/",

src/etc/module.xml

Lines changed: 1 addition & 1 deletion
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="Aplazame_Payment" setup_version="2.10.1">
3+
<module name="Aplazame_Payment" setup_version="2.10.2">
44
<sequence>
55
<module name="Magento_Store"/>
66
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)