Duncan McClean

Simple Commerce - Digital Products Release Notes

Duncan McClean

5.1.2

November 28th, 2023

What's fixed

5.1.1

November 21st, 2023

What's fixed

  • Fixed an issue where Digital Product fields weren't being added to variant option fields by @duncanmcclean

5.1.0

November 17th, 2023

What's improved

5.0.6

November 16th, 2023

What's fixed

  • Fixed error from AddFieldsToProductBlueprint listener when no option fields were configured on a "Product Variants" field #133 #134 by @duncanmcclean

5.0.5

October 3rd, 2023

What's fixed

5.0.4

September 28th, 2023

What's fixed

5.0.3

August 7th, 2023

What's improved

What's fixed

  • Refactored order completion check in VerificationController #127 by @duncanmcclean
  • Fixed failing tests

5.0.2

May 18th, 2023

What's fixed

  • Fixed the digital downloads email #124

5.0.1

May 16th, 2023

What's fixed

5.0.0

May 9th, 2023

  • Simple Commerce v5.0 support #120

4.0.0

September 10th, 2022

  • Simple Commerce v4.0 support #118

3.2.1

June 2nd, 2022

  • Regenerate composer.lock file so it works - I really shouldn't be working on a bank holiday

3.2.0

June 2nd, 2022

What's new

  • Support for Simple Commerce v3.1 and v3.2

3.1.0

May 21st, 2022

What's new

  • Support for Product Variants #116

3.0.0

April 28th, 2022

Updated for Simple Commerce v3.0

2.3.2

March 31st, 2022

What's new

  • Config file

2.3.1

March 31st, 2022

What's fixed

  • Fixed an issue when downloading products with Statamic 3.3

2.3.0

March 15th, 2022

What's new

  • Adds support for Simple Commerce v2.4

2.2.3

December 2nd, 2021

What's fixed

2.2.2

August 30th, 2021

What's fixed

  • Fixed issue with email view, where it would call a method that doesn't exist
  • An exception is now thrown if product does not have any digital downloads

2.2.1

July 5th, 2021

What's improved

  • Added a 'breaking changes' warning when updating to v2.2.0 #95

2.2.0

June 30th, 2021

⚠️ This update contains a breaking change.

This release introduces a few changes to the way email notifications work. Essentially, now the Digital Products addon hooks into Simple Commerce's existing notifications system.

To keep notifications from sending, add the following to the notifications array in your config/simple-commerce.php file.

'notifications' => [
    'digital_download_ready' => [
        \DoubleThreeDigital\DigitalProducts\Notifications\DigitalDownloadsNotification::class => [
            'to' => 'customer',
        ],
    ],
],

2.1.0

May 10th, 2021

Note: Before updating, you'll need to upgrade to Simple Commerce v2.3. Review the upgrade guide.

What's new?

  • Support for Simple Commerce v2.3 #87
  • Digital downloads are now zipped up, instead of downloading the raw file.
  • You can attach multiple assets to a product for downloading. #62

2.0.4

April 21st, 2021

  • Fix Fixed bug with digital product detection sometimes being off #88

2.0.3

February 22nd, 2021

  • New Limit the number of downloads per product #71

2.0.2

February 13th, 2021

2.0.1

February 3rd, 2021

  • v2 should only support v2.2

2.0.0

January 31st, 2021

What's new

  • Fully compatible with Simple Commerce v2.2
  • Dependency updates

1.0.6

December 10th, 2020

  • Bump dependencies

1.0.5

November 6th, 2020

  • New Supports Simple Commerce v2.1
  • Fix The Verification endpoint will now get orders from the configured order collection, instead of being hard coded.
  • Fix Fixed bug where enabling the Statamic API wouldn't enable the Verification endpoint
  • LicenseKeyRepository is now bound by Statamic::repository
  • Added tests and did some refactoring

1.0.4

October 7th, 2020

  • Fix dependency issues.

1.0.3

September 9th, 2020

Just realised we don't technically support v2 of Simple Commerce yet

1.0.2

August 22nd, 2020

  • Officially supports Statamic 3 (not beta)

1.0.1

August 2nd, 2020

  • New A REST endpoint for license key verification

1.0.0

August 1st, 2020

Initial release of Digital Products addon for Statamic.