Changeset 916678
- Timestamp:
- 05/18/2014 05:49:43 PM (12 years ago)
- Location:
- wp-activity-stream/trunk
- Files:
-
- 3 edited
-
activity-stream.php (modified) (1 diff)
-
license.txt (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-activity-stream/trunk/activity-stream.php
r531980 r916678 4 4 Plugin URI: http://yourdomain.com/ 5 5 Description: Displays a stream of author actions 6 Version: 1. 46 Version: 1.5 7 7 Author: Don Kukral 8 8 Author URI: http://yourdomain.com 9 9 License: GPL 10 10 */ 11 ini_set('display_errors', 0); 12 13 define( 'ACTIVITY_STREAM_VERSION' , '0.0' ); 11 12 define( 'ACTIVITY_STREAM_VERSION' , '1.5' ); 14 13 define( 'ACTIVITY_STREAM_ROOT' , dirname(__FILE__) ); 15 14 define( 'ACTIVITY_STREAM_URL' , plugins_url(plugin_basename(dirname(__FILE__)).'/') ); -
wp-activity-stream/trunk/license.txt
r504370 r916678 1 1 WordPress - Web publishing software 2 2 3 Copyright 201 2by the contributors3 Copyright 2014 by the contributors 4 4 5 5 This program is free software; you can redistribute it and/or modify … … 32 32 WordPress - Web publishing software 33 33 34 Copyright 2003-201 2by the contributors34 Copyright 2003-2014 by the contributors 35 35 36 36 WordPress is released under the GPL -
wp-activity-stream/trunk/readme.txt
r621513 r916678 1 1 === Activity Stream === 2 Contributors: jboydston, dkukral , Droyal2 Contributors: jboydston, dkukral 3 3 Tags: author, statistics 4 4 Requires at least: 3.0 5 Tested up to: 3. 3.16 Stable Tag: 1. 45 Tested up to: 3.9.1 6 Stable Tag: 1.5 7 7 8 8 Plugin for WordPress records various author actions and displays the log in a stream. … … 13 13 14 14 == License == 15 Copyright 2010 - 201 2Joe Boydston, Don Kukral15 Copyright 2010 - 2014 Joe Boydston, Don Kukral 16 16 17 17 This program is free software; you can redistribute it and/or modify … … 43 43 44 44 == Changelog == 45 = 1.5 = 46 Verified compat with WP 3.9.1 47 45 48 = 1.4 = 46 49 Added check to make sure post_type is post and not revision or something else.
Note: See TracChangeset
for help on using the changeset viewer.