Updated the README backwards compatibility section and linked the 4.0 Migration Guide
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -41,7 +41,7 @@ This library provides an async image downloader with cache support. For convenie | @@ -41,7 +41,7 @@ This library provides an async image downloader with cache support. For convenie | ||
41 | 41 | ||
42 | #### Backwards compatibility | 42 | #### Backwards compatibility |
43 | 43 | ||
44 | -- For iOS < 7.0, please use the last [3.x version - currently 3.8.2](https://github.com/rs/SDWebImage/tree/3.8.2) | 44 | +- For iOS 5 and 6, use [any 3.x version up to 3.7.6](https://github.com/rs/SDWebImage/tree/3.7.6) |
45 | - For iOS < 5.0, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat). | 45 | - For iOS < 5.0, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat). |
46 | 46 | ||
47 | ## Getting Started | 47 | ## Getting Started |
@@ -52,6 +52,7 @@ This library provides an async image downloader with cache support. For convenie | @@ -52,6 +52,7 @@ This library provides an async image downloader with cache support. For convenie | ||
52 | - Read [How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F) | 52 | - Read [How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F) |
53 | - Try the example by downloading the project from Github or even easier using CocoaPods try `pod try SDWebImage` | 53 | - Try the example by downloading the project from Github or even easier using CocoaPods try `pod try SDWebImage` |
54 | - Get to the [installation steps](https://github.com/rs/SDWebImage#installation) | 54 | - Get to the [installation steps](https://github.com/rs/SDWebImage#installation) |
55 | +- Read the [SDWebImage 4.0 Migration Guide](https://raw.github.com/rs/SDWebImage/master/Docs/SDWebImage-4.0-Migration-guide.md) to get an idea of the changes from 3.x to 4.x | ||
55 | 56 | ||
56 | ## Who Uses It | 57 | ## Who Uses It |
57 | - Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. | 58 | - Find out [who uses SDWebImage](https://github.com/rs/SDWebImage/wiki/Who-Uses-SDWebImage) and add your app to the list. |
-
Please register or login to post a comment