50 Commits
Author SHA1 Message Date
Geoff TaylorandGitHub 198307f9d3 chore: Plugin official name has been changed (#1008) 2026-03-31 11:17:58 -04:00
Geoff TaylorandGitHub b42223f226 chore: v1.0.0 release preparation (#1007)
- Update plugin version to 1.0.0 and bump dependency requirements
  (WP 6.3+, PHP 8.1+, WC 9.0+, WPGraphQL 2.0+)
- Update README.md, README.txt, and docs with v1.0.0 features
- Add building-a-woocommerce-admin-app.md documenting WC Settings API,
  product CRUD, product attribute management, and refund operations
- Update settings.md with new v1.0.0 settings documentation
- Update installation.md with version prerequisites
- Remove obsolete toc.md (replaced by docs/README.md)
- Update @since tags from TBD to 1.0.0
2026-03-31 11:06:51 -04:00
Geoff TaylorandGitHub 48f961fac5 chore: Add logo to docs README.md (#970)
Adds the existing logo.svg reference to the docs README, matching the
format already used in the root README.
2026-03-13 11:28:03 -04:00
Geoff TaylorandGitHub ef53404fc3 fix: product variation duplicate fields removed (#957)
* fix: product variation duplicate fields removed

* chore: Linter compliances met

* chore: Linter compliances met

* chore: Linter compliances met

* chore: Linter compliances met

* chore: Linter compliances met

* chore: Linter compliances met

* devops: CI compliances met

* devops: unneeded access function removed

* devops: unneeded access function removed

* devops: unneeded access function removed
2026-01-16 12:28:23 -05:00
Geoff TaylorandGitHub edbd31c3bd devops: Name officially changed to "WPGraphQL for WooCommerce" (#900)
* devops: Name officially changed to "WPGraphQL for WooCommerce"

* devops: GA workflow environment updated

* devops: GA workflow environment updated

* devops: composer-git-hooks downgraded to "2.8.5"

* devops: Unstable session manager tests skipped

* chore: cleanup applied

* devops: Docker configurations updated

* devops: Docker configurations updated

* devops: Docker configurations updated

* devops: Docker configurations updated

* devops: Docker configurations updated
2024-11-06 19:23:36 -05:00
GonzaloandGitHub 2f663a45a6 Fix some errors on configuring-graphql-client-for-user-session.md (#893)
Some typos and errors with Apollo Link examples
2024-10-02 19:53:41 -04:00
Geoff TaylorandGitHub 2543f33475 fix: Bug in Session_Transaction_Manager::pop_transaction_id() fixed (#852)
* fix: bug in Session_Transaction_Manager::pop_transaction_id fixed

* chore: Linter and PHPStan compliance met

* devops: tests updated

* devops: WPBrowser upgraded to v4.x.x

* devops: Some unit testing configurations updated

* devops: WPBrowser updated and tests passing

* chore: PHPStan and linter compliance met

* devops: WP_CORE_DIR fixed

* devops: More docker config changes

* devops: CartMutationsTest updated

* devops: CI env vars fixed

* devops: More CI fixes

* devops: More CI fixes

* devops: More CI fixes

* devop: Docker env removed

* devops: Codeception configs updated

* devops: configurations tweaked heavily
2024-05-21 00:48:16 -04:00
Geoffrey K TaylorandGitHub 9bd73aa4b6 docs: Local Testing doc revised (#776) 2023-08-02 19:56:55 -04:00
8690ede673 dev!: namespace Composer dependencies with strauss (#762)
* dev!: namespace Composer dependencies with strauss

* chore: include vendor-prefixed when stanning

* Strauss configurations properly applied. Contribution docs restored.

* Linter and PHPStan compliance met

* `platform` removed from `composer.json`

* devops: PHP7.3 removed from CI matrix

---------

Co-authored-by: Geoff Taylor <geoff@axistaylor.com>
2023-08-02 16:54:46 -04:00
dedecd04de docs: More docs drafted. (#774)
* docs: Pro docs drafted.

* feat: billingEmail added to OrderConnectionWhereArgs

* feat: More drafts added.

* docs: More documentation introduced.

* docs: page meta added to each new section

* chore: Linter compliance met

* docs: page meta added to each new section

* docs: Some revision and screenshots added.

* docs: More revisions

* feat: more revisions and images added.

* updated docs after proofreading

* chore: HPOS compatibility declared.

* docs: Some word consistency issues fixed.

* docs: Introductions and conclusions added.

* chore: Linter compliance met

---------

Co-authored-by: Craig Wilcox <craig@simplur.com>
2023-07-31 15:28:39 -04:00
Geoffrey K TaylorandGitHub ba13b2ec0a feat: Authorizing URLs implemented and tested. (#745)
* feat: Authorizing URLs implemented and tested.

* feat: More woographql_*_nonce functions implemented.

* chore: linting changes made.

* chore: linting changes made.

* fix: woographql_*_ functions tested.

* chore: WPCS compliance met.

* devops: lint-code script updated to PHP v8.0

* chore: WPCS compliance met

* devops: TransferSessionHandlerTest & QLSessionHandlerTest updated

* devops: codeclimate.yml added.

* chore: Linter compliance met

* devops: Harmonizing WordPress doc written and Settings doc updated.

* chore: Typo fixed in docs.

* fix: General bugfixes and improvements related to Auth URLs

* devops: More docs.

* chore: Linter compliance met

* chore: small change made to docs.
2023-05-22 13:43:10 -04:00
Geoffrey K TaylorandGitHub 6ea04741da devops: Docs refactored heavily and provided meta data. (#743) 2023-05-01 22:36:00 -04:00
Geoffrey K TaylorandGitHub 27d9297494 feat: payment method mutations and fields implemented. (#735)
* feat: payment method mutation implemented.

* devops: Unit test updated.

* chore: WPCS compliance met.
2023-04-20 17:33:58 -04:00
Geoffrey K TaylorandGitHub 41caf45926 schema link added to docs toc. (#734) 2023-04-19 03:22:34 -04:00
Geoffrey K TaylorandGitHub f4b153f147 feat: Docs Restored. Unsupported product type setting implemented. (#731)
* feat: docs started. Unsupported product type implemented.

* chore: WPCS compliance met

* chore: file renamed.

* feat: More docs written

* feat: 2 more docs written

* fix: settings docs images added.

* fix: settings docs images added.

* devops: UnsupportProductTypeTest added.

* devops: More docs changes.

* chore: WPCS compliance met

* devops: UnsupportedProductTypeTest updated.

* chore: WPCS compliance met
2023-04-18 23:48:08 -04:00
Geoffrey K TaylorandGitHub a89e567189 chore: Old docs removed. New logo added. (#652) 2022-08-29 13:35:15 -04:00
Geoffrey K TaylorandGitHub b073dce134 chore: PHP-JWT upgraded to v6.1.0 (#633)
* chore: PHP-JWT upgraded to v6.1.0, Unit tests updated to work with WPGraphQL Testcase v2.3

* chore: PHP7.2 removed from testing workflow matrix.
2022-06-24 17:42:05 -04:00
Geoffrey K TaylorandGitHub 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
Jacob ArriolaandGitHub 47c5225f93 Typo fixes
General typo fixes
2021-02-26 20:17:26 -08:00
Geoffrey K TaylorandGitHub 6ff7b41b07 Merge pull request #394 from jacobarriola/patch-4
[Docs]: Update sample queries with latest schema changes
2021-01-27 00:42:46 -05:00
Jacob ArriolaandGeoff Taylor 72b0ef6099 Update example query to reflect latest schema 2021-01-27 00:41:20 -05:00
Jacob ArriolaandGeoff Taylor 4c872aa5eb Update sample queries with latest schema changes
product is a node + productId -> databaseId
2021-01-27 00:41:20 -05:00
Jacob ArriolaandGeoff Taylor e6b7c5185b [Docs]: Update docs location link
This will fix the 'Edit on GitHub' button links throughout the docs app.
2021-01-27 00:40:45 -05:00
Geoff Taylor 1e809bbf20 ci workflow updated. 2021-01-27 00:27:47 -05:00
Geoff TaylorandGeoff Taylor f47bee2b5f Docker/Codeception configuration heavily refactored.. 2021-01-22 11:34:09 -05:00
Geoffrey K TaylorandGitHub 2553be04b1 Update introduction.md 2020-07-30 10:57:18 -04:00
Geoff Taylor 2e52eb6e7d local testing guide complete 2020-06-04 22:20:12 -04:00
Geoff Taylor 6814f15a4e more added 2020-06-04 22:20:12 -04:00
Geoffrey K TaylorandRenato Alves e314f2dccd Update docs/content/contributing/2-local-testing.md
Co-Authored-By: Renato Alves <espellcaste@gmail.com>
2020-06-04 22:20:12 -04:00
Geoffrey K TaylorandRenato Alves 240d954711 Update docs/content/contributing/2-local-testing.md
Co-Authored-By: Renato Alves <espellcaste@gmail.com>
2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor 2d0ce193e0 local-testing contribution guide updated. 2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor fb4def61d9 local-testing contribution guide updated. 2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor d4b54f04ff local-testing contribution guide updated. 2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor 68c9e70cc9 local-testing contribution guide updated. 2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor 60dde15f90 syntax error fixed 2020-06-04 22:20:12 -04:00
Geoffrey K TaylorandRenato Alves 983c6d1630 Update docs/content/contributing/2-local-testing.md
Co-Authored-By: Renato Alves <espellcaste@gmail.com>
2020-06-04 22:20:12 -04:00
Geoffrey K TaylorandRenato Alves a7ca28084a Update docs/content/contributing/2-local-testing.md
Co-Authored-By: Renato Alves <espellcaste@gmail.com>
2020-06-04 22:20:12 -04:00
Geoffrey K TaylorandRenato Alves 827d114f9a Update docs/content/contributing/2-local-testing.md
Co-Authored-By: Renato Alves <espellcaste@gmail.com>
2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor 1c63cc0a91 local-testing contribution guide updated. 2020-06-04 22:20:12 -04:00
Geoff TaylorandGeoff Taylor c220cb47de local-testing contribution guide updated. 2020-06-04 22:20:12 -04:00
Geoff Taylor c63679430a Customer to DownloadableItems connection implemented 2020-02-19 16:18:05 -05:00
Geoff Taylor 865d5a1ec6 docs updated. 2020-02-18 13:33:17 -05:00
Geoff Taylor 0f17ad8a33 docs updated. 2020-02-18 11:39:46 -05:00
Geoff Taylor 18ee15e2b3 docs updated. 2020-02-18 11:02:43 -05:00
Geoff Taylor da9290ba60 docs updated 2020-02-13 22:28:38 -05:00
Geoffrey K TaylorandGitHub 8f52c3efc3 Update README.md 2020-02-13 20:10:31 -05:00
Geoff Taylor 1e7ccae847 logo and README updated 2020-02-13 20:02:25 -05:00
Geoff Taylor b747e7a553 Netlify config added 2020-02-13 17:26:35 -05:00
Geoff Taylor 9540049897 .gitignore updated 2020-02-13 17:06:30 -05:00
Geoff Taylor d9f1de0333 "docs" added 2020-02-13 16:53:50 -05:00