File tree Expand file tree Collapse file tree 8 files changed +38
-7
lines changed
Expand file tree Collapse file tree 8 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 1+ 12.0.0 Release notes (2022-10-06)
2+ =============================================================
3+
4+ ### Breaking Changes
5+
6+ * Upgrade to XCode 14
7+
8+ ### Enhancements
9+
10+ * Scope user specific data to user id
11+ * Implement fueling example app
12+ * Add options to retrieve an OTP via biometry, pin and password
13+
14+ ### Fixes
15+
16+ * Fix handling activated links in AppWebViews
17+ * Fix showing error screen in webviews and enhance error handling
18+ * Adjust modifying requests via request behaviors
19+
20+ ### Internal
21+
22+ * Remove GeoJSON API leftovers
23+ * Update Fueling API
24+ * Update Pay API
25+ * Update User API
26+ * Update POI API
27+ * Use Xcode 14 runner
28+ * Support absolute paths in manifest
29+ * Make ci jobs interruptible
30+ * Adjust repo upload params
31+
13211.0.0 Release notes (2022-08-11)
233=============================================================
334
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "PACECloudSDK"
3- spec . version = "11 .0.0"
3+ spec . version = "12 .0.0"
44 spec . summary = "Easily integrate your app with the PACE API to support Connected Fueling"
55 spec . homepage = "http://github.com/pace/cloud-sdk-ios"
66 spec . license = { :type => "MIT" , :file => "LICENSE.md" }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >11 .0.0 </string >
18+ <string >12 .0.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >UIAppFonts </key >
Original file line number Diff line number Diff line change 55 <key >BuildVersion </key >
66 <string >1 </string >
77 <key >ReleaseVersion </key >
8- <string >11 .0.0 </string >
8+ <string >12 .0.0 </string >
99</dict >
1010</plist >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >11 .0.0 </string >
18+ <string >12 .0.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >11 .0.0 </string >
18+ <string >12 .0.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >UIAppFonts </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >11 .0.0 </string >
18+ <string >12 .0.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 2424 <key >CFBundlePackageType </key >
2525 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2626 <key >CFBundleShortVersionString </key >
27- <string >11 .0.0 </string >
27+ <string >12 .0.0 </string >
2828 <key >CFBundleVersion </key >
2929 <string >1 </string >
3030 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments