Plugin Directory

Changeset 1358132


Ignore:
Timestamp:
02/25/2016 01:40:03 PM (10 years ago)
Author:
kjbenk
Message:

Updated Readme

Location:
get-notified/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • get-notified/trunk/get-notified.php

    r1357797 r1358132  
    66 * Author: Kyle Benk
    77 * Author URI: https://kylebenk.com
    8  * Version: 1.0.0
     8 * Version: 1.0.1
    99 * Text Domain: gnt
    1010 * Domain Path: languages
     
    100100
    101101        if ( ! defined( 'GET_NOTIFIED_VERSION' ) ) {
    102             define( 'GET_NOTIFIED_VERSION', '2.4.3' );
     102            define( 'GET_NOTIFIED_VERSION', '1.0.1' );
    103103        }
    104104
  • get-notified/trunk/readme.txt

    r1357797 r1358132  
    33Tags: notification, notify, post, message, alert, ping, slack, email
    44Requires at least: 4.0
    5 Tested up to: 4.4.0
    6 Stable tag: 1.0.0
     5Tested up to: 4.4.2
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88
     
    1010
    1111== 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 on your site.
     12Get 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.
    1313
    1414I hope that others help contribute to this project to expand it and grow the number of integrations and WordPress events.
     
    1616== Installation ==
    17171. Upload the `get-notified` folder to the `/wp-content/plugins/` directory
    18 1. Activate the Get Notified plugin through the \'Plugins\' menu in WordPress
     181. Activate the Get Notified plugin through the Plugins menu in WordPress
    19191. Configure the plugin by going to the `Get Notified` menu that appears in your admin menu
    2020
     
    3434== Changelog ==
    3535
    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
    3740* Initial Release :)
Note: See TracChangeset for help on using the changeset viewer.