diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6df37..700c20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* ---------------------------- diff --git a/build.gradle b/build.gradle index eb61a2a..fd53907 100755 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } allprojects { - version = "1.2.1" + version = "1.3.0" group = "org.codepond" project.ext {