Plugin Directory

Changeset 1395817


Ignore:
Timestamp:
04/14/2016 06:11:29 PM (10 years ago)
Author:
chipbennett
Message:

Update readme Tested Up To tag for WordPress 4.5

Location:
cbnet-manage-plugins-donate-link
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cbnet-manage-plugins-donate-link/tags/1.1/readme.txt

    r900322 r1395817  
    44Tags: cbnet, plugin, plugins, manage, readme, readme.txt, Donate, Donate link, Donate URI
    55Requires at least: 2.9
    6 Tested up to: 3.9
     6Tested up to: 4.5
    77Stable tag: 1.1
    88
  • cbnet-manage-plugins-donate-link/trunk/readme.txt

    r900343 r1395817  
    11=== cbnet Manage Plugins Donate Link ===
     2Contributors: chipbennett
     3Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP3N9HUSYJPK6
     4Tags: cbnet, plugin, plugins, manage, readme, readme.txt, Donate, Donate link, Donate URI
     5Requires at least: 2.9
     6Tested up to: 4.5
    27Stable tag: 1.1
     8
     9Add a Donate link in the plugin_row_meta for each installed plugin on the Manage Plugins page.
     10
     11== Description ==
     12
     13This 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
     15This 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
     19Manual installation:
     20
     211. Upload the `cbnet-manage-plugins-donate-link` folder to the `/wp-content/plugins/` directory
     22
     23Installation using "Add New Plugin"
     24
     251. From your Admin UI (Dashboard), use the menu to select Plugins -> Add New
     262. Search for 'cbnet Manage Plugins Donate Link'
     273. Click the 'Install' button to open the plugin's repository listing
     284. Click the 'Install' button
     29
     30Activiation and Use
     31
     321. Activate the plugin through the 'Plugins' menu in WordPress
     332. 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
     39The 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
     43Let me know, and I will try to filter for your plugins.
     44
     45== Screenshots ==
     46
     471. **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 =
     59Made Plugin translation ready
     60= 1.0 =
     61Initial Release.
Note: See TracChangeset for help on using the changeset viewer.