File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66
7+ ## [ 3.13.2] - 2022-02-23
8+
9+ ### Fixed
10+
11+ - Version
12+
13+
714## [ 3.13.1] - 2022-02-13
815
916### Enhancements
Original file line number Diff line number Diff line change 33 *
44 * TinyButStrong - Template Engine for Pro and Beginners
55 *
6- * @version 3.13.1 for PHP 5, 7, 8
7- * @date 2022-02-13
6+ * @version 3.13.2 for PHP 5, 7, 8
7+ * @date 2022-02-23
88 * @link http://www.tinybutstrong.com Web site
99 * @author http://www.tinybutstrong.com/onlyyou.html
1010 * @license http://opensource.org/licenses/LGPL-3.0 LGPL-3.0
@@ -655,7 +655,7 @@ class clsTinyButStrong {
655655public $ ExtendedMethods = array ();
656656public $ ErrCount = 0 ;
657657// Undocumented (can change at any version)
658- public $ Version = '3.13.1 ' ;
658+ public $ Version = '3.13.2 ' ;
659659public $ Charset = '' ;
660660public $ TurboBlock = true ;
661661public $ VarPrefix = '' ;
You can’t perform that action at this time.
0 commit comments