Skip to content

Releases: scottyzen/woonuxt-settings

1.0.58

08 Sep 12:07
Compare
Choose a tag to compare

Improve / Fix Stripe Payment intent

The stripePaymentIntent query now take the stripePaymentMethod as an argument. This allows to create a payment intent or a setup intent depending on the value passed (PAYMENT or SETUP).

PR

  • feat: Improve / Fix Stripe Payment intent #13

Update plugin versions

19 Aug 12:18
Compare
Choose a tag to compare

Update plugin versions

chore: Update plugin versions

  • WP_GRAPHQL_VERSION: 1.28.0
  • WOO_GRAPHQL_VERSION: 0.21.0

Add currencySymbol

12 Jul 22:58
Compare
Choose a tag to compare
  • fix: Vercel URL
  • feat: Add currencySymbol

Ceil maxPrice value

18 Apr 20:48
be4acad
Compare
Choose a tag to compare

Ceil maxPrice value

maxPrice is supposed to be int, so always ceil the value #12 - Thanks @svenrudolph

Change to setup_intents

27 Mar 22:50
Compare
Choose a tag to compare

Change to setup_intents.

Add stripePaymentIntent for 3d secure.

19 Mar 19:55
Compare
Choose a tag to compare

This update is in prep for the next rollout of WooNuxt which is able to handle Stripe 3d secure payments.

Minor maintenance update

30 Jan 21:26
Compare
Choose a tag to compare
  • Bump plugin to 1.0.52
  • Update plugin version and tested version

Enhanced wooNuxtSEO to be more flexable.

16 Jan 23:04
Compare
Choose a tag to compare

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

13 Jan 21:23
Compare
Choose a tag to compare
1.0.50

Update plugin version and download URL in plugin.json

Update Social meta schema

13 Jan 20:21
Compare
Choose a tag to compare
1.0.49

Update plugin version and download URL