Shortcodes by Angie Makes - Version 1.3

Version Description

Download this release

Release Info

Developer cbaldelomar
Plugin Icon wp plugin Shortcodes by Angie Makes
Version 1.3
Comparing to
See all releases

Code changes from version 1.2 to 1.3

Files changed (4) hide show
  1. README.md +4 -0
  2. includes/css/style.css +15 -17
  3. readme.txt +4 -0
  4. wc-shortcodes.php +1 -1
README.md CHANGED
@@ -44,6 +44,10 @@ Use the shortcode manager in the TinyMCE text editor
44
 
45
  ## Changelog ##
46
 
 
 
 
 
47
  ### Version 1.2
48
 
49
  * Added banner image.
44
 
45
  ## Changelog ##
46
 
47
+ ### Version 1.3
48
+
49
+ * Fixed style bug with columns not changing width on mobile devices
50
+
51
  ### Version 1.2
52
 
53
  * Added banner image.
includes/css/style.css CHANGED
@@ -195,23 +195,21 @@
195
  }
196
 
197
  @media (max-width: 480px) {
198
- body {
199
- .wc-shortcodes-one-half,
200
- .wc-shortcodes-one-third,
201
- .wc-shortcodes-two-third,
202
- .wc-shortcodes-three-fourth,
203
- .wc-shortcodes-one-fourth,
204
- .wc-shortcodes-one-fifth,
205
- .wc-shortcodes-two-fifth,
206
- .wc-shortcodes-three-fifth,
207
- .wc-shortcodes-four-fifth,
208
- .wc-shortcodes-one-sixth,
209
- .wc-shortcodes-five-sixth {
210
- width: 100%;
211
- float: none;
212
- margin-left: 0;
213
- margin-bottom: 0;
214
- }
215
  }
216
  }
217
 
195
  }
196
 
197
  @media (max-width: 480px) {
198
+ body .wc-shortcodes-one-half,
199
+ body .wc-shortcodes-one-third,
200
+ body .wc-shortcodes-two-third,
201
+ body .wc-shortcodes-three-fourth,
202
+ body .wc-shortcodes-one-fourth,
203
+ body .wc-shortcodes-one-fifth,
204
+ body .wc-shortcodes-two-fifth,
205
+ body .wc-shortcodes-three-fifth,
206
+ body .wc-shortcodes-four-fifth,
207
+ body .wc-shortcodes-one-sixth,
208
+ body .wc-shortcodes-five-sixth {
209
+ width: 100%;
210
+ float: none;
211
+ margin-left: 0;
212
+ margin-bottom: 0;
 
 
213
  }
214
  }
215
 
readme.txt CHANGED
@@ -44,6 +44,10 @@ Use the shortcode manager in the TinyMCE text editor
44
 
45
  == Changelog ==
46
 
 
 
 
 
47
  ### Version 1.2
48
 
49
  * Added banner image.
44
 
45
  == Changelog ==
46
 
47
+ ### Version 1.3
48
+
49
+ * Fixed style bug with columns not changing width on mobile devices
50
+
51
  ### Version 1.2
52
 
53
  * Added banner image.
wc-shortcodes.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpresscanvas.com/features/shortcodes/
5
  Description: A family of shortcodes to enhance site functionality.
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
- Version: 1.2
9
  License: GPLv2 or later
10
  */
11
 
5
  Description: A family of shortcodes to enhance site functionality.
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
+ Version: 1.3
9
  License: GPLv2 or later
10
  */
11