Geoff Taylor
8b0fc88acf
php-coveralls configs updated.
2021-07-05 16:32:28 -04:00
Geoff Taylor
8089d0462c
composer archive configurations added.
2021-07-05 16:23:59 -04:00
Geoff Taylor
4506e7ce7b
Distribution files updated.
2021-07-05 15:54:33 -04:00
Geoff Taylor
47ee81df8f
packager workflow updated.
2021-07-05 15:42:16 -04:00
Geoff Taylor
9c6b15a93b
.distignore updated.
2021-07-05 15:37:14 -04:00
Geoffrey K Taylor and GitHub
9bbb81ee36
Support for custom order statuses. ( #518 )
...
* Support for custom order statuses.
* package workflow updated.
v0.0-beta
2021-07-05 15:31:17 -04:00
Geoffrey K Taylor and GitHub
f59872ae89
Coupon mutations added. ( #510 )
...
* Coupon mutations implemented and tested
* Vendor files no longer versioned and package workflow implemented
2021-07-05 13:51:52 -04:00
Geoff Taylor
8be07675d1
version number and CHANGELOG.md updated.
v0.10.0
2021-06-14 16:18:46 -04:00
79c6035ade
Checkout mutation: Add or Update order metas ( #484 )
...
* Checkout mutation: Add or Update order metas
* Checkout mutation: Update order metas
Co-authored-by: Geoff Taylor <geoff@axistaylor.com >
2021-06-14 14:56:43 -04:00
Geoffrey K Taylor and GitHub
71be0427be
Merge pull request #492 from jacobarriola/bugfix/session-transaction-manager
...
Session Transaction Manager bugfixes and enhancements
2021-06-14 12:26:08 -04:00
Geoff Taylor
da02e43afc
Syntax error fix
2021-06-14 12:25:29 -04:00
Geoffrey K Taylor and GitHub
a0de0f51fe
Merge pull request #507 from manuelsampl/patch-1
...
Update class-checkout-mutation.php
2021-06-14 12:23:42 -04:00
Jacob Arriola and Geoff Taylor
b4a158b4e3
Add timestamp to gracefully remove stale transactions
...
There are instances where a stale transaction stays around do to an error in the mutation. As a result, the recursive update_transaction_queue method will continue to run over and over, causing an inifinte loop and potentially crashing the server.
This attempts to add a timestamp once the transaction is validated when checking via the timestamp and will remove it from the queue.
2021-06-14 12:17:13 -04:00
Jacob Arriola and Geoff Taylor
3bdcb095b7
Transaction object is missing session_data
...
The session data (snapshot) is a property of the session_handler, not of the existing instance. As a result, the snapshot was always returning null.
2021-06-14 12:17:13 -04:00
Jacob Arriola and Geoff Taylor
e1689502a4
Transactions: get customer id from correct location
...
The customer id is stored in the the session_handler instance. As a result the same transient was getting set for all users, which was causing errors when a hanging transaction was left.
2021-06-14 12:17:13 -04:00
manuelsampl and Geoff Taylor
85de652693
Update class-checkout-mutation.php
...
Static Keyword missing
2021-06-14 12:14:50 -04:00
Geoffrey K Taylor and GitHub
121a651cf5
Merge pull request #511 from kidunot89/bugfix/customer-connection-refactored
...
"Customer_Connection_Resolver" deprecated.
2021-06-14 12:13:42 -04:00
Geoff Taylor
f97664c853
Syntax error fixed.
2021-06-14 12:10:59 -04:00
Geoff Taylor
3c40105499
Dockerfile fixed.
2021-06-14 12:02:37 -04:00
Geoff Taylor
83c8aed558
WPCS compliance met
2021-06-14 11:56:22 -04:00
Geoff Taylor
66690f03ff
"Customer_Connection_Resolver" deprecated.
2021-06-14 11:40:42 -04:00
Geoffrey K Taylor and GitHub
a98998d279
Merge pull request #509 from kidunot89/bugfix/cart-item-connections-refactored
...
Cart_Item_Connection_Resolver pagination fixed.
2021-06-12 22:49:01 -04:00
Geoff Taylor
f9e23738f3
Dockerfile updated
2021-06-12 22:31:27 -04:00
Geoff Taylor
0300aab12e
Syntax error fixed.
2021-06-12 22:24:56 -04:00
Geoff Taylor
22bbc38765
WPCS compliance met.
2021-06-12 22:18:41 -04:00
Geoff Taylor
9e31f47e51
Cart item connection pagination refactored.
2021-06-12 22:06:44 -04:00
Geoffrey K Taylor and GitHub
83f02109fb
Merge pull request #500 from kidunot89/feature/order-refund-connection-upgrade
...
"Order/Refund_Connection_Resolver" classes deprecated
2021-06-10 14:42:53 -04:00
Geoff Taylor
e293fe8b6a
coding standards met.
2021-06-04 19:58:37 -04:00
Geoff Taylor
86c7fb8b4e
Refund connections refactored.
2021-06-04 00:12:35 -04:00
Geoff Taylor
8215901e93
Order connections refactored.
2021-06-03 21:37:09 -04:00
Geoff Taylor
a37e22480b
Order Connection logic/tests heavily refactored.
2021-05-30 14:59:45 -04:00
Geoffrey K Taylor and GitHub
2d45d6db51
Merge pull request #497 from kidunot89/feature/coupon-connection-upgrade
...
"Coupon_Connection_Resolver" deprecated.
2021-05-30 14:57:13 -04:00
Geoffrey K Taylor and GitHub
c870efc36b
Merge pull request #495 from kidunot89/feature/product-connection-upgrade
...
"Product_Connection_Resolver" class deprecated
2021-05-30 14:55:25 -04:00
Geoff Taylor
da2cbdf484
"Coupon_Connection_Resolver" deprecated.
2021-05-19 19:45:02 -04:00
Geoff Taylor
41be17c16f
Product connections now resolved thru "PostObjectConnectionResolver" class. "Product_Connection_Resolver" class deprecated.
2021-05-15 17:56:16 -04:00
Geoffrey K Taylor and GitHub
29a60a8252
Merge pull request #459 from andrewminion-luminfire/bugfix/plugin-url
...
update plugin URL to point to the actual repo
2021-03-31 20:54:19 -04:00
Andrew Minion
d9748e6e82
update plugin URL to point to the actual repo
2021-03-24 11:42:01 -05:00
Geoff Taylor
312e9ce978
version numbers updated.
v0.8.1
2021-03-17 19:36:40 -04:00
Geoffrey K Taylor and GitHub
6ac01352b6
Merge pull request #457 from wp-graphql/bugfix/product-reviews-connections
...
Bugfix/product reviews connections
2021-03-17 19:21:47 -04:00
Geoff Taylor
c264114daa
"Product=>reviews" resolver re-implemented
2021-03-17 19:10:06 -04:00
Geoffrey K Taylor and GitHub
1e799ccd48
"woographql_db_loader_func" hook updated.
2021-03-17 11:22:48 -04:00
Geoffrey K Taylor and GitHub
c1a0d2ed1a
Merge pull request #445 from jacobarriola/patch-7
...
[Docs]: homepage typo fixes
2021-03-17 10:18:49 -04:00
Geoffrey K Taylor and GitHub
7ccd788e6a
Merge pull request #450 from hilmerx/feat/refund-date-field
...
Added refund date field
2021-03-17 10:16:52 -04:00
Geoffrey K Taylor and GitHub
882c4573e7
Merge pull request #453 from davevanhoorn/bugfix/437-attribute-and-variants-error
...
JSON stringify string to match expectation of "extraData" on cartItem
2021-03-17 10:15:19 -04:00
Dave van Hoorn
841c820ae8
Replace JSON_ENCODE with wp_json_encode
2021-03-09 23:35:04 +01:00
Dave van Hoorn
32d3593ce8
PHPCS lint fix
2021-03-09 23:30:32 +01:00
Dave van Hoorn
95fa4eeea3
JSON stringify string to match expectation of "extraData" on cartItem
2021-03-09 23:09:33 +01:00
Joel
cadbb471b1
Fixed typo
2021-03-06 04:58:15 +01:00
Joel
27de711a30
Added refund date field
2021-03-06 04:44:41 +01:00
Geoffrey K Taylor and Geoff Taylor
a04e1871fb
Merge pull request #444 from wp-graphql/release/v0.8.0
...
Release v0.8.0
v0.8.0
2021-03-01 11:06:33 -05:00