Skip to content

Commit

Permalink
20.45.4 MNB-1575 Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
wsajason committed Aug 25, 2021
1 parent ea280f6 commit 19375c1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,3 +604,11 @@ MNB-1576 Magento coding standards
MNB-1576 Magento coding standards


## 20.45.4 (2021-08-25)
MNB-1575 Fix compilation error


## 20.45.4 (2021-08-25)
MNB-1575 Fix compilation error


8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -604,3 +604,11 @@ MNB-1576 Magento coding standards
MNB-1576 Magento coding standards


## 20.45.4 (2021-08-25)
MNB-1575 Fix compilation error


## 20.45.4 (2021-08-25)
MNB-1575 Fix compilation error


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shipperhq/module-shipper",
"description": "Magento Shipping integration with ShipperHQ",
"type": "magento2-module",
"version": "20.45.3",
"version": "20.45.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shipperhq/module-shipper",
"description": "Magento Shipping integration with ShipperHQ",
"type": "magento2-module",
"version": "20.45.3",
"version": "20.45.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<ws_timeout>30</ws_timeout>
<use_cache>0</use_cache>
<always_use_cache>1</always_use_cache>
<extension_version>20.45.3</extension_version>
<extension_version>20.45.4</extension_version>
<allowed_methods></allowed_methods>
<magento_version></magento_version>
<cache_timeout>300</cache_timeout>
Expand Down
5 changes: 0 additions & 5 deletions src/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
sortOrder="10"
disabled="false"/>
</type>
<type name="Magento\Directory\Helper\Data">
<arguments>
<argument name="directoryHelper" xsi:type="object">Magento\Directory\Helper\Proxy</argument>
</arguments>
</type>
<!--
/**
* SHQ16-2375 specify connection name of sales to support split database, otherwise uses default
Expand Down

0 comments on commit 19375c1

Please sign in to comment.