Changeset 1855477
- Timestamp:
- 04/10/2018 12:55:41 AM (8 years ago)
- Location:
- wp-blame/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
wp-blame.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-blame/trunk/README.md
r1802729 r1855477 5 5 ## Donate 6 6 7 In case you really like using this plugin and would like to support me, please consider [donating via PayPal](https://www.paypal.me/ dtj27). Any amount is hugely appreciated and allows me to develop the plugin further. Thank you!7 In case you really like using this plugin and would like to support me, please consider [donating via PayPal](https://www.paypal.me/jfcby). Any amount is hugely appreciated and allows me to develop the plugin further. Thank you! 8 8 9 9 ## Useful Links … … 11 11 - [Download Plugin](https://wordpress.org/plugins/wp-blame/) 12 12 - [Help with Translations](https://translate.wordpress.org/projects/wp-plugins/wp-blame) 13 - [GitHub Repository](https://github.com/danieltj27/WP-Blame) 14 - [Personal Blog](https://www.danieltj.co.uk/) 13 - [Personal Blog](http://www.corematrixgrid.com/) 15 14 -
wp-blame/trunk/readme.txt
r1854940 r1855477 1 1 === WP Blame === 2 Tags: logs, security, audit, history, adopt-me 2 Contributors: danieltj, jfcby 3 Tags: logs, security, audit, history 3 4 Requires at least: 4.0 4 5 Tested up to: 4.9 … … 10 11 11 12 == Description == 12 13 = Adopt the plugin! =14 15 WP Blame is no longer being developed. If you would like to take over this plugin and continue development, please [contact me](https://www.danieltj.co.uk/contact/).16 13 17 14 = About = … … 49 46 == Changelog == 50 47 48 = 2.1.2 = 49 50 * Updated for new developer to maintain. 51 51 52 = 2.1.1 = 52 53 -
wp-blame/trunk/wp-blame.php
r1815341 r1855477 5 5 * Plugin URI: https://wordpress.org/plugins/wp-blame/ 6 6 * Description: Keep a record of the activity on your website. 7 * Author: Daniel James8 * Author URI: http s://www.danieltj.co.uk/7 * Author: James Cooper 8 * Author URI: http://www.corematrixgrid.com/ 9 9 * Text Domain: wp-blame 10 * Version: 2.1. 110 * Version: 2.1.2 11 11 */ 12 12 … … 25 25 * @var string 26 26 */ 27 protected static $version = '2.1. 1';27 protected static $version = '2.1.2'; 28 28 29 29 /**
Note: See TracChangeset
for help on using the changeset viewer.