Skip to content

Commit

Permalink
Merge pull request postnl#220 from tig-nl/sprint109_version_v174
Browse files Browse the repository at this point in the history
POSTNLM2-781/POSTNLM2-782/POSTNLM2-783: Update to v1.7.4.
  • Loading branch information
tig-dennisvanderhammen authored Apr 8, 2019
2 parents a8132d0 + a419875 commit d2317ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 @@ -38,7 +38,7 @@

class SupportTab extends Template implements RendererInterface
{
const POSTNL_VERSION = '1.7.4-RC1';
const POSTNL_VERSION = '1.7.4';

const XPATH_SUPPORTED_MAGENTO_VERSION = 'tig_postnl/supported_magento_version';

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"version": "1.7.4-RC1",
"version": "1.7.4",
"authors": [
{
"name": "TIG",
Expand All @@ -24,7 +24,6 @@
},
"homepage": "https://tig.nl/postnl",
"keywords": ["PostNL", "Official PostNL extension", "Magento 2"],
"minimum-stability": "RC",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:TIG_PostNL:etc/tig_module.xsd">
<module name="TIG_PostNL" setup_version="1.7.4" stability="rc">
<module name="TIG_PostNL" setup_version="1.7.4">
<sequence>
<module name="Magento_Shipping"/>
<module name="Magento_Directory"/>
Expand Down

0 comments on commit d2317ef

Please sign in to comment.