Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Aug 22, 2024
1 parent 5f73bc0 commit 27063a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Service/Software/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Data
const MODULE_CODE = 'Buckaroo_Magento2';

/** Version of Module */
const BUCKAROO_VERSION = '1.49.1';
const BUCKAROO_VERSION = '1.49.2';

/** @var ProductMetadataInterface */
private $productMetadata;
Expand Down Expand Up @@ -87,7 +87,7 @@ public function getModuleVersion()
private function getPlatformData(OrderPaymentInterface $payment = null)
{
$platformName = $this->getProductMetaData()->getName() . ' - ' . $this->getProductMetaData()->getEdition();

$platformInfo = $payment !== null ? $payment->getAdditionalInformation('buckaroo_platform_info') : null;
if ($platformInfo !== null)
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docs": "https://docs.buckaroo.io/"
},
"homepage": "https://www.buckaroo.nl",
"version" : "v1.49.1",
"version" : "v1.49.2",
"minimum-stability": "stable",
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd">
<module name="Buckaroo_Magento2" setup_version="1.49.1" build_number="1769" stability="stable">
<module name="Buckaroo_Magento2" setup_version="1.49.2" build_number="1769" stability="stable">
<sequence>
<module name="Magento_Payment"/>
<module name="Magento_ReleaseNotification"/>
Expand Down

0 comments on commit 27063a8

Please sign in to comment.