bbPress Plugin Browser »

bbPress Attachments (0.2.9)

  • 0.0.5 first public beta release for review
  • 0.0.6 advanced restrictions by file type & user role, upload form displays allowed file types
  • 0.0.7 one more mime option for windows/no-shell-access users
  • 0.0.9 no longer necessary to edit edit-post.php template if using bbPress 0.9.0.2 or newer
  • 0.1.0 uploading now possible directly on new posts (instead of only attaching afterwards)
  • 0.1.1 role check before hooks, ability to disable upload on new posts if compatibility issues
  • 0.1.5 first attempt at inline image display ability
  • 0.1.6 BBcode replacement for inserted inline attachment
  • 0.1.7 bug squashed for IIS ?
  • 0.1.8 workaround for lack of apache_request_headers, javascript insert bug
  • 0.1.9 handle missing inline images a bit better with "x" icon
  • 0.1.10 bug fix for bbPress activation hook on Windows servers
  • 0.1.11 now can auto-insert images into post after upload (default)
  • 0.1.12 filter switch to get_post_text and thumbnail bug fix (props BarnRacoon)
  • 0.1.13 better detection and cleanup for enctype=multipart hack
  • 0.1.14 now does a recount for topic after attachment deleted to possibly remove paperclip icon
  • 0.1.15 better recount for when posts are deleted/undeleted
  • 0.2.0 initial support for Amazon AWS S3 Simple Storage Service
  • 0.2.1 a few S3 bug fixes and speedups
  • 0.2.2 add encoding to RSS feeds, props nathany
  • 0.2.3 changed database table to UTF-8 instead of latin for proper filename support
  • 0.2.4 security fix for when delete level set to participate - user can only delete attachment if they can edit post
  • 0.2.5 multipart fix for bbPress 1.0a6 switch to bb_get_uri
  • 0.2.6 bug fix for handling encoding during feeds (encode self, not entire post text)
  • 0.2.7 allow custom table name for multiple installs in same db, don't use temp area for testing - move to main area and destroy if bad, fixes open_basedir and some safe mode problems
  • 0.2.8 security fix for filenames in bb-attachments-init.php : Everyone should update that file which will not affect your settings
  • 0.2.9 fix for bbPress 1.x topic-edit-page