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
Releases · WC-Local-Pickup/woocommerce-local-pickup-time
1.4.2 Maintenance Release
1.4.1 Maintenance Release
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
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
- Compatibility versions bump.
- Plugin owner/author transition.
1.3.12 Maintenance Release
- Fixes Time Zone related pickup delay issue.
1.3.11 Development Tools Security Release
- 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
1.3.9 Maintenance Release
- 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
Fixes bug introduced in 1.3.7 release.
Adds additional support to Travis CI for dev-release branches.
Locale Pickup Date Formatting
Fixes an issue with not using the WordPress locale and built-in language pack to translate the pickup date output on checkout.