Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Mar 21, 2024
1 parent f828d38 commit c1bff82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PopupBridge iOS Release Notes

## unreleased
## 2.1.0 (2024-03-21)
* Inject popup bridge JS script code into all frames, versus just mainframe. Fixes bug where popup bridge couldn't launch from within an iFrame.
* Add blank privacy manifest file. [Meets Apple's new Privacy Update requirements](https://developer.apple.com/news/?id=3d8a9yyh)

Expand Down
4 changes: 2 additions & 2 deletions Demo/Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
2 changes: 1 addition & 1 deletion PopupBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PopupBridge'
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = 'Use PopupBridge to enable your web view to open pages in a Safari View Controller'
s.description = <<-DESC
PopupBridge is an iOS library that allows WKWebViews to open popup windows in an SFSafariViewController
Expand Down
4 changes: 2 additions & 2 deletions Sources/PopupBridge/PopupBridge-Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<string>2.1.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit c1bff82

Please sign in to comment.