Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- README.md +3 -2
- readme.txt +1 -1
- wc-shortcodes.php +2 -2
README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
**Tags:** shortcode, shortcodes
|
6 |
**Requires at least:** 3.7
|
7 |
**Tested up to:** 3.7.1
|
8 |
-
**Stable tag:** trunk
|
9 |
**License:** GPLv2 or later
|
10 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -44,6 +44,7 @@ Use the shortcode manager in the TinyMCE text editor
|
|
44 |
|
45 |
## Changelog ##
|
46 |
|
47 |
-
### Version
|
48 |
|
49 |
* Plugin released. Everything is new!
|
|
5 |
**Tags:** shortcode, shortcodes
|
6 |
**Requires at least:** 3.7
|
7 |
**Tested up to:** 3.7.1
|
8 |
+
**Stable tag:** trunk
|
9 |
**License:** GPLv2 or later
|
10 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
44 |
|
45 |
## Changelog ##
|
46 |
|
47 |
+
### Version 1.1
|
48 |
|
49 |
* Plugin released. Everything is new!
|
50 |
+
|
readme.txt
CHANGED
@@ -44,6 +44,6 @@ Use the shortcode manager in the TinyMCE text editor
|
|
44 |
|
45 |
== Changelog ==
|
46 |
|
47 |
-
### Version
|
48 |
|
49 |
* Plugin released. Everything is new!
|
44 |
|
45 |
== Changelog ==
|
46 |
|
47 |
+
### Version 1.1
|
48 |
|
49 |
* Plugin released. Everything is new!
|
wc-shortcodes.php
CHANGED
@@ -5,11 +5,11 @@ 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.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
-
define( 'WC_SHORTCODES_VERSION', '1.
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
15 |
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
+
Version: 1.1
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
+
define( 'WC_SHORTCODES_VERSION', '1.1' );
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
15 |
|