diff --git a/HockeySDK.podspec b/HockeySDK.podspec index 7628cc60..cd8e78f4 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'HockeySDK' - s.version = '3.5.0b1' + s.version = '3.5.0b2' s.license = 'MIT' s.platform = :ios, '5.0' s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.' diff --git a/README.md b/README.md index efda4739..d79061c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Version 3.5.0b1 +## Version 3.5.0b2 -- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html) ## Introduction @@ -26,9 +26,9 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide ## Installation & Setup -- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup.html) (Recommended) -- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project) -- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Migration-Kits.html) +- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Installation-Setup.html) (Recommended) +- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project) +- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Migration-Kits.html) - [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac) @@ -42,4 +42,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s 3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet` -The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/) +The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/) diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 7cbe9e0f..e5be4daa 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,7 +1,7 @@ #include "HockeySDK.xcconfig" -BUILD_NUMBER = 17 -VERSION_STRING = 3.5.0b1 +BUILD_NUMBER = 18 +VERSION_STRING = 3.5.0b2 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BIT_ARM_ARCHS = armv7 armv7s arm64 BIT_SIM_ARCHS = x86_64 i386 diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index e282d0b6..6a9bb066 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,20 @@ +## Version 3.5.0 Beta 2 + +- General + + - [NEW] Added support for apps starting in the background + - [UPDATE] Added updated CocoaSpec + - [BUGFIX] Various documentation improvements + +- Ad-Hoc/Enterprise Authentication + + - [BUGFIX] Fix duplicate count of installations + +- Ad-Hoc/Enterprise Updates + + - [BUGFIX] Update view not showing any versions + - [BUGFIX] Fix a crash presenting the update view on iOS 5 and iOS 6 + ## Version 3.5.0 Beta 1 - General diff --git a/docs/Guide-Installation-Setup-Advanced-template.md b/docs/Guide-Installation-Setup-Advanced-template.md index 0af97fda..6ddc55ee 100644 --- a/docs/Guide-Installation-Setup-Advanced-template.md +++ b/docs/Guide-Installation-Setup-Advanced-template.md @@ -1,6 +1,6 @@ -## Version 3.5.0b1 +## Version 3.5.0b5 -- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html) ## Introduction @@ -147,4 +147,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s 3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet` -The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/) +The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/) diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md index d5b0475a..bb28eebe 100644 --- a/docs/Guide-Installation-Setup-template.md +++ b/docs/Guide-Installation-Setup-template.md @@ -1,6 +1,6 @@ -## Version 3.5.0b1 +## Version 3.5.0b2 -- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html) ## Introduction @@ -114,4 +114,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s 1. Copy `de.bitstadium.HockeySDK-iOS-3.5.0.docset` into ~`/Library/Developer/Shared/Documentation/DocSet` -The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/) +The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)