Plugin Directory

Changeset 780672


Ignore:
Timestamp:
10/01/2013 02:23:32 AM (12 years ago)
Author:
sinetheta
Message:

added contributor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap-shortcodes/trunk/readme.txt

    r780464 r780672  
    1 === Bootstrap Shortcodes ===
    2 Contributors: sinetheta, Designwall Team
    3 Tags: shortcode, shortcodes, bootstrap, buttons, grid, well, responsive, widget
    4 Requires at least: 3.0
     1=== Debug Bar ===
     2Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka
     3Tags: debug
    54Tested up to: 3.6
    6 Stable tag: 1.1
    7 License: GNU General Public License v2.0
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     5Stable tag: 0.8
     6Requires at least: 3.1
    97
    10 Wordpress plugin to add shortcodes for Twitter Bootstrap 3.0
     8Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
    119
    1210== Description ==
    1311
    14 Bootstrap Shortcodes allow quick and easy implementation of Twitter Bootstrap components through the TinyMCE rich-editor.
     12Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
    1513
    16 Forked from DW Shortcodes Bootstrap http://wordpress.org/plugins/dw-shortcodes-bootstrap/
     14A must for developers!
    1715
    18 Please report issues [here](https://github.com/TheWebShop/bootstrap-shortcodes/issues).
     16When WP_DEBUG is enabled it also tracks PHP Warnings and Notices to make them easier to find.
     17
     18When SAVEQUERIES is enabled the mysql queries are tracked and displayed.
     19
     20Add a PHP/MySQL console with the [Debug Bar Console plugin](http://wordpress.org/extend/plugins/debug-bar-console/).
     21
     22== Upgrade Notice ==
     23
     24= 0.8.1 =
     25Minor security fix.
     26
     27= 0.8 =
     28WordPress 3.3 compatibility
     29UI refresh
     30Removed jQuery UI requirement
     31Full screen by default
     32New debug-bar query parameter to show on page load
     33Removed display cookies
     34JavaScript error tracking (disabled by default)
     35
     36= 0.7 =
     37Made compatible with PHP < 5.2.0
     38CSS Tweaks
     39Load JavaScript in Footer
     40Fixed display issues for WP_Query debug on CPT archives pages
     41SQL/DB error tracking
     42
     43= 0.6 =
     44Added maximize/restore button
     45Added cookie to keep track of debug bar state
     46Added post type information to WP_Query tab
     47Bug fix where bottom of page was obscured in the admin
     48
     49= 0.5 =
     50New UI
     51Backend rewritten with a class for each panel
     52Many miscellaneous improvements
     53
     54= 0.4.1 =
     55Compatibility updates for trunk
     56
     57= 0.4 =
     58Added DB Version information
     59Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked
     60Compatibility updates for trunk
     61
     62= 0.3 =
     63Added WordPress Query infomation
     64Added Request parsing information
     65
     66= 0.2 =
     67Added PHP Notice / Warning tracking when WP_DEBUG enabled
     68Added deprecated function usage tracking
     69
     70= 0.1 =
     71Initial Release
     72
     73== Changelog ==
     74
     75= 0.8.1 =
     76Minor security fix.
     77
     78= 0.8 =
     79WordPress 3.3 compatibility
     80UI refresh
     81Removed jQuery UI requirement
     82Full screen by default
     83New debug-bar query parameter to show on page load
     84Removed display cookies
     85JavaScript error tracking (disabled by default)
     86
     87= 0.7 =
     88Made compatible with PHP < 5.2.0
     89CSS Tweaks
     90Load JavaScript in Footer
     91Fixed display issues for WP_Query debug on CPT archives pages
     92SQL/DB error tracking
     93
     94= 0.6 =
     95Added maximize/restore button
     96Added cookie to keep track of debug bar state
     97Added post type information to WP_Query tab
     98Bug fix where bottom of page was obscured in the admin
     99
     100= 0.5 =
     101New UI
     102Backend rewritten with a class for each panel
     103Many miscellaneous improvements
     104
     105= 0.4.1 =
     106Compatibility updates for trunk
     107
     108= 0.4 =
     109Added DB Version information
     110Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked
     111Compatibility updates for trunk
     112
     113= 0.3 =
     114Added WordPress Query infomation
     115Added Request parsing information
     116
     117= 0.2 =
     118Added PHP Notice / Warning tracking when WP_DEBUG enabled
     119Added deprecated function usage tracking
     120
     121= 0.1 =
     122Initial Release
    19123
    20124== Installation ==
    21125
    22 1. Unzip files.
    23 2. Upload the folder into your plugins directory.
    24 3. Activate the plugin.
    25 4. Add new shortcodes to posts or pages.
    26 
    27 == Changelog ==
    28 
    29 = 1.1 =
    30 * Added support for wells
    31 
    32 = 1.0 =
    33 * Upgraded from Bootstrap 2 to 3
    34 
    35 == Screenshots ==
    36 
    37 1. The rendered Bootstrap components as they would appear with a default Bootstrap 3 theme.
    38 2. Custom buttons added to the TinyMCE visual editor for adding shortcodes to content.
    39 3. The glyphicon selection tool for adding Bootstrap icons.
    40 4. The grid maker tool to help create custom layouts.
     126Use automatic installer.
Note: See TracChangeset for help on using the changeset viewer.