Skip to content

Commit de450df

Browse files
committed
BP-3730-Update, test & release (1.49.4)
1 parent 47ce5fd commit de450df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Service/Software/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Data
3636
const MODULE_CODE = 'Buckaroo_Magento2';
3737

3838
/** Version of Module */
39-
const BUCKAROO_VERSION = '1.49.3';
39+
const BUCKAROO_VERSION = '1.49.4';
4040

4141
/** @var ProductMetadataInterface */
4242
private $productMetadata;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"docs": "https://docs.buckaroo.io/"
2323
},
2424
"homepage": "https://www.buckaroo.nl",
25-
"version" : "v1.49.3",
25+
"version" : "v1.49.4",
2626
"minimum-stability": "stable",
2727
"autoload": {
2828
"files": [

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
-->
2222
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd">
23-
<module name="Buckaroo_Magento2" setup_version="1.49.3" build_number="1769" stability="stable">
23+
<module name="Buckaroo_Magento2" setup_version="1.49.4" build_number="1769" stability="stable">
2424
<sequence>
2525
<module name="Magento_Payment"/>
2626
<module name="Magento_ReleaseNotification"/>

0 commit comments

Comments
 (0)