Usage note
Plugins installed via the browser interface are contained in specially named directories within the plugins directory that are prefixed with 'pb--'.
For the browser to work correctly these folder must not be renamed. The main plugin file within the folder also must not be renamed. The special file 'pb--revision.php' within each folder must also be left untouched.
Plugins still need to be activated using the standard plugin page after installation.
The plugin browser will not detect your existing plugins, it manages plugins using a specific naming convention that must not be interrupted.
License
Plugin browser for bbPress version 0.1.12 Copyright (C) 2007 Sam Bauers (sam@viveka.net.au)
Plugin browser for bbPress comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions.
See accompanying license.txt file for details.
Version History
- 0.1 :
Initial Beta release - 0.1.1 :
Trim whitespace from items in Plugin_Browser::getRemoteList() - 0.1.2 :
Using CURL libraries as preference, then falling back to fopen wrappers - 0.1.3 :
Removed stray fclose() call - 0.1.4 :
Stop the truncating of files using \r\n line breaks being retrieved via CURL
Added _wpnonce to check action validity - 0.1.5 :
Support for plugins with sub-directories - 0.1.6 :
Added link to view available readme.txt files on installed plugins - 0.1.7 :
Stopped fopen() from redirecting and returning redirected content, fixes support for plugins with sub-directories
Now only retrieving headers where desirable
Replaced call to bbgetplugin_data() with custom call that does not use file() - 0.1.8 :
Cleaned up sloppy function call - 0.1.9 :
Pass the contents index of plugin_file array instead of the whole array - 0.1.10 :
0.1.9 was all talk and no action, this time for sure - 0.1.11 :
Clear readme.txt link properly on each loop through the plugin list items - 0.1.12 :
Reinstate author link when there is no author uri