Skip to content

Commit 943b8ec

Browse files
committed
Merge branch 'release/3.1.1'
2 parents 28b15e8 + e5f1ecc commit 943b8ec

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v3.1.1
2+
## 03/12/2019
3+
4+
1. [](#bugfix)
5+
* Reverted accidental change of default parser. Should be `regular`
6+
17
# v3.1.0
28
## 02/28/2019
39

@@ -84,7 +90,7 @@
8490

8591
1. [](#new)
8692
* Added **new** `columns` shortcode for CSS columns support
87-
93+
8894
# v2.4.0
8995
## 01/17/2017
9096

@@ -106,7 +112,7 @@
106112
1. [](#improved)
107113
* renamed internal `contentMeta` variables to `shortcodeMeta` and `shortcodeAssets`
108114
* Update to latest Shortcode library
109-
115+
110116
# v2.3.0
111117
## 05/20/2016
112118

@@ -130,7 +136,7 @@
130136

131137
1. [](#new)
132138
* Added **new** `notice` shortcode
133-
1. [](#improved)
139+
1. [](#improved)
134140
* Updated to latest Shortcode library version
135141

136142
# v2.0.2
@@ -146,7 +152,7 @@
146152
* Support **modular** pages by populating Twig variables in `onTwigPageVariables()` event #8
147153
1. [](#bugfix)
148154
* Better more flexible regex in the Markdown **block** definition for more reliable markdown in shortcodes. #3
149-
155+
150156
# v2.0.0
151157
## 02/11/2016
152158

@@ -156,7 +162,7 @@
156162
* Added new `ShortcodeManager::reset()` methods
157163
1. [](#improved)
158164
* Completely refactored the plugin to use a new extensible mechanism that makes it easier to manage multiple shortcodes
159-
165+
160166
# v1.4.0
161167
## 02/03/2016
162168

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Shortcode Core
2-
version: 3.1.0
2+
version: 3.1.1
33
description: "This plugin provides the core functionality for shortcode plugins"
44
icon: code
55
author:

shortcode-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enabled: true
22
active: true
33
active_admin: true
44
admin_pages_only: true
5-
parser: wordpress
5+
parser: regular
66
custom_shortcodes:
77
fontawesome:
88
load: true

0 commit comments

Comments
 (0)