Skip to content

Commit

Permalink
fix(PL): Update PL to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Jun 10, 2024
1 parent b64eec0 commit 19283a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Cypress.Commands.add("installwc82", () => {
cy.get(".components-button.woocommerce-profiler-setup-store__button.is-primary").click();
cy.wait(1000);
cy.get(".components-button.woocommerce-profiler-button.is-primary").click();
cy.wait(1000);
cy.wait(2000);
cy.get("#woocommerce-select-control-0__control-input").click();
cy.wait(200);
cy.get("#woocommerce-select-control__option-0-electronics_and_computers").click({ force: true });
Expand Down
28 changes: 6 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"dependencies": {
"@ideal-postcodes/address-finder": "~4.5.3",
"@ideal-postcodes/jsutil": "~7.1.0",
"@ideal-postcodes/postcode-lookup": "~1.11.1"
"@ideal-postcodes/postcode-lookup": "~2.0.0"
}
}
2 changes: 1 addition & 1 deletion uk-address-postcode-validation/js/woocommerce.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions uk-address-postcode-validation/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Prices range between 2 and 2.5p per lookup, with alternate pricing options avail

== Changelog ==

= 3.5.6 =
* Update Postcode Lookup to version 2.0.0

= 3.5.5 =
* Toggle the country context of Address Finder when a new country is selected in checkout
* Fix address field binding for certains countries with dynamically generated inputs in WooCommerce Blocks checkout
Expand Down

0 comments on commit 19283a9

Please sign in to comment.