Releases: scottyzen/woonuxt-settings
Releases · scottyzen/woonuxt-settings
1.0.58
Update plugin versions
Update plugin versions
chore: Update plugin versions
- WP_GRAPHQL_VERSION: 1.28.0
- WOO_GRAPHQL_VERSION: 0.21.0
Add currencySymbol
- fix: Vercel URL
- feat: Add currencySymbol
Ceil maxPrice value
Ceil maxPrice value
maxPrice
is supposed to be int, so always ceil the value #12 - Thanks @svenrudolph
Change to setup_intents
Change to setup_intents.
Add stripePaymentIntent for 3d secure.
This update is in prep for the next rollout of WooNuxt which is able to handle Stripe 3d secure payments.
Minor maintenance update
- Bump plugin to 1.0.52
- Update plugin version and tested version
Enhanced wooNuxtSEO to be more flexable.
This update will make adding social media providers easier and more flexible.
# The new schema will look like this
query getWooNuxtSettings {
woonuxtSettings {
wooNuxtSEO {
provider
url
handle
}
}
}
And an example if what the response will look like
{
"data": {
"woonuxtSettings": {
"wooNuxtSEO": [
{
"provider": "twitter",
"url": "https://twitter.com/scottyzen",
"handle": "scottyzen"
},
{
"provider": "github",
"url": "https://github.com/scottyzen",
"handle": "scottyzen"
}
]
}
}
}
Note: This update will will not be available until WooNuxt v3.3.6 is released. It is currently being tested and will be released soon.
Bug fixes
Update Social meta schema
1.0.49 Update plugin version and download URL