Changeset 1395817
- Timestamp:
- 04/14/2016 06:11:29 PM (10 years ago)
- Location:
- cbnet-manage-plugins-donate-link
- Files:
-
- 2 edited
-
tags/1.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cbnet-manage-plugins-donate-link/tags/1.1/readme.txt
r900322 r1395817 4 4 Tags: cbnet, plugin, plugins, manage, readme, readme.txt, Donate, Donate link, Donate URI 5 5 Requires at least: 2.9 6 Tested up to: 3.96 Tested up to: 4.5 7 7 Stable tag: 1.1 8 8 -
cbnet-manage-plugins-donate-link/trunk/readme.txt
r900343 r1395817 1 1 === cbnet Manage Plugins Donate Link === 2 Contributors: chipbennett 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP3N9HUSYJPK6 4 Tags: cbnet, plugin, plugins, manage, readme, readme.txt, Donate, Donate link, Donate URI 5 Requires at least: 2.9 6 Tested up to: 4.5 2 7 Stable tag: 1.1 8 9 Add a Donate link in the plugin_row_meta for each installed plugin on the Manage Plugins page. 10 11 == Description == 12 13 This plugin provides a quick and convenient means to access the plugin author's Donate link for all installed plugins, by adding a 'Donate' link in the plugin_row_meta for each plugin on the Manage Plugins page. The link displays the Donate link from the plugin's readme.txt header information. 14 15 This plugin is useful for WordPress users who wish to support plugin developers' work by sending donations, but who find it inconvenient and/or tedious to browse each plugin's wordpress.org Extend listing in order to find each plugin author's Donate link. Once this plugin is installed, all plugins for which the author has defined a Donate link will have that link appear in their listing on the Manage Plugins page in the Admin UI. 16 17 == Installation == 18 19 Manual installation: 20 21 1. Upload the `cbnet-manage-plugins-donate-link` folder to the `/wp-content/plugins/` directory 22 23 Installation using "Add New Plugin" 24 25 1. From your Admin UI (Dashboard), use the menu to select Plugins -> Add New 26 2. Search for 'cbnet Manage Plugins Donate Link' 27 3. Click the 'Install' button to open the plugin's repository listing 28 4. Click the 'Install' button 29 30 Activiation and Use 31 32 1. Activate the plugin through the 'Plugins' menu in WordPress 33 2. The plugin requires no configuration. 34 35 == Frequently Asked Questions == 36 37 = I'm a plugin author, and I display my own Donate link. = 38 39 The plugin checks to determine if a "Donate" link exists in plugin_row_meta. If such a link exists (e.g. because your plugin already filters plugin_row_meta to add your own Donate link), then this plugin doesn't add a duplicate link. 40 41 = I'm a plugin author, and I don't want my readme.txt Donate link displayed on the Manage Plugins page. = 42 43 Let me know, and I will try to filter for your plugins. 44 45 == Screenshots == 46 47 1. **Donate** link added to the meta link list below the plugin description on the Manage Plugins page 48 49 == Changelog == 50 51 = 1.1 = 52 * Made Plugin translation-ready 53 = 1.0 = 54 * Initial Release 55 56 == Upgrade Notice == 57 58 = 1.1 = 59 Made Plugin translation ready 60 = 1.0 = 61 Initial Release.
Note: See TracChangeset
for help on using the changeset viewer.