File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ # v3.1.1
2
+ ## 03/12/2019
3
+
4
+ 1 . [ ] ( #bugfix )
5
+ * Reverted accidental change of default parser. Should be ` regular `
6
+
1
7
# v3.1.0
2
8
## 02/28/2019
3
9
84
90
85
91
1 . [ ] ( #new )
86
92
* Added ** new** ` columns ` shortcode for CSS columns support
87
-
93
+
88
94
# v2.4.0
89
95
## 01/17/2017
90
96
106
112
1 . [ ] ( #improved )
107
113
* renamed internal ` contentMeta ` variables to ` shortcodeMeta ` and ` shortcodeAssets `
108
114
* Update to latest Shortcode library
109
-
115
+
110
116
# v2.3.0
111
117
## 05/20/2016
112
118
130
136
131
137
1 . [ ] ( #new )
132
138
* Added ** new** ` notice ` shortcode
133
- 1 . [ ] ( #improved )
139
+ 1 . [ ] ( #improved )
134
140
* Updated to latest Shortcode library version
135
141
136
142
# v2.0.2
146
152
* Support ** modular** pages by populating Twig variables in ` onTwigPageVariables() ` event #8
147
153
1 . [ ] ( #bugfix )
148
154
* Better more flexible regex in the Markdown ** block** definition for more reliable markdown in shortcodes. #3
149
-
155
+
150
156
# v2.0.0
151
157
## 02/11/2016
152
158
156
162
* Added new ` ShortcodeManager::reset() ` methods
157
163
1 . [ ] ( #improved )
158
164
* Completely refactored the plugin to use a new extensible mechanism that makes it easier to manage multiple shortcodes
159
-
165
+
160
166
# v1.4.0
161
167
## 02/03/2016
162
168
Original file line number Diff line number Diff line change 1
1
name : Shortcode Core
2
- version : 3.1.0
2
+ version : 3.1.1
3
3
description : " This plugin provides the core functionality for shortcode plugins"
4
4
icon : code
5
5
author :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ enabled: true
2
2
active : true
3
3
active_admin : true
4
4
admin_pages_only : true
5
- parser : wordpress
5
+ parser : regular
6
6
custom_shortcodes :
7
7
fontawesome :
8
8
load : true
You can’t perform that action at this time.
0 commit comments