1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

Flextype 0.2.0

This commit is contained in:
Awilum
2018-03-23 02:19:32 +03:00
parent f0f3c7f56b
commit e4c947fcc1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Flextype 0.2.0, 2018-03-XX
# Flextype 0.2.0, 2018-03-23
* Thunderer Shortcode Framework - added
* Cache Flextype::VERSION for cache key - added
* flextype/boot/shortcodes.php - removed

View File

@@ -58,7 +58,7 @@ class Flextype
*
* @var string
*/
const VERSION = '0.1.0';
const VERSION = '0.2.0';
/**
* Constructor.