Changeset 1839646
- Timestamp:
- 03/13/2018 10:07:39 PM (8 years ago)
- Location:
- bitmate-author-donations
- Files:
-
- 2 edited
- 10 copied
-
tags/2.0.2 (copied) (copied from bitmate-author-donations/trunk)
-
tags/2.0.2/bitmate-author-donations.php (copied) (copied from bitmate-author-donations/trunk/bitmate-author-donations.php) (3 diffs)
-
tags/2.0.2/images/bitmate-icon.jpeg (copied) (copied from bitmate-author-donations/trunk/images/bitmate-icon.jpeg)
-
tags/2.0.2/images/bitmate-post-box.jpeg (copied) (copied from bitmate-author-donations/trunk/images/bitmate-post-box.jpeg)
-
tags/2.0.2/images/bitmate-shortcode.jpeg (copied) (copied from bitmate-author-donations/trunk/images/bitmate-shortcode.jpeg)
-
tags/2.0.2/images/bitmate-widget.jpeg (copied) (copied from bitmate-author-donations/trunk/images/bitmate-widget.jpeg)
-
tags/2.0.2/images/bitmate.jpg (copied) (copied from bitmate-author-donations/trunk/images/bitmate.jpg)
-
tags/2.0.2/images/multiple-cryptocurrencies.jpeg (copied) (copied from bitmate-author-donations/trunk/images/multiple-cryptocurrencies.jpeg)
-
tags/2.0.2/readme.txt (copied) (copied from bitmate-author-donations/trunk/readme.txt) (1 diff)
-
tags/2.0.2/welcome/welcome-view.php (copied) (copied from bitmate-author-donations/trunk/welcome/welcome-view.php)
-
trunk/bitmate-author-donations.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitmate-author-donations/tags/2.0.2/bitmate-author-donations.php
r1821785 r1839646 5 5 * 6 6 * @link http://bitmate.net/author-donations/ 7 * @since 2.0. 17 * @since 2.0.2 8 8 * @package BitMate_Author_Donations 9 9 * … … 12 12 * Plugin URI: http://bitmate.net/author-donations/ 13 13 * 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. 114 * Version: 2.0.2 15 15 * Author: BitMate 16 16 * Author URI: http://bitmate.net … … 372 372 return $content; 373 373 } 374 } else { 375 return $content; 374 376 } 375 377 } -
bitmate-author-donations/tags/2.0.2/readme.txt
r1821748 r1839646 68 68 == Changelog == 69 69 70 = 2.0.2 = 71 * Content display fix 72 70 73 = 2.0.1 = 71 74 * Updated Welcome Page -
bitmate-author-donations/trunk/bitmate-author-donations.php
r1821785 r1839646 5 5 * 6 6 * @link http://bitmate.net/author-donations/ 7 * @since 2.0. 17 * @since 2.0.2 8 8 * @package BitMate_Author_Donations 9 9 * … … 12 12 * Plugin URI: http://bitmate.net/author-donations/ 13 13 * 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. 114 * Version: 2.0.2 15 15 * Author: BitMate 16 16 * Author URI: http://bitmate.net … … 372 372 return $content; 373 373 } 374 } else { 375 return $content; 374 376 } 375 377 } -
bitmate-author-donations/trunk/readme.txt
r1821748 r1839646 68 68 == Changelog == 69 69 70 = 2.0.2 = 71 * Content display fix 72 70 73 = 2.0.1 = 71 74 * Updated Welcome Page
Note: See TracChangeset
for help on using the changeset viewer.