SoundCloud Shortcode - Version 3.0.1

Version Description

  • Minor copy updates in readme.txt
Download this release

Release Info

Developer por_
Plugin Icon wp plugin SoundCloud Shortcode
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

Files changed (2) hide show
  1. readme.txt +9 -5
  2. soundcloud-shortcode.php +1 -1
readme.txt CHANGED
@@ -15,12 +15,13 @@ A simple example:
15
 
16
  `[soundcloud]http://soundcloud.com/forss/flickermood[/soundcloud]`
17
 
18
- == Options ==
19
 
20
  SoundCloud Shortcodes support these optional parameters:
21
- - `width`
22
- - `height`
23
- - `params`
 
24
 
25
  The `params` parameter passes additional options to the SoundCloud embeddable player. You can find a full list on the SoundCloud Developers pages: http://developers.soundcloud.com/docs/widget
26
 
@@ -30,11 +31,14 @@ An example of a track that starts playing automatically and won’t show any com
30
 
31
  == Installation ==
32
 
33
- 1. Upload `plugin_name` to your plug-in directory or install it from the Wordpress Plug-in Repository
34
  2. Activate the plugin through the 'Plugins' menu in WordPress
35
 
36
  == Changelog ==
37
 
 
 
 
38
  = 3.0.0 =
39
  * Make visual player the default player (option to disable in settings)
40
 
15
 
16
  `[soundcloud]http://soundcloud.com/forss/flickermood[/soundcloud]`
17
 
18
+ **More Options**
19
 
20
  SoundCloud Shortcodes support these optional parameters:
21
+
22
+ * `width`
23
+ * `height`
24
+ * `params`
25
 
26
  The `params` parameter passes additional options to the SoundCloud embeddable player. You can find a full list on the SoundCloud Developers pages: http://developers.soundcloud.com/docs/widget
27
 
31
 
32
  == Installation ==
33
 
34
+ 1. Upload `soundcloud-shortcode` to your plug-in directory or install it from the Wordpress Plug-in Repository
35
  2. Activate the plugin through the 'Plugins' menu in WordPress
36
 
37
  == Changelog ==
38
 
39
+ = 3.0.1 =
40
+ * Minor copy updates in readme.txt
41
+
42
  = 3.0.0 =
43
  * Make visual player the default player (option to disable in settings)
44
 
soundcloud-shortcode.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SoundCloud Shortcode
4
  Plugin URI: http://wordpress.org/extend/plugins/soundcloud-shortcode/
5
  Description: Converts SoundCloud WordPress shortcodes to a SoundCloud widget. Example: [soundcloud]http://soundcloud.com/forss/flickermood[/soundcloud]
6
- Version: 3.0.0
7
  Author: SoundCloud Inc.
8
  Author URI: http://soundcloud.com
9
  License: GPLv2
3
  Plugin Name: SoundCloud Shortcode
4
  Plugin URI: http://wordpress.org/extend/plugins/soundcloud-shortcode/
5
  Description: Converts SoundCloud WordPress shortcodes to a SoundCloud widget. Example: [soundcloud]http://soundcloud.com/forss/flickermood[/soundcloud]
6
+ Version: 3.0.1
7
  Author: SoundCloud Inc.
8
  Author URI: http://soundcloud.com
9
  License: GPLv2