From f30baa3567527a1cabdc53debda8fbf1f066f05e Mon Sep 17 00:00:00 2001 From: Boniface Pereira Date: Sat, 14 Jan 2017 17:19:59 +0530 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04ee33b..c76ebc3 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for furth ## Version changes +(new in 3.0.3) +* Setting defaults fixed +* added docs for prompt dialog +* added setType method +* users can now create custom type styles +* removed the annoying debug console log +* other fixes + (new in 3.0.1) * Removed bootstrap as dependency * Added dialog type to identify success, failure, etc.