Plugin Directory

Changeset 916678


Ignore:
Timestamp:
05/18/2014 05:49:43 PM (12 years ago)
Author:
dkukral
Message:

verified compat with wp 3.9.1

Location:
wp-activity-stream/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-activity-stream/trunk/activity-stream.php

    r531980 r916678  
    44Plugin URI: http://yourdomain.com/
    55Description: Displays a stream of author actions
    6 Version: 1.4
     6Version: 1.5
    77Author: Don Kukral
    88Author URI: http://yourdomain.com
    99License: GPL
    1010*/
    11 ini_set('display_errors', 0);
    12 
    13 define( 'ACTIVITY_STREAM_VERSION' , '0.0' );
     11
     12define( 'ACTIVITY_STREAM_VERSION' , '1.5' );
    1413define( 'ACTIVITY_STREAM_ROOT' , dirname(__FILE__) );
    1514define( 'ACTIVITY_STREAM_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') );
  • wp-activity-stream/trunk/license.txt

    r504370 r916678  
    11WordPress - Web publishing software
    22
    3 Copyright 2012 by the contributors
     3Copyright 2014 by the contributors
    44
    55This program is free software; you can redistribute it and/or modify
     
    3232  WordPress - Web publishing software
    3333
    34   Copyright 2003-2012 by the contributors
     34  Copyright 2003-2014 by the contributors
    3535
    3636  WordPress is released under the GPL
  • wp-activity-stream/trunk/readme.txt

    r621513 r916678  
    11=== Activity Stream ===
    2 Contributors: jboydston, dkukral, Droyal
     2Contributors: jboydston, dkukral
    33Tags: author, statistics
    44Requires at least: 3.0
    5 Tested up to: 3.3.1
    6 Stable Tag: 1.4
     5Tested up to: 3.9.1
     6Stable Tag: 1.5
    77
    88Plugin for WordPress records various author actions and displays the log in a  stream.
     
    1313
    1414== License ==
    15 Copyright 2010 - 2012 Joe Boydston, Don Kukral
     15Copyright 2010 - 2014 Joe Boydston, Don Kukral
    1616
    1717This program is free software; you can redistribute it and/or modify
     
    4343
    4444== Changelog ==
     45= 1.5 =
     46Verified compat with WP 3.9.1
     47
    4548= 1.4 =
    4649Added check to make sure post_type is post and not revision or something else.
Note: See TracChangeset for help on using the changeset viewer.