File tree Expand file tree Collapse file tree 8 files changed +37
-7
lines changed
Expand file tree Collapse file tree 8 files changed +37
-7
lines changed Original file line number Diff line number Diff line change 1+ 13.0.0 Release notes (2022-12-01)
2+ =============================================================
3+
4+ ### Breaking Changes
5+
6+ * Implement exponential backoff for request connection errors and timeouts
7+
8+ ### Enhancements
9+
10+ * Implement meta collector
11+
12+ ### Fixes
13+
14+ * Fix accessing logger functions if logging is disabled
15+
16+ ### Internal
17+
18+ * Improve log system
19+ * Remove upload to repo server
20+ * Upgrade to Xcode 14.1
21+ * Make DeviceInformation publicly accessible
22+ * Cleanup variables
23+ * Adjust GitLab base URL
24+ * Strip debug symbols during copy
25+ * Remove user sensitive data from logs
26+ * Rework log levels
27+ * Adjust example app to SDK changes
28+ * Add fuel.site to list of trusted domains
29+ * Add migration guide for 11->12
30+
13112.0.0 Release notes (2022-10-06)
232=============================================================
333
Original file line number Diff line number Diff line change 11Pod::Spec.new do |spec|
22 spec.name = "PACECloudSDK"
3- spec.version = "12 .0.0"
3+ spec.version = "13 .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>12 .0.0</string>
18+ <string>13 .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 >12 .0.0 </string >
8+ <string>13 .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>12 .0.0</string>
18+ <string>13 .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>12 .0.0</string>
18+ <string>13 .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>12 .0.0</string>
18+ <string>13 .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>12 .0.0</string>
27+ <string>13 .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