Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Releases: WC-Local-Pickup/woocommerce-local-pickup-time

1.4.2 Maintenance Release

03 Aug 04:02
298a351
Compare
Choose a tag to compare

Fixed

  • Checkout prevented on non-Local Shipping methods.

Changed

  • Updated WordPress Supported Versions.

1.4.1 Maintenance Release

23 May 04:33
f7e7097
Compare
Choose a tag to compare

Changed

  • Updated the README to provide details and usage on the latest functionality and features.

Fixed

  • Possible PHP Fatal Error when using new Local Pickup association functionality.

Added

  • Added new screenshot for "Ready for Pickup" email notification.

1.4.0 Feature & Maintenance Release

13 May 06:00
65fe971
Compare
Choose a tag to compare

Changed

  • Updated WordPress & WooCommerce Supported Versions.

Fixed

  • Updated Plugin Development Dependencies

Added

  • Added New Ready for Pickup Order Status & Customer Email
  • Added Pickup Time Required & Local Pickup Link Capabilities

1.3.13 Maintenance Release

18 Mar 21:11
43b537e
Compare
Choose a tag to compare
  • Compatibility versions bump.
  • Plugin owner/author transition.

1.3.12 Maintenance Release

26 Mar 08:01
1711ab4
Compare
Choose a tag to compare
  • Fixes Time Zone related pickup delay issue.

1.3.11 Development Tools Security Release

12 Feb 04:04
Compare
Choose a tag to compare
  • Fixes Composer version requirements so that WooCommerce 3.7.1 is loaded as a dist.
  • WooCommerce Composer update.
  • Adds NPM wordpress/scripts development dependency.
  • Changes unit testing to run via the WordPress docker environment.
  • Removes Travis CI call to run Tests which are non-functional and break builds.
  • Removes old WordPress version from build matrix.
  • Updates readme.

1.3.10 Maintenance Release

16 Apr 02:22
aef75e5
Compare
Choose a tag to compare
  • Adds related check for PHP 7.1 Date/Time object changes. (#53)
  • Uses an explicit PHP version check in order to run the correct setTime() method version.
  • Fixes bug with close time not selecting the correct array element for hours.
  • Fixes #52

1.3.9 Maintenance Release

04 Apr 14:01
b9f89ff
Compare
Choose a tag to compare
  • Fix Invalid Pickup Intervals (#45)
  • Fixes how the starting interval is set, especially during the middle of the current open/close pickup time.
  • Sets end time 1 interval past it in order to have the end close pickup time be inclusive for pickup.
  • Changes field title and help text for Pickup Days Ahead to be clear that the number does now represent the number of open days inclusive of the current day.
  • Updates language files to handle some new dashboard labels and help text.
  • Fixes incorrect use of pickup time interval instead of time delay. (#48)
  • Updates version for 1.3.9 release.
  • Changes direct WC_Order id attribute access to use get_id() method. (#49)
  • Fixes incorrect time delay handling.
  • Updates dependencies.
  • Updates changelog and prepares for build.

1.3.8 Maintenance Release

16 Mar 03:22
3ccacd4
Compare
Choose a tag to compare

Fixes bug introduced in 1.3.7 release.
Adds additional support to Travis CI for dev-release branches.

Locale Pickup Date Formatting

13 Mar 03:54
89559a6
Compare
Choose a tag to compare

Fixes an issue with not using the WordPress locale and built-in language pack to translate the pickup date output on checkout.