Plugin Directory

Changeset 1855477


Ignore:
Timestamp:
04/10/2018 12:55:41 AM (8 years ago)
Author:
jfcby
Message:

Updated for new developer to maintain.

Location:
wp-blame/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-blame/trunk/README.md

    r1802729 r1855477  
    55## Donate
    66
    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!
     7In 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!
    88
    99## Useful Links
     
    1111- [Download Plugin](https://wordpress.org/plugins/wp-blame/)
    1212- [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/)
    1514
  • wp-blame/trunk/readme.txt

    r1854940 r1855477  
    11=== WP Blame ===
    2 Tags: logs, security, audit, history, adopt-me
     2Contributors: danieltj, jfcby
     3Tags: logs, security, audit, history
    34Requires at least: 4.0
    45Tested up to: 4.9
     
    1011
    1112== 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/).
    1613
    1714= About =
     
    4946== Changelog ==
    5047
     48= 2.1.2 =
     49
     50* Updated for new developer to maintain.
     51
    5152= 2.1.1 =
    5253
  • wp-blame/trunk/wp-blame.php

    r1815341 r1855477  
    55 * Plugin URI: https://wordpress.org/plugins/wp-blame/
    66 * Description: Keep a record of the activity on your website.
    7  * Author: Daniel James
    8  * Author URI: https://www.danieltj.co.uk/
     7 * Author: James Cooper
     8 * Author URI: http://www.corematrixgrid.com/
    99 * Text Domain: wp-blame
    10  * Version: 2.1.1
     10 * Version: 2.1.2
    1111 */
    1212
     
    2525     * @var string
    2626     */
    27     protected static $version = '2.1.1';
     27    protected static $version = '2.1.2';
    2828
    2929    /**
Note: See TracChangeset for help on using the changeset viewer.