WP Shortcode by MyThemeShop - Version 1.4.1

Version Description

  • Fixed embed video issue in half column
Download this release

Release Info

Developer MyThemeShop
Plugin Icon 128x128 WP Shortcode by MyThemeShop
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (3) hide show
  1. css/wp-shortcode.css +4 -1
  2. readme.txt +8 -5
  3. wp-shortcode.php +1 -1
css/wp-shortcode.css CHANGED
@@ -139,7 +139,10 @@ a.btn_white { color: #4F4F4F!important }
139
  }
140
  /*-[ Video Shortcode ]-------------------------*/
141
  .textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
142
- .youtube-video, .vimeo-video { margin: 10px 0 10px 0 }
 
 
 
143
  /*-[ Google Maps ]-----------------------------*/
144
  .googlemaps { margin: 5px 15px 10px 0 }
145
  /*-[ Columns ]---------------------------------*/
139
  }
140
  /*-[ Video Shortcode ]-------------------------*/
141
  .textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
142
+ .youtube-video, .vimeo-video {
143
+ margin: 10px 0 10px 0;
144
+ width: 100%;
145
+ }
146
  /*-[ Google Maps ]-----------------------------*/
147
  .googlemaps { margin: 5px 15px 10px 0 }
148
  /*-[ Columns ]---------------------------------*/
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
  === WP Shortcode by MyThemeShop ===
2
  Contributors: mythemeshop
3
  Creator's website link: http://mythemeshop.com/
4
- Tags: shortcodes, shortcode, shortcodes list, toggle shortcode, buttons, google map shortcode, youtube shortcode, viemo shortcode, alert shortcode, notification shortcode, column shortcodes
5
  Requires at least: 3.0.1
6
- Tested up to: 4.2
7
- Stable tag: 1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- WP Shortcode is a premium WP plugin for free, that provides easy to use over 24 shortocdes. You can easily add buttons, alerts, videos and more.
12
 
13
  == Description ==
14
 
@@ -16,7 +16,7 @@ Add sexy-buttons, spoiler warnings, column layouts and much more to WordPress. W
16
 
17
  Why use WP Shortcode plugin? Tired of using a theme with built-in shortcodes, switching themes and then losing all your awesome styles? WP Shortcode offers over 24 useful shortcodes, so you'll never lose anything when changing your theme. Now you can add buttons, highlights, boxes, toggles, tabs, pricing tables, among other awesomeness, and take them with you no matter what theme you decide to use.
18
 
19
- We at MyThemeShop realize there are already some free shortcode plugins out, but they either only include a very few amount of shortcodes, they are way too complex, not well-coded, not styled to our liking or they weren’t free. We wanted to create something that was 100% GPL so you can use it and abuse it on all of your websites and client projects – and of course that’s very easy to use and minimally styled, so it can fit most sites right out of the box or be easily customized.
20
 
21
  To see a full list of options available with this powerful plugin, try this page: <a href="http://demo.mythemeshop.com/spike/shortcodes-examples/">http://demo.mythemeshop.com/spike/shortcodes-examples/</a>
22
 
@@ -49,6 +49,9 @@ Please disable all plugins and check if shortcode plugin is working properly. Th
49
 
50
  == Changelog ==
51
 
 
 
 
52
  = 1.4 =
53
  * Complete revamp of notification and button shortcode design.
54
  * Removed unnecessary images.
1
  === WP Shortcode by MyThemeShop ===
2
  Contributors: mythemeshop
3
  Creator's website link: http://mythemeshop.com/
4
+ Tags: shortcodes, shortcode, shortcodes list, toggle shortcode, buttons, google map shortcode, youtube shortcode, vimeo shortcode, alert shortcode, notification shortcode, column shortcodes
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.3
7
+ Stable tag: 1.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ WP Shortcode is a premium WP plugin for free, that provides easy to use over 24 shortcodes. You can easily add buttons, alerts, videos and more.
12
 
13
  == Description ==
14
 
16
 
17
  Why use WP Shortcode plugin? Tired of using a theme with built-in shortcodes, switching themes and then losing all your awesome styles? WP Shortcode offers over 24 useful shortcodes, so you'll never lose anything when changing your theme. Now you can add buttons, highlights, boxes, toggles, tabs, pricing tables, among other awesomeness, and take them with you no matter what theme you decide to use.
18
 
19
+ We at MyThemeShop realise there are already some free shortcode plugins out, but they either only include a very few amount of shortcodes, they are way too complex, not well-coded, not styled to our liking or they weren’t free. We wanted to create something that was 100% GPL so you can use it and abuse it on all of your websites and client projects – and of course that’s very easy to use and minimally styled, so it can fit most sites right out of the box or be easily customized.
20
 
21
  To see a full list of options available with this powerful plugin, try this page: <a href="http://demo.mythemeshop.com/spike/shortcodes-examples/">http://demo.mythemeshop.com/spike/shortcodes-examples/</a>
22
 
49
 
50
  == Changelog ==
51
 
52
+ = 1.4.1 =
53
+ * Fixed embed video issue in half column
54
+
55
  = 1.4 =
56
  * Complete revamp of notification and button shortcode design.
57
  * Removed unnecessary images.
wp-shortcode.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Shortcode by MyThemeShop
4
  Plugin URI: http://mythemeshop.com/
5
  Description: With the vast array of shortcodes, you can quickly and easily build content for your posts and pages and turbocharge your blogging experience.
6
  Author: MyThemeShop
7
- Version: 1.4
8
  Author URI: http://mythemeshop.com/
9
  */
10
 
4
  Plugin URI: http://mythemeshop.com/
5
  Description: With the vast array of shortcodes, you can quickly and easily build content for your posts and pages and turbocharge your blogging experience.
6
  Author: MyThemeShop
7
+ Version: 1.4.1
8
  Author URI: http://mythemeshop.com/
9
  */
10