lib/ominous/version.rb in ominous-0.1.1 vs lib/ominous/version.rb in ominous-0.1.2
- old
+ new
@@ -1,21 +1,27 @@
module Ominous
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end
# History
# =======
#
+# 0.1.2
+# -----
+# Fixes bug where close_and_dismiss_warning closure url was relative to root ('/')
+# which causes error is host app is in sub-uri. Url is now absolute rather than
+# relative.
+#
# 0.1.1
# -----
# Fix bug where trying to humanize the name to create a title cause an error
# because the name was absent
#
# 0.1.0
# -----
# Move to beta
#
-# Rename ominous helper methods to remove likelihood of method classes in
+# Rename ominous helper methods to remove likelihood of method clashes in
# host app.
#
# 0.0.5
# -----
# Moved text decoration of warnings and closers to models.