This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information
Showing
12 changed files
with
121 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ msgstr "" | |
"Project-Id-Version: WooCommerce Local Pickup Time Select\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-local-" | ||
"pickup-time\n" | ||
"POT-Creation-Date: 2019-03-16 02:32:03+00:00\n" | ||
"POT-Creation-Date: 2019-04-04 11:53:07+00:00\n" | ||
"PO-Revision-Date: 2017-05-11 11:03+0200\n" | ||
"Last-Translator: Karolína Vyskočilová <[email protected]>\n" | ||
"Language-Team: Matt Banks <[email protected]>\n" | ||
|
@@ -247,21 +247,23 @@ msgid "1 week" | |
msgstr "" | ||
|
||
#: admin/class-local-pickup-time-admin.php:298 | ||
msgid "Pickup Time Days Ahead" | ||
msgid "Pickup Time Open Days Ahead" | ||
msgstr "" | ||
|
||
#: admin/class-local-pickup-time-admin.php:299 | ||
msgid "Choose the number of days ahead for allowing local pickup orders." | ||
msgid "" | ||
"Choose the number of open days ahead for allowing local pickup orders. This " | ||
"is inclusive of the current day, if timeslots are still available." | ||
msgstr "" | ||
|
||
#: admin/class-local-pickup-time-admin.php:335 | ||
msgid "Pickup Time:" | ||
msgstr "" | ||
|
||
#: admin/class-local-pickup-time-admin.php:356 | ||
#: public/class-local-pickup-time.php:515 | ||
#: public/class-local-pickup-time.php:522 | ||
#: public/class-local-pickup-time.php:574 | ||
#: public/class-local-pickup-time.php:528 | ||
#: public/class-local-pickup-time.php:535 | ||
#: public/class-local-pickup-time.php:587 | ||
msgid "Pickup Time" | ||
msgstr "" | ||
|
||
|
@@ -293,15 +295,15 @@ msgstr "" | |
msgid "Sunday" | ||
msgstr "" | ||
|
||
#: public/class-local-pickup-time.php:422 | ||
#: public/class-local-pickup-time.php:419 | ||
msgid "Select time" | ||
msgstr "" | ||
|
||
#: public/class-local-pickup-time.php:542 | ||
#: public/class-local-pickup-time.php:555 | ||
msgid "Please select a pickup time." | ||
msgstr "" | ||
|
||
#: public/class-local-pickup-time.php:594 | ||
#: public/class-local-pickup-time.php:607 | ||
msgid "None" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.