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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
7
+ ## [ 3.13.2] - 2022-02-23
8
+
9
+ ### Fixed
10
+
11
+ - Version
12
+
13
+
7
14
## [ 3.13.1] - 2022-02-13
8
15
9
16
### Enhancements
Original file line number Diff line number Diff line change 3
3
*
4
4
* TinyButStrong - Template Engine for Pro and Beginners
5
5
*
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
8
8
* @link http://www.tinybutstrong.com Web site
9
9
* @author http://www.tinybutstrong.com/onlyyou.html
10
10
* @license http://opensource.org/licenses/LGPL-3.0 LGPL-3.0
@@ -655,7 +655,7 @@ class clsTinyButStrong {
655
655
public $ ExtendedMethods = array ();
656
656
public $ ErrCount = 0 ;
657
657
// Undocumented (can change at any version)
658
- public $ Version = '3.13.1 ' ;
658
+ public $ Version = '3.13.2 ' ;
659
659
public $ Charset = '' ;
660
660
public $ TurboBlock = true ;
661
661
public $ VarPrefix = '' ;
You can’t perform that action at this time.
0 commit comments