Changeset 1358132
- Timestamp:
- 02/25/2016 01:40:03 PM (10 years ago)
- Location:
- get-notified/trunk
- Files:
-
- 2 edited
-
get-notified.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
get-notified/trunk/get-notified.php
r1357797 r1358132 6 6 * Author: Kyle Benk 7 7 * Author URI: https://kylebenk.com 8 * Version: 1.0. 08 * Version: 1.0.1 9 9 * Text Domain: gnt 10 10 * Domain Path: languages … … 100 100 101 101 if ( ! defined( 'GET_NOTIFIED_VERSION' ) ) { 102 define( 'GET_NOTIFIED_VERSION', ' 2.4.3' );102 define( 'GET_NOTIFIED_VERSION', '1.0.1' ); 103 103 } 104 104 -
get-notified/trunk/readme.txt
r1357797 r1358132 3 3 Tags: notification, notify, post, message, alert, ping, slack, email 4 4 Requires at least: 4.0 5 Tested up to: 4.4. 06 Stable tag: 1.0. 05 Tested up to: 4.4.2 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 … … 10 10 11 11 == Description == 12 Get Notified helps users know when certain events happen on their site. For now, the plugin simply sends a notification message to a Slack channel when a new post is published onyour site.12 Get Notified helps users know when certain events happen on their site. For now, the plugin simply sends a notification via email or a message to a Slack channel when a post changes status (i.e. publish, pending, draft, trash) your site. 13 13 14 14 I hope that others help contribute to this project to expand it and grow the number of integrations and WordPress events. … … 16 16 == Installation == 17 17 1. Upload the `get-notified` folder to the `/wp-content/plugins/` directory 18 1. Activate the Get Notified plugin through the \'Plugins\'menu in WordPress18 1. Activate the Get Notified plugin through the Plugins menu in WordPress 19 19 1. Configure the plugin by going to the `Get Notified` menu that appears in your admin menu 20 20 … … 34 34 == Changelog == 35 35 36 = 1.0.0 = 36 = 1.0.1 = 2016-2-25 37 * UPDATED: readme text to include support for email integration 38 39 = 1.0.0 = 2016-2-24 37 40 * Initial Release :)
Note: See TracChangeset
for help on using the changeset viewer.