File tree Expand file tree Collapse file tree 5 files changed +20
-1
lines changed Expand file tree Collapse file tree 5 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -65,3 +65,7 @@ RIV-534 support Enhanced Checkout
65
65
MNB-1843 User submitted enhancement to refactor add new address UI. MNB-1789 Fix for street address becoming uneditable on Google API error
66
66
67
67
68
+ ## 20.5.1 (2022-01-17)
69
+ MNB-1966 Fix for Quebec not populating and added CSP whitelist
70
+
71
+
Original file line number Diff line number Diff line change @@ -65,3 +65,7 @@ RIV-534 support Enhanced Checkout
65
65
MNB-1843 User submitted enhancement to refactor add new address UI. MNB-1789 Fix for street address becoming uneditable on Google API error
66
66
67
67
68
+ ## 20.5.1 (2022-01-17)
69
+ MNB-1966 Fix for Quebec not populating and added CSP whitelist
70
+
71
+
Original file line number Diff line number Diff line change 2
2
"name" : " shipperhq/module-address-autocomplete" ,
3
3
"description" : " ShipperHQ Address Autocomplete Tool" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 20.5.0 " ,
5
+ "version" : " 20.5.1 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Shipper HQ
4
+ ~ Thanks to https://github.com/ProxiBlue for providing this file
5
+ ~ @category ShipperHQ
6
+ ~ @package shq
7
+ ~ @copyright Copyright (c) 2022 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
8
+ ~ @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ ~ @author ShipperHQ Team [email protected]
10
+ -->
11
+
2
12
<csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd" >
3
13
<policies >
4
14
<policy id =" script-src" >
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ define([
168
168
if ( region == 'Québec' ) {
169
169
region = 'Quebec'
170
170
}
171
+
171
172
if ( uiRegistry . get ( 'checkout.steps.shipping-step.shippingAddress.shipping-address-fieldset.region_id' ) ) {
172
173
var regionDomId = uiRegistry . get ( 'checkout.steps.shipping-step.shippingAddress.shipping-address-fieldset.region_id' ) . uid ;
173
174
if ( $ ( '#' + regionDomId ) . length ) {
You can’t perform that action at this time.
0 commit comments