Changeset 780672
- Timestamp:
- 10/01/2013 02:23:32 AM (12 years ago)
- File:
-
- 1 edited
-
bootstrap-shortcodes/trunk/readme.txt (modified) (1 diff)
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 === 2 Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka 3 Tags: debug 5 4 Tested 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 5 Stable tag: 0.8 6 Requires at least: 3.1 9 7 10 Wordpress plugin to add shortcodes for Twitter Bootstrap 3.0 8 Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information. 11 9 12 10 == Description == 13 11 14 Bootstrap Shortcodes allow quick and easy implementation of Twitter Bootstrap components through the TinyMCE rich-editor.12 Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information. 15 13 16 Forked from DW Shortcodes Bootstrap http://wordpress.org/plugins/dw-shortcodes-bootstrap/ 14 A must for developers! 17 15 18 Please report issues [here](https://github.com/TheWebShop/bootstrap-shortcodes/issues). 16 When WP_DEBUG is enabled it also tracks PHP Warnings and Notices to make them easier to find. 17 18 When SAVEQUERIES is enabled the mysql queries are tracked and displayed. 19 20 Add 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 = 25 Minor security fix. 26 27 = 0.8 = 28 WordPress 3.3 compatibility 29 UI refresh 30 Removed jQuery UI requirement 31 Full screen by default 32 New debug-bar query parameter to show on page load 33 Removed display cookies 34 JavaScript error tracking (disabled by default) 35 36 = 0.7 = 37 Made compatible with PHP < 5.2.0 38 CSS Tweaks 39 Load JavaScript in Footer 40 Fixed display issues for WP_Query debug on CPT archives pages 41 SQL/DB error tracking 42 43 = 0.6 = 44 Added maximize/restore button 45 Added cookie to keep track of debug bar state 46 Added post type information to WP_Query tab 47 Bug fix where bottom of page was obscured in the admin 48 49 = 0.5 = 50 New UI 51 Backend rewritten with a class for each panel 52 Many miscellaneous improvements 53 54 = 0.4.1 = 55 Compatibility updates for trunk 56 57 = 0.4 = 58 Added DB Version information 59 Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked 60 Compatibility updates for trunk 61 62 = 0.3 = 63 Added WordPress Query infomation 64 Added Request parsing information 65 66 = 0.2 = 67 Added PHP Notice / Warning tracking when WP_DEBUG enabled 68 Added deprecated function usage tracking 69 70 = 0.1 = 71 Initial Release 72 73 == Changelog == 74 75 = 0.8.1 = 76 Minor security fix. 77 78 = 0.8 = 79 WordPress 3.3 compatibility 80 UI refresh 81 Removed jQuery UI requirement 82 Full screen by default 83 New debug-bar query parameter to show on page load 84 Removed display cookies 85 JavaScript error tracking (disabled by default) 86 87 = 0.7 = 88 Made compatible with PHP < 5.2.0 89 CSS Tweaks 90 Load JavaScript in Footer 91 Fixed display issues for WP_Query debug on CPT archives pages 92 SQL/DB error tracking 93 94 = 0.6 = 95 Added maximize/restore button 96 Added cookie to keep track of debug bar state 97 Added post type information to WP_Query tab 98 Bug fix where bottom of page was obscured in the admin 99 100 = 0.5 = 101 New UI 102 Backend rewritten with a class for each panel 103 Many miscellaneous improvements 104 105 = 0.4.1 = 106 Compatibility updates for trunk 107 108 = 0.4 = 109 Added DB Version information 110 Updated PHP Warning and Notice tracking so that multiple different errors on the same line are tracked 111 Compatibility updates for trunk 112 113 = 0.3 = 114 Added WordPress Query infomation 115 Added Request parsing information 116 117 = 0.2 = 118 Added PHP Notice / Warning tracking when WP_DEBUG enabled 119 Added deprecated function usage tracking 120 121 = 0.1 = 122 Initial Release 19 123 20 124 == Installation == 21 125 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. 126 Use automatic installer.
Note: See TracChangeset
for help on using the changeset viewer.