Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scottyzen/woonuxt-settings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.58
Choose a base ref
...
head repository: scottyzen/woonuxt-settings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 8, 2024

  1. Copy the full SHA
    4a8b754 View commit details

Commits on Feb 16, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e3f73e6 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a0fabe9 View commit details
Showing with 512 additions and 538 deletions.
  1. +3 −3 plugin.json
  2. +509 −535 woonuxt.php
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woonuxt Settings",
"version": "1.0.58",
"download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/1.0.58/woonuxt-settings.zip",
"version": "2.0.0",
"download_url": "https://github.com/scottyzen/woonuxt-settings/releases/download/2.0.0/woonuxt-settings.zip",
"homepage": "https://woonuxt.com/",
"tested": "6.6.1",
"upgrade_notice": "Improve Stripe add payment option.",
@@ -10,7 +10,7 @@
"sections": {
"description": "WooNuxt is unmatched when it comes to performance and scalability. Reap the benefits of having a online store that out performs all of your competitors.",
"installation": "(Recommended) Installation instructions.",
"changelog": "<h2>1.0.58</h2><p>Improve Stripe add payment option.<h2>1.0.57</h2><p>Update plugin versions.<h2>1.0.56</h2><p>Add currencySymbol. Fix Vercel url<h2>1.0.55</h2><p>Ceil maxPrice value.<h2>1.0.54</h2><p>Change to setup_intents.<h2>1.0.53</h2><p>Add stripePaymentIntent for 3d secure.<h2>1.0.52</h2><p>Bump version.<h2>1.0.51</h2><p>Inhance Social media fileds and schema.<h2>1.0.50</h2><p>Add SEO settings<h2>1.0.49</h2><p>Add functionality to increase max query amount if there are more than 100 products<h2>1.0.45</h2><p>Fix error when WooCommerce is disabled or not installed</p>"
"changelog": "<h2>2.0.0</h2><p>Move to Headless Login for WPGraphQL.<h2>1.0.58</h2><p>Improve Stripe add payment option.<h2>1.0.57</h2><p>Update plugin versions.<h2>1.0.56</h2><p>Add currencySymbol. Fix Vercel url<h2>1.0.55</h2><p>Ceil maxPrice value.<h2>1.0.54</h2><p>Change to setup_intents.<h2>1.0.53</h2><p>Add stripePaymentIntent for 3d secure.<h2>1.0.52</h2><p>Bump version.<h2>1.0.51</h2><p>Inhance Social media fileds and schema.<h2>1.0.50</h2><p>Add SEO settings<h2>1.0.49</h2><p>Add functionality to increase max query amount if there are more than 100 products<h2>1.0.45</h2><p>Fix error when WooCommerce is disabled or not installed</p>"
},
"icons": {
"1x": "https://woonuxt.com/logo.svg",
Loading