Skip to content

Commit 4812bba

Browse files
author
Olga Danylova
authored
Merge pull request #132 from olgadanylova/master
Readme and Pods changed
2 parents a531989 + d0acc0c commit 4812bba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 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,22 +27,26 @@ 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

4145
4.0.3 July 24, 2017
4246
* The autoload relation loading fixed for the basic find method
4347

4448
4.0.2 July 18, 2017
45-
* the mapTableToClass method fixed
49+
* The mapTableToClass method fixed
4650

4751
4.0.1 July 5, 2017
4852
* 4.0 release

0 commit comments

Comments
 (0)