We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29e327 commit aa53a22Copy full SHA for aa53a22
bumpver.toml
@@ -1,5 +1,5 @@
1
[tool.bumpver]
2
-current_version = "1.7.5"
+current_version = "1.8.0"
3
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
4
commit_message = "chore: Bump version {old_version} -> {new_version}"
5
commit = true
composer.json
@@ -2,7 +2,7 @@
"name": "two-inc/magento2",
"description": "Two B2B BNPL payments extension",
"type": "magento2-module",
- "version": "1.7.5",
+ "version": "1.8.0",
6
"license": [
7
"OSL-3.0",
8
"AFL-3.0"
etc/config.xml
@@ -11,7 +11,7 @@
11
<payment>
12
<two_payment>
13
<active>1</active>
14
- <version>1.7.5</version>
+ <version>1.8.0</version>
15
<title>Business invoice - 30 days</title>
16
<mode>sandbox</mode>
17
<invoice_type>FUNDED_INVOICE</invoice_type>
0 commit comments