diff --git a/changelog.json b/changelog.json index 01b2810d8..02fb8d776 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,15 @@ [ + { + "version": "v3.0.4", + "date": "20th November, 2015", + "features": [ + ], + "bugs": [ + "Fixed app crashing on certain devices due to a bug in the support library.", + "Fixed regression with Reply From Server feature.", + "Fixed POST request variable being duplicated upon every request made." + ] + }, { "version": "v3.0.3", "date": "9th November, 2015", diff --git a/smssync/src/main/play/en-US/whatsnew b/smssync/src/main/play/en-US/whatsnew index 9d68f2ae1..7055f217b 100644 --- a/smssync/src/main/play/en-US/whatsnew +++ b/smssync/src/main/play/en-US/whatsnew @@ -1,6 +1,3 @@ -- Fix Class not found exception due to a bug in the build system. -- Fixed a lot of crashes as reported on Google Playstore console. -- Fixed so imported messages are persisted in the incoming list. -- Fixed so time frequency set on settings screen can be okayed and saved. -- Fixed so you can disable a custom web service so it can be deleted. -- Fixed fork me badge on the website. Hide it on mobile. \ No newline at end of file +- Fixed app crashing on certain devices due to a bug in the support library. +- Fixed regression with Reply From Server feature. +- Fixed POST request variable being duplicated upon every request made. \ No newline at end of file