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/73 pickup time delay (#75) * NPM updates. * Docker local dev updates. * Updates Nginx config to include default local development domains. * Fixes issue with use of date_i18n() function and not using the WordPress Time Zone when formatting pickup time intervals. * Bumps version to 1.3.12 patch release. * Fixes NPM dependencies & Travis Co build config. * Fixes invalid NPM version to attempt to install. * Fixes public plugin class object property calls to use get methods. * Adds backwards compatibility for date output prior to WordPress 5.3. * Fix/73 pickup time delay (#76) * NPM updates. * Docker local dev updates. * Updates Nginx config to include default local development domains. * Fixes issue with use of date_i18n() function and not using the WordPress Time Zone when formatting pickup time intervals. * Bumps version to 1.3.12 patch release. * Fixes NPM dependencies & Travis Co build config. * Fixes invalid NPM version to attempt to install. * Fixes public plugin class object property calls to use get methods. * Adds backwards compatiblity for date output prior to WordPress 5.3. * Fixes codes style.
- Loading branch information
Showing
12 changed files
with
2,605 additions
and
2,845 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,10 +57,11 @@ matrix: | |
addons: | ||
apt: | ||
packages: | ||
- nodejs | ||
- nodejs | ||
|
||
before_install: | ||
- npm install grunt-cli | ||
- npm install -g [email protected] | ||
- npm install -g grunt-cli | ||
|
||
install: | ||
- composer install | ||
|
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
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
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-11-20 04:42:44+00:00\n" | ||
"POT-Creation-Date: 2020-03-26 06:34:11+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" | ||
|
@@ -261,9 +261,9 @@ msgid "Pickup Time:" | |
msgstr "" | ||
|
||
#: admin/class-local-pickup-time-admin.php:356 | ||
#: public/class-local-pickup-time.php:543 | ||
#: public/class-local-pickup-time.php:550 | ||
#: public/class-local-pickup-time.php:602 | ||
#: public/class-local-pickup-time.php:551 | ||
#: public/class-local-pickup-time.php:558 | ||
#: public/class-local-pickup-time.php:610 | ||
msgid "Pickup Time" | ||
msgstr "" | ||
|
||
|
@@ -295,15 +295,15 @@ msgstr "" | |
msgid "Sunday" | ||
msgstr "" | ||
|
||
#: public/class-local-pickup-time.php:420 | ||
#: public/class-local-pickup-time.php:424 | ||
msgid "Select time" | ||
msgstr "" | ||
|
||
#: public/class-local-pickup-time.php:570 | ||
#: public/class-local-pickup-time.php:578 | ||
msgid "Please select a pickup time." | ||
msgstr "" | ||
|
||
#: public/class-local-pickup-time.php:622 | ||
#: public/class-local-pickup-time.php:630 | ||
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
Oops, something went wrong.