Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Updated change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod Dayan committed Dec 28, 2014
1 parent 2a80289 commit e58790b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
===============================================================================

Version 1.3.0 *(2014-12-28)*
----------------------------

* Fixed #48: Context Variable values lost after orientation change
* Fixed #34: Swipe Back/Prev is very sensitive
* Fixed #47: ContextManagerImpl.persistStepContext() throws NullPointerException
* Fixed #31: Crash occures when having more than one required step marked completed
* Added: Gradle Wrapper - solving the need to upgrade Gradle everytime
* Feature: Automatically hide soft keyboard on step switch - contributed by @Alexander--
* Removed: Installing WizarDroid.aar to local maven repository via 'gradle install' command is not supported anymore. Either use WizarDroid's global Gradle dependency via Maven Central or include it as a library project in your app.
* Upgraded to Android API level 21, including build tools 21.1.2 and support-v4:21.0.3

Version 1.2.0 *(2014-03-18)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

allprojects {
version = "1.2.1"
version = "1.3.0"
group = "org.codepond"

project.ext {
Expand Down

0 comments on commit e58790b

Please sign in to comment.