Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(PL): Update PL to newest version #714

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading