bbPress Plugin Browser »

Plugin Browser for bbPress (0.2)

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 bb_get_plugin_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

0.2

  • Compatibility with bbPress 1.0. If you are using an older version of bbPress, then please do not upgrade
  • Usage of WP_Http instead of cURL or fopen
  • Automatically gets the new repository list if available (when you go to the plugin browser page)
  • The directory folder of a plugin now need not have pb-- in its name, nor a pb--revision.php (which means that now the plugins are checked with their version numbers)
  • Added i18n support
  • Coding cleanups (including WordPress style coding), optimizations and improvements