=== GNA Slack Notification ===
Contributors: chris_dev
Donate link: none
Tags: GNA, slack, notification, slack integration, api, chat, chatting
Requires at least: 3.9
Tested up to: 4.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Send notifications to Slack channels when certain events occur in WordPress. Incoming Webhooks are a simple way to post messages from external sources into Slack.

== Description ==

Send notifications to Slack channels when certain events occur in WordPress. Incoming Webhooks are a simple way to post messages from external sources into Slack.

= NEED HELP? =
**[FAQs](http://webgna.com/)** | **[Tech Support](http://webgna.com/)**

== Languages Available ==

* English

== Installation ==

1. Install and activate the plugin on the Plugins page

== Frequently Asked Questions ==

= What to do if you need to change the plugin's code? =
When you changed the plugin's code you should also change the plugin's version to '100' (for example) to avoid updates, which could override and delete your code.

= Webhook URL =
Install "Incoming Webhooks App" via [Here](https://slack.com/apps/A0F7XDUAZ-incoming-webhooks) and put its URL.

= Channel =
Channel in which notification will be sent to. For example #general.

= Bot Name =
Name of the bot that delivers the notification.

= Emoji =
Icon (short name) of the bot that delivers the notification. For available icon short name, see [Here](http://unicodey.com/emoji-data/table.htm).
Short name must be wrapped with colon, for instance :rocket:.

= Events to Notify =
Send a message when this event is happened.

= Channel Notice =
Notify(alert) everyone in this channel if it is checked.

= Activated =
Notification will not be sent if not checked.

== Upgrade Notice ==

None.

== Screenshots ==

None.

== Changelog ==

= 1.0.0 =
* Compatible with 4.6

= 0.9.9 =
* Fix bug
* Validation check

= 0.9.8 =
* Fix bug

= 0.9.7 =
* Add Login Lock Notification event. It's working with "All In One WP Security & Firewall" plugin
* Fix bug

= 0.9.6 =
* Fix bug

= 0.9.5 =
* Fix bug

= 0.9.4 =
* Fix bug

= 0.9.3 =
* Add Channel Notice option feature
* Add description of input fields

= 0.9.2 =
* Add Login Notification feature
* Add New Post Notification feature
* Add New Comment Notification feature

= 0.9.1 =
* Initial release