Skip to content

Commit

Permalink
Disable global events
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami committed May 3, 2017
1 parent dfce795 commit b16059e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

* 6.4 [03 May 2017]
- `enh` Disable global events

* 6.3 [03 Jenuary 2017]
- `enh` Noty Exceptions

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "loveorigami/yii2-notification-wrapper",
"description": "This module for renders a message from session flash (with ajax, pjax support and etc.)",
"version": "6.3",
"version": "6.4",
"type": "yii2-extension",
"keywords": [
"yii2", "module", "notification", "flash",
Expand Down
1 change: 1 addition & 0 deletions src/Wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ protected function registerJs()
method: 'POST',
cache: false,
showNoty: false,
global: false,
data: {
layerClass: '$layerClass',
config: '$config'
Expand Down

0 comments on commit b16059e

Please sign in to comment.