We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba168f commit e57e5ceCopy full SHA for e57e5ce
README.md
@@ -19,6 +19,10 @@ Then you have to rename the `bea-plugin-boilerplate.php` to `my-plugin.php` and
19
20
## Changelog ##
21
22
+### 2.1.8
23
+* August 2018
24
+* Fix misuse of singleton in shortcode factory
25
+
26
### 2.1.7
27
* 14 June 2017
28
* Fix wrong use of get_object_term_cache() and php Exception
bea-plugin-boilerplate.php
@@ -2,7 +2,7 @@
2
/*
3
Plugin Name: BEA Plugin Name
4
Version: 1.0.0
5
-Version Boilerplate: 2.1.6
+Version Boilerplate: 2.1.8
6
Plugin URI: https://beapi.fr
7
Description: Your plugin description
8
Author: Be API Technical team
0 commit comments