Skip to content

Releases: imranhsayed/headless-cms

Update countries query fields for WooCommerce

25 Apr 19:05
7b8c50b
Compare
Choose a tag to compare

Update countries query fields for WooCommerce GraphQl types

Update the Countries GraphQL query for WooCommerce

25 Apr 19:08
25e10c1
Compare
Choose a tag to compare

Update the Countries GraphQL query for WooCommerce

Fix countries filter

25 Apr 17:42
7869a01
Compare
Choose a tag to compare

Remove filter to list all WooCommerce Counties including the once dont have states in GraphQL field

Adds fields for billingCountries and shippingCountries

25 Apr 16:40
c044368
Compare
Choose a tag to compare

Adds fields for billingCountries and shippingCountries by filtering the countries that don't have states

{
  wooCountries {
    billingCountries
    shippingCountries
  }
  wooStates(countryCode: "in") {
    states
  }
}

Adds Shipping Zones in GraphQL fields

25 Apr 09:16
7f6476b
Compare
Choose a tag to compare

Adds Shipping Zones in GraphQL
Adds field to fetch all countries and states by country code for checkout form.
WooCommerce Countries and States
{
wooCountries {
countries
}
wooStates(countryCode: "in") {
states
}
}
WooCommerce Shipping Zones.
{
shippingInfo {
shippingZones
storePostCode
}
}

Ads Post Preview link update for frontend applications.

15 Feb 14:05
913c7e9
Compare
Choose a tag to compare
  • Update post preview links to the front end url with preview url , new one when set from plugin settings
  • Also adds a preview button in Gutenberg editor with frontend preview link
  • Adds support for JWT for authentication for preview

Support for bodyClasses

26 Oct 07:54
8f70f06
Compare
Choose a tag to compare

Support for bodyClasses
post and pages bodyClass field can now be fetched using wp-graphql plugin for frontend applications.