diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig
index 1b757ddc64..47a7eb0029 100644
--- a/Support/buildnumber.xcconfig
+++ b/Support/buildnumber.xcconfig
@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"
-BUILD_NUMBER = 13
-VERSION_STRING = 3.0.0b3
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b3\""
+BUILD_NUMBER = 14
+VERSION_STRING = 3.0.0b4
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b4\""
diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md
index c187be9eff..feb4aacce5 100644
--- a/docs/Changelog-template.md
+++ b/docs/Changelog-template.md
@@ -1,3 +1,17 @@
+### Version 3.0.0b4
+
+- Crash Reporting:
+
+ - [BUGFIX] Fix a crash if `username`, `useremail` or `userid` delegate method returns `nil` and trying to send a crash report
+
+- Feedback:
+
+ - [BUGFIX] Fix user data UI not always being presented as a form sheet on the iPad
+
+- Updating:
+
+ - [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
+
### Version 3.0.0b3
- General:
diff --git a/docs/Guide-Installation-Setup-Advanced-template.md b/docs/Guide-Installation-Setup-Advanced-template.md
index a829bc97c4..90a317ecc4 100644
--- a/docs/Guide-Installation-Setup-Advanced-template.md
+++ b/docs/Guide-Installation-Setup-Advanced-template.md
@@ -58,13 +58,17 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
-10. Select `Build Settings`
+10. Expand `Copy Bundle Resource`.
-11. Add the following `Header Search Path`
+11. Drag `HockeySDKResources.bundle` from the `HockeySDK` sub-projects `Products` folder and drop into the `Copy Bundle Resource` section
+
+12. Select `Build Settings`
+
+13. Add the following `Header Search Path`
`$(SRCROOT)/Vendor/HockeySDK/Classes`
-12. Create a new `Project.xcconfig` file, if you don't already have one (You can give it any name)
+14. Create a new `Project.xcconfig` file, if you don't already have one (You can give it any name)
a. Select your project.
@@ -76,9 +80,9 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
-13. Open `Project.xcconfig` in the editor
+15. Open `Project.xcconfig` in the editor
-14. Add the following line:
+16. Add the following line:
`#include "../Vendor/HockeySDK/Support/HockeySDK.xcconfig"`