Skip to content

Commit

Permalink
version update deployment v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-liriano committed Oct 9, 2023
1 parent feb80f5 commit df5ec80
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.4
2.2.5
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Extend Magento2 Changelog

## version: 2.2.4
## version: 2.2.5

### Changelog:

---


**2.2.5**

Patch Release - Merge pull request #399 from helloextend/2.2.5-merge

addresses an issue in the admin when creating an order for a warranty only item and check/money order payment method is disabled.





**2.2.4**

Patch Release merge pull request #397 from develop to master.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extend/module-warranty",
"description": "Extend Module for Magento 2",
"version": "2.2.4",
"version": "2.2.5",
"require": {
"php": "^7.3 || ^8.0",
"magento/magento2-base": "2.3.* || 2.4.*"
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<default>
<warranty>
<version>
<tag>2.2.4</tag>
<tag>2.2.5</tag>
</version>
<enableExtend>
<enable>0</enable>
Expand Down

0 comments on commit df5ec80

Please sign in to comment.