Skip to content

Commit

Permalink
[Minor] 3.1.0 (#228)
Browse files Browse the repository at this point in the history
Minor - 3.1.0
  • Loading branch information
markmur authored Oct 16, 2024
1 parent 718b8cb commit 02d796b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.0 - October 16, 2024

- Ignore cancelled redirects
- Call `checkoutDidClickLink` for deep links
- Prevent "recovery" retry flow for multipass URLs with one-time tokens
- Expose `invalidate()` function to manually clear the webview (preload) cache

## 3.0.4 - August 7, 2024

- Updates to reflect latest Web Pixel schema
Expand Down
2 changes: 1 addition & 1 deletion ShopifyCheckoutSheetKit.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.version = "3.0.4"
s.version = "3.1.0"

s.name = "ShopifyCheckoutSheetKit"
s.summary = "Enables Swift apps to embed the Shopify's highest converting, customizable, one-page checkout."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO
import UIKit

/// The version of the `ShopifyCheckoutSheetKit` library.
public let version = "3.0.4"
public let version = "3.1.0"

internal var invalidateOnConfigurationChange = true

Expand Down

0 comments on commit 02d796b

Please sign in to comment.