=== SLACK Integration for WordPress === Contributors: erayalakese Donate link: http://goo.gl/KTmqNL Tags: slack,integration,chat,api,notification,team Requires at least: 3.6.1 Tested up to: 4.1.1 Stable tag: 1.0.2 License: The MIT License License URI: http://opensource.org/licenses/MIT This plugin sends notifications to any Slack channel when an event triggered in WordPress. == Description == You can contribute to this project on [GitHub](https://github.com/erayalakese/slack-wordpress "Slack WordPress Integration"). This plugin sends notifications when 1. a new post published 2. a post deleted 3. a new comment pending approval 4. a new category created 5. a new category deleted 6. a new ping received 7. a new trackback received 8. theme switched 9. a new user registered 10. a user is removed == Installation == 1. Create a new Slack Application on [here](https://api.slack.com/applications/new "New Slack Application") 2. Get **Client ID** and **Client Secret** codes from **My Apps** page. 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Add **Client ID** and **Client Secret** codes on *Settings > Slack* page. Click **Step 1 : SAVE** button. 5. Click **Step 2:LINK TO SLACK** button. 6. Now you can configure Slack on *Settings > Slack* page. == Changelog == = 1.0.1 = * Version number problem solved. = 1.0 = * First stable tag. Hello World !