Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 3.31 |
Comparing to | |
See all releases |
Code changes from version 3.30 to 3.31
- README.md +1 -1
- includes/vendors/wpc-settings-framework/class-wpc-settings-framework.php +1 -1
- public/class-vars.php +1 -1
- readme.txt +1 -1
- wc-shortcodes.php +1 -1
README.md
CHANGED
@@ -106,7 +106,7 @@ See our help article on [how to manually upload a plugin](http://knowledgebase.a
|
|
106 |
|
107 |
## Changelog ##
|
108 |
|
109 |
-
### Version 3.
|
110 |
|
111 |
* fixed bug with accordion not closing
|
112 |
* Added reset button
|
106 |
|
107 |
## Changelog ##
|
108 |
|
109 |
+
### Version 3.31 ###
|
110 |
|
111 |
* fixed bug with accordion not closing
|
112 |
* Added reset button
|
includes/vendors/wpc-settings-framework/class-wpc-settings-framework.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*/
|
18 |
class WC_Shortcodes_Settings_Framework {
|
19 |
|
20 |
-
protected $version = '1.0.
|
21 |
|
22 |
/**
|
23 |
* Instance of this class.
|
17 |
*/
|
18 |
class WC_Shortcodes_Settings_Framework {
|
19 |
|
20 |
+
protected $version = '1.0.6';
|
21 |
|
22 |
/**
|
23 |
* Instance of this class.
|
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.31';
|
12 |
const DB_VERSION = '1.0';
|
13 |
|
14 |
/**
|
readme.txt
CHANGED
@@ -113,7 +113,7 @@ See our help article on [how to manually upload a plugin](http://knowledgebase.a
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
-
= Version 3.
|
117 |
|
118 |
* fixed bug with accordion not closing
|
119 |
* Added reset button
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= Version 3.31 =
|
117 |
|
118 |
* fixed bug with accordion not closing
|
119 |
* Added reset button
|
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.31
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|