Skip to content

Commit

Permalink
Merge branch 'bugfix/POSTNL-56-php74' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkerpj committed Jul 13, 2023
2 parents 360729d + 2362e24 commit a65885b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Config/Support/SupportTab.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SupportTab extends Template implements RendererInterface
{
const POSTNL_VERSION = '1.12.8';
const POSTNL_VERSION = '1.12.9.1';

const XPATH_SUPPORTED_MAGENTO_VERSION = 'tig_postnl/supported_magento_version';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"version": "1.12.9",
"version": "1.12.9.1",
"authors": [
{
"name": "TIG",
Expand Down

0 comments on commit a65885b

Please sign in to comment.