Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 3.12 |
Comparing to | |
See all releases |
Code changes from version 3.11 to 3.12
- README.md +5 -3
- public/class-vars.php +1 -1
- readme.txt +9 -22
- wc-shortcodes.php +1 -1
README.md
CHANGED
@@ -100,12 +100,14 @@ See our help article on [how to manually upload a plugin](http://knowledgebase.a
|
|
100 |
|
101 |
## Frequently Asked Questions ##
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
Use the shortcode manager in the TinyMCE text editor
|
106 |
|
107 |
## Changelog ##
|
108 |
|
|
|
|
|
|
|
|
|
109 |
### Version 3.11 ###
|
110 |
|
111 |
* Fixed bug with sanitizing column values.
|
100 |
|
101 |
## Frequently Asked Questions ##
|
102 |
|
103 |
+
[How do I use the shortcode manager?](http://knowledgebase.angiemakes.com/how-to-use-visual-manager-for-shortcodes/?cat=24)
|
|
|
|
|
104 |
|
105 |
## Changelog ##
|
106 |
|
107 |
+
### Version 3.12 ###
|
108 |
+
|
109 |
+
* Updated readme file
|
110 |
+
|
111 |
### Version 3.11 ###
|
112 |
|
113 |
* Fixed bug with sanitizing column values.
|
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.12';
|
12 |
const DB_VERSION = '1.0';
|
13 |
|
14 |
/**
|
readme.txt
CHANGED
@@ -100,34 +100,21 @@ See our help article on [how to manually upload a plugin](http://knowledgebase.a
|
|
100 |
|
101 |
== Frequently Asked Questions ==
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
Use the shortcode manager in the TinyMCE text editor
|
106 |
|
107 |
== Screenshots ==
|
108 |
|
109 |
-
1.
|
110 |
-
2.
|
111 |
-
3.
|
112 |
-
4.
|
113 |
-
5. Buttons
|
114 |
-
6. Full Width
|
115 |
-
7. Notifications
|
116 |
-
8. Google Maps
|
117 |
-
9. Social Icons
|
118 |
-
10. Progress Bars
|
119 |
-
11. Pricing
|
120 |
-
12. Highlights
|
121 |
-
13. Countdown
|
122 |
-
14. RSVP
|
123 |
-
15. Custom HTML
|
124 |
-
16. Code Snippets
|
125 |
-
17. Isotope / Masonry Posts
|
126 |
-
18. Images with Flags
|
127 |
-
19. Font Awesome Icons
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
|
|
131 |
= Version 3.11 =
|
132 |
|
133 |
* Fixed bug with sanitizing column values.
|
100 |
|
101 |
== Frequently Asked Questions ==
|
102 |
|
103 |
+
[How do I use the shortcode manager?](http://knowledgebase.angiemakes.com/how-to-use-visual-manager-for-shortcodes/?cat=24)
|
|
|
|
|
104 |
|
105 |
== Screenshots ==
|
106 |
|
107 |
+
1. How To Use
|
108 |
+
2. Visual Manager
|
109 |
+
3. Editing Shortcode
|
110 |
+
4. Displaying Shortcodes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
== Changelog ==
|
113 |
|
114 |
+
= Version 3.12 =
|
115 |
+
|
116 |
+
* Updated readme file
|
117 |
+
|
118 |
= Version 3.11 =
|
119 |
|
120 |
* Fixed bug with sanitizing column values.
|
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.12
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|