Version Description
Download this release
Release Info
| Developer | cbaldelomar |
| Plugin | |
| Version | 3.11 |
| Comparing to | |
| See all releases | |
Code changes from version 3.10 to 3.11
- README.md +4 -0
- public/class-vars.php +1 -1
- public/class-widget-options.php +2 -0
- readme.txt +4 -0
- wc-shortcodes.php +1 -1
README.md
CHANGED
|
@@ -106,6 +106,10 @@ Use the shortcode manager in the TinyMCE text editor
|
|
| 106 |
|
| 107 |
## Changelog ##
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
### Version 3.10 ###
|
| 110 |
|
| 111 |
* Fixed bug with testimonail sanitize function.
|
| 106 |
|
| 107 |
## Changelog ##
|
| 108 |
|
| 109 |
+
### Version 3.11 ###
|
| 110 |
+
|
| 111 |
+
* Fixed bug with sanitizing column values.
|
| 112 |
+
|
| 113 |
### Version 3.10 ###
|
| 114 |
|
| 115 |
* Fixed bug with testimonail sanitize function.
|
public/class-vars.php
CHANGED
|
@@ -8,7 +8,7 @@ class WPC_Shortcodes_Vars {
|
|
| 8 |
*
|
| 9 |
* @var string
|
| 10 |
*/
|
| 11 |
-
const VERSION = '3.
|
| 12 |
const DB_VERSION = '1.0';
|
| 13 |
|
| 14 |
/**
|
| 8 |
*
|
| 9 |
* @var string
|
| 10 |
*/
|
| 11 |
+
const VERSION = '3.11';
|
| 12 |
const DB_VERSION = '1.0';
|
| 13 |
|
| 14 |
/**
|
public/class-widget-options.php
CHANGED
|
@@ -121,7 +121,9 @@ class WPC_Shortcodes_Widget_Options {
|
|
| 121 |
return array(
|
| 122 |
'one-half' => 'One Half',
|
| 123 |
'one-third' => 'One Third',
|
|
|
|
| 124 |
'one-fourth' => 'One Fourth',
|
|
|
|
| 125 |
);
|
| 126 |
}
|
| 127 |
|
| 121 |
return array(
|
| 122 |
'one-half' => 'One Half',
|
| 123 |
'one-third' => 'One Third',
|
| 124 |
+
'two-third' => 'One Third',
|
| 125 |
'one-fourth' => 'One Fourth',
|
| 126 |
+
'three-fourth' => 'One Fourth',
|
| 127 |
);
|
| 128 |
}
|
| 129 |
|
readme.txt
CHANGED
|
@@ -128,6 +128,10 @@ Use the shortcode manager in the TinyMCE text editor
|
|
| 128 |
|
| 129 |
== Changelog ==
|
| 130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
= Version 3.10 =
|
| 132 |
|
| 133 |
* Fixed bug with testimonail sanitize function.
|
| 128 |
|
| 129 |
== Changelog ==
|
| 130 |
|
| 131 |
+
= Version 3.11 =
|
| 132 |
+
|
| 133 |
+
* Fixed bug with sanitizing column values.
|
| 134 |
+
|
| 135 |
= Version 3.10 =
|
| 136 |
|
| 137 |
* Fixed bug with testimonail sanitize function.
|
wc-shortcodes.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: http://angiemakes.com/feminine-wordpress-blog-themes-women/
|
|
| 5 |
Description: A plugin that adds a useful family of shortcodes to your WordPress theme.
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://angiemakes.com/
|
| 8 |
-
Version: 3.
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
| 5 |
Description: A plugin that adds a useful family of shortcodes to your WordPress theme.
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://angiemakes.com/
|
| 8 |
+
Version: 3.11
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
