Plugin Directory

Changeset 693518


Ignore:
Timestamp:
04/08/2013 08:04:22 AM (13 years ago)
Author:
antonchanning
Message:

Updated version tag to 2.0
Updated Upgrade notice
Updated Change log
Update description and example usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbpress-bbcode/trunk/readme.txt

    r692854 r693518  
    11=== Plugin Name ===
    2 Contributors: antonchanning, bOingball, Viper007Bond
     2Contributors: antonchanning
    33Donate link: http://bbpressbbcode.chantech.org/donate/
    4 Tags: bbpress, bbpress2, bbpress-plugin, buddypress, bbcode, youtube, googlevideo, quote, css, style, image, spoilers
     4Tags: bbpress, bbpress2, bbpress-plugin, buddypress, bbcode, quote, css, style, image, spoilers, user, guest
    55Requires at least: 2.5
    66Tested up to: 3.5.1
    7 Stable tag: 1.5
     7Stable tag: 2.0
    88
    99This plugin adds support for popular bbcode forum code to posts, comments,
     
    1313
    1414This plugin adds support for bbcode markup to wordpress, bbpress and buddypress.
    15 It extends the bOingball bbcode plugin, which was in turn based on the
    16 original bbcode plugin by Viper007Bond, both of which only added bbcode
    17 support to wordpress.  It integrates with the 'bbPress shortcode whitelist'
    18 plugin to provide a safe way of enabling BBCode without giving your users
    19 access to all shortcodes.
     15It integrates with the 'bbPress shortcode whitelist' plugin to provide a safe
     16way of enabling BBCode without giving your users access to all shortcodes.
    2017
    2118`
     
    2926Strikeout:[s]striked this out[/s]
    3027Center Text:[center]center me[/center]
    31 Computer code:[code]10 GOTO 10[/code]
     28Computer code:[code]function HelloWorld($greet = 'World') { return 'Hello '.$greet } [/code]
    3229Font size: [size=10]10px font size[/size]
    3330Ordered lists: [ol][li][/li][/ol]
    3431Unordered lists: [ul][li][/li][/ul]
    3532List Item: [li]item[/li]
    36 (*) Youtube Links: [youtube]Youtube ID[/youtube]
    37 (*) Google Video Links: [gvideo]Google Video ID[/gvideo] [googlevideo]Google Video ID[/googlevideo]
    38 (#) Video URLS Links: [video]Youtube or GoogleVideo URL[/video]
    3933Named Spoiler: [spoiler=two plus two]four[/spoiler]
    4034Unnamed Spoiler: [spoiler]Boo![/spoiler]
    41 Freesound audio: [freesound]freesound.org sound id[/freesound]
    4235Contents appear to logged in users only: [user]This is a secret message[/user]
    4336Contents appear to non-logged in users only: [guest]Log in to see secret message...[/guest]
    4437`
    45 
    46 (*) If Vipers Video Quicktags plugin is installed, this will be used for
    47 these tags instead.
    48 (#) If Vipers Video Quicktags plugin is installed, the [video] tag will also
    49 detect urls for Vimeo, Veoh, Myspace, Flickr, DailyMotion, MetaCafe, iFilm and Spike,
    50 as well as default to supporting Viper's generic [video] tag handler if no url is detected.
    5138
    5239I have enhanced support for the [url] and [quote] tags, and added potentially
     
    7764== Upgrade Notice ==
    7865
    79 If you are upgrading from the b0ingball bbcode plugin or viper's
    80 bbcode plugin, just disable that plugin when you install this one.
     66Video and Audio tags no longer supported.  If you require them,
     67try the 'Video Audio BBCode' plugin, which is 100% bbPress2
     68shortcode whitelist' compatible.
     69 
    8170It is also recommended you install the bbPress2 shortcode whitelist
    82 plugin, to stop unsafe shortcodes being posted on the forum by
    83 your users.
     71plugin, to stop unsafe shortcodes being posted on the forum, in comments
     72and other places by your users. (For example: [bbp-login] would turn
     73into a login form where ever your users posted it otherwise.)
    8474
    8575
     
    10898
    10999== Changelog ==
     100
     101= 2.0 =
     102* Replaced support for "Viper's Video Quicktags" with support for the more
     103simple "Video Audio BBCode" plugin.  The former was causing conflicts with
     104the shortcode whitelist.
     105* All audio and video bbcodes moved to 'Video Audio BBCode' plugin.
     106
     107= 1.5.1 =
     108* Added support for buddypress private messages
    110109
    111110= 1.5 =
Note: See TracChangeset for help on using the changeset viewer.