From 9780c967b8515fb90a3e4749f6beb81ff7dafb24 Mon Sep 17 00:00:00 2001 From: Loveorigami Date: Tue, 3 Jan 2017 13:55:37 +0300 Subject: [PATCH] v.6.2 --- CHANGELOG.md | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16e487..553a9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * 6.2 [19 December 2016] - `enh` Disable ajax calls + - `enh` Toastr plugin layer + - `enh` Jquery toastr layer * 6.1 [23 October 2016] - `enh` Bootstrap Notify layer diff --git a/composer.json b/composer.json index 25473f7..e68df61 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "loveorigami/yii2-notification-wrapper", "description": "This module for renders a message from session flash (with ajax, pjax support and etc.)", - "version": "6.1", + "version": "6.2", "type": "yii2-extension", "keywords": [ "yii2", "module", "notification", "flash", - "noty", "toastr", "growl", "alert", "notyjs", "notyfy", "pnotyfy", "notific8", "lobibox", "sweetalert" + "noty", "toast", "toastr", "growl", "alert", "notyjs", "notyfy", "pnotyfy", "notific8", "lobibox", "sweetalert" ], "homepage": "https://github.com/loveorigami/yii2-notification-wrapper", "time": "2016-03-31",