Plugin Directory

Changeset 1839646


Ignore:
Timestamp:
03/13/2018 10:07:39 PM (8 years ago)
Author:
danielmcclure
Message:

2.0.2 Bug fixes

Location:
bitmate-author-donations
Files:
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • bitmate-author-donations/tags/2.0.2/bitmate-author-donations.php

    r1821785 r1839646  
    55 *
    66 * @link              http://bitmate.net/author-donations/
    7  * @since             2.0.1
     7 * @since             2.0.2
    88 * @package           BitMate_Author_Donations
    99 *
     
    1212 * Plugin URI: http://bitmate.net/author-donations/
    1313 * Description: Adds a bitcoin address field to user profiles so that authors can accept bitcoin donations via an automatically generated bitcoin donation box after their posts.
    14  * Version: 2.0.1
     14 * Version: 2.0.2
    1515 * Author: BitMate
    1616 * Author URI: http://bitmate.net
     
    372372            return $content;
    373373        }
     374    } else {
     375        return $content;
    374376    }
    375377}
  • bitmate-author-donations/tags/2.0.2/readme.txt

    r1821748 r1839646  
    6868== Changelog ==
    6969
     70= 2.0.2 =
     71* Content display fix
     72
    7073= 2.0.1 =
    7174* Updated Welcome Page
  • bitmate-author-donations/trunk/bitmate-author-donations.php

    r1821785 r1839646  
    55 *
    66 * @link              http://bitmate.net/author-donations/
    7  * @since             2.0.1
     7 * @since             2.0.2
    88 * @package           BitMate_Author_Donations
    99 *
     
    1212 * Plugin URI: http://bitmate.net/author-donations/
    1313 * Description: Adds a bitcoin address field to user profiles so that authors can accept bitcoin donations via an automatically generated bitcoin donation box after their posts.
    14  * Version: 2.0.1
     14 * Version: 2.0.2
    1515 * Author: BitMate
    1616 * Author URI: http://bitmate.net
     
    372372            return $content;
    373373        }
     374    } else {
     375        return $content;
    374376    }
    375377}
  • bitmate-author-donations/trunk/readme.txt

    r1821748 r1839646  
    6868== Changelog ==
    6969
     70= 2.0.2 =
     71* Content display fix
     72
    7073= 2.0.1 =
    7174* Updated Welcome Page
Note: See TracChangeset for help on using the changeset viewer.