Skip to content

Commit 4ca7401

Browse files
author
Olga Danylova
authored
Update README.md
1 parent 48c1061 commit 4ca7401

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Backendless SDK for iOS (http://backendless.com)
22
---
33

4-
# Version 4.0.4
4+
# Version 4.0.5
55

66
## GETTING STARTED WITH BACKENDLESS
77
The simplest way to get started with Backendless is by using a Project Template for iOS:
@@ -27,14 +27,18 @@ To create a new project with CocoaPods, follow the instructions below:
2727
3. Create a Podfile. This can be done by running `pod init`.
2828
4. Open your Podfile with a text editor, and add the following
2929
```
30-
pod 'Backendless', '4.0.4'
30+
pod 'Backendless', '4.0.5'
3131
```
3232
5. Save Podfile, return to Terminal window and run `pod install` and `pod update`. Once all of the pod data is downloaded/updated, Xcode project workspace file will be created. This is the file you must open when working on your app.
3333
6. Open .xcworkspace file to launch your project.
3434
7. If you use Swift, it is necessary to add a bridging header file. Navigate to "Build Settings -> Swift Compiler ... -> Objective-C Bridging Header" and add the following:
3535
`${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h`
3636

3737
## RELEASE HISTORY
38+
4.0.5 August 4, 2017
39+
* The user registration bug when adding to users one after another fixed
40+
* NSNull values changed to nil for dictionary/map approach
41+
3842
4.0.4 July 26, 2017
3943
* The error when SDK don't send user token header to the server fixed
4044

0 commit comments

Comments
 (0)