Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 30, 2015
1 parent 920c1ae commit 1f2959b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ The minimum required sdk is 10 (2.3.3 Gingerbread)

### Upgrade Guide

#### 1.1.0 to 1.1.1+

- The 'OnSlideInit' in the `OnSlideListener` method now comes without the `Fragment context`. If you need a `Context`, call `image.getContext()`.
- There is now a class for Styles instead of an Integer. If you apply no Style, you have to do nothing, if you use one, change it to the following e.g.: `.withStyle(new FullscreenStyle())`.

#### 1.0.x to 1.1.0+

- The 'OnSlideChangedListener' was renamed to 'OnSlideListener'. Just rename it and it's working again.
Expand Down

0 comments on commit 1f2959b

Please sign in to comment.