Bootstrap Shortcodes for WordPress - Version 3.2.3

Version Description

  • Fix conflicts with other plugins, like Gravity Forms, which use Bootstrap on the WordPress back-end.
Download this release

Release Info

Developer FoolsRun
Plugin Icon Bootstrap Shortcodes for WordPress
Version 3.2.3
Comparing to
See all releases

Code changes from version 3.2.2 to 3.2.3

Gruntfile.js DELETED
@@ -1,29 +0,0 @@
1
- module.exports = function(grunt) {
2
-
3
- grunt.initConfig({
4
- pkg: grunt.file.readJSON('package.json'),
5
- markdown: {
6
- all: {
7
- files: [
8
- {
9
- expand: true,
10
- src: 'README.md',
11
- dest: 'includes/help/',
12
- ext: '.html'
13
- }
14
- ]
15
- },
16
- options: {
17
- template: 'includes/help/README.jst',
18
- postCompile: function(src, contect) {
19
- grunt.log.write('Generating HTML from README.md...').ok()
20
- }
21
- }
22
- }
23
- });
24
-
25
- grunt.loadNpmTasks('grunt-markdown');
26
-
27
- grunt.registerTask('default', ['markdown']);
28
-
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bootstrap-shortcodes.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Bootstrap 3 Shortcodes
4
  Plugin URI: http://wp-snippets.com/freebies/bootstrap-shortcodes or https://github.com/filipstefansson/bootstrap-shortcodes
5
  Description: The plugin adds a shortcodes for all Bootstrap elements.
6
- Version: 3.2.2
7
  Author: Filip Stefansson, Simon Yeldon, and Michael W. Delaney
8
  Author URI:
9
  License: GPL2
3
  Plugin Name: Bootstrap 3 Shortcodes
4
  Plugin URI: http://wp-snippets.com/freebies/bootstrap-shortcodes or https://github.com/filipstefansson/bootstrap-shortcodes
5
  Description: The plugin adds a shortcodes for all Bootstrap elements.
6
+ Version: 3.2.3
7
  Author: Filip Stefansson, Simon Yeldon, and Michael W. Delaney
8
  Author URI:
9
  License: GPL2
includes/help/README.jst DELETED
@@ -1 +0,0 @@
1
- <%=content%>
 
includes/help/css/bootstrap-shortcodes-help-all.css ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ #bootstrap-shortcodes-help {
2
+ display: none;
3
+ }
includes/images/Twitter_Boostrap_logo.svg DELETED
@@ -1,100 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- xmlns:xlink="http://www.w3.org/1999/xlink"
11
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
- version="1.1"
14
- width="2000"
15
- height="2008.2758"
16
- id="svg2"
17
- inkscape:version="0.48.1 r9760"
18
- sodipodi:docname="twitter_bootstrap_logo.svg">
19
- <sodipodi:namedview
20
- pagecolor="#ffffff"
21
- bordercolor="#666666"
22
- borderopacity="1"
23
- objecttolerance="10"
24
- gridtolerance="10"
25
- guidetolerance="10"
26
- inkscape:pageopacity="0"
27
- inkscape:pageshadow="2"
28
- inkscape:window-width="864"
29
- inkscape:window-height="623"
30
- id="namedview2996"
31
- showgrid="false"
32
- fit-margin-top="0"
33
- fit-margin-left="0"
34
- fit-margin-right="0"
35
- fit-margin-bottom="0"
36
- inkscape:zoom="0.24896372"
37
- inkscape:cx="116.80866"
38
- inkscape:cy="407.66551"
39
- inkscape:window-x="0"
40
- inkscape:window-y="0"
41
- inkscape:window-maximized="0"
42
- inkscape:current-layer="svg2" />
43
- <defs
44
- id="defs4">
45
- <linearGradient
46
- id="linearGradient3820">
47
- <stop
48
- id="stop3822"
49
- style="stop-color:#070135;stop-opacity:1"
50
- offset="0" />
51
- <stop
52
- id="stop3824"
53
- style="stop-color:#612d50;stop-opacity:1"
54
- offset="1" />
55
- </linearGradient>
56
- <linearGradient
57
- x1="314.62408"
58
- y1="547.20599"
59
- x2="427.37671"
60
- y2="432.48389"
61
- id="linearGradient3834"
62
- xlink:href="#linearGradient3820"
63
- gradientUnits="userSpaceOnUse"
64
- gradientTransform="translate(-52,0)" />
65
- </defs>
66
- <metadata
67
- id="metadata7">
68
- <rdf:RDF>
69
- <cc:Work
70
- rdf:about="">
71
- <dc:format>image/svg+xml</dc:format>
72
- <dc:type
73
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
74
- <dc:title />
75
- </cc:Work>
76
- </rdf:RDF>
77
- </metadata>
78
- <g
79
- id="layer1"
80
- transform="matrix(15.623041,0,0,15.623041,-3987.6024,-6644.8835)">
81
- <rect
82
- width="128.01605"
83
- height="128.54576"
84
- ry="20.679518"
85
- x="255.23856"
86
- y="425.32587"
87
- id="rect3050"
88
- style="fill:url(#linearGradient3834);fill-opacity:1;stroke:none" />
89
- <g
90
- transform="scale(1.0052013,0.99482561)"
91
- id="text3836"
92
- style="font-size:109.79650116px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans">
93
- <path
94
- d="m 318.55641,483.16526 c 3.25239,5e-5 5.71852,-0.71477 7.3984,-2.14446 1.67978,-1.42959 2.51969,-3.53831 2.51974,-6.32617 -5e-5,-2.752 -0.83996,-4.84285 -2.51974,-6.27255 -1.67988,-1.46532 -4.14601,-2.19801 -7.3984,-2.19808 l -11.41926,0 0,16.94126 11.41926,0 m 0.69695,35.00836 c 4.14592,10e-6 7.25538,-0.87564 9.32841,-2.62697 2.10867,-1.75129 3.16303,-4.39613 3.16309,-7.93451 -6e-5,-3.46686 -1.03655,-6.05808 -3.10947,-7.77368 -2.07303,-1.75128 -5.20037,-2.62693 -9.38203,-2.62697 l -12.11621,0 0,20.96213 12.11621,0 M 338.4463,489.3842 c 4.43183,1.28672 7.86296,3.6635 10.29343,7.13034 2.43031,3.46692 3.64551,7.7201 3.64558,12.75956 -7e-5,7.72008 -2.60917,13.47438 -7.82729,17.26292 -5.21825,3.78855 -13.15276,5.68283 -23.80353,5.68283 l -34.2578,0 0,-80.04208 30.98749,0 c 11.11541,8e-5 19.15714,1.67991 24.12521,5.03949 5.00367,3.35973 7.50554,8.73875 7.50562,16.13708 -8e-5,3.89583 -0.91147,7.21975 -2.73419,9.97175 -1.82286,2.71637 -4.4677,4.73574 -7.93452,6.05811"
95
- id="path3841"
96
- style="font-weight:bold;line-height:100%;fill:#ffffff;font-family:Sans;-inkscape-font-specification:Sans Bold"
97
- inkscape:connector-curvature="0" />
98
- </g>
99
- </g>
100
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: filipstefansson, nodley, FoolsRun
3
  Tags: bootstrap, shortcode, shortcodes, responsive, grid
4
  Requires at least: 3.8
5
  Tested up to: 3.9
6
- Stable tag: 3.2.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -71,8 +71,8 @@ No, we assume you are already working with a WordPress theme that includes the B
71
 
72
  == Changelog ==
73
 
74
- = 3.2.2 =
75
- * Fix compatibility with other plugins, like Gravity Forms, which use Bootstrap on the WordPress back-end
76
 
77
  = 3.2 =
78
  * New Features
@@ -80,6 +80,7 @@ No, we assume you are already working with a WordPress theme that includes the B
80
  * Added optional "target" parameter to [list-group-item]
81
  * Added support for new "block", "inline", and "inline-block" parameters in [responsive] introduced in Bootstrap 3.2
82
  * Remove legacy [icon-white] shortcode (it wasn't documented anyway)
 
83
  * Bug Fixes
84
  * Fixed issue with [carousel] indicators (thanks, mebdev!)
85
  * Fix any parameters expecting "true", or "false" accepting any input as "true". Now only accepts the word "true"; other input will be ignored and read as "false".
3
  Tags: bootstrap, shortcode, shortcodes, responsive, grid
4
  Requires at least: 3.8
5
  Tested up to: 3.9
6
+ Stable tag: 3.2.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
71
 
72
  == Changelog ==
73
 
74
+ = 3.2.3 =
75
+ * Fix conflicts with other plugins, like Gravity Forms, which use Bootstrap on the WordPress back-end.
76
 
77
  = 3.2 =
78
  * New Features
80
  * Added optional "target" parameter to [list-group-item]
81
  * Added support for new "block", "inline", and "inline-block" parameters in [responsive] introduced in Bootstrap 3.2
82
  * Remove legacy [icon-white] shortcode (it wasn't documented anyway)
83
+
84
  * Bug Fixes
85
  * Fixed issue with [carousel] indicators (thanks, mebdev!)
86
  * Fix any parameters expecting "true", or "false" accepting any input as "true". Now only accepts the word "true"; other input will be ignored and read as "false".