Skip to content

Commit 858c8d7

Browse files
author
Skrol29
committed
TBS 3.13.2
1 parent 628e182 commit 858c8d7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The 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

tbs_class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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 {
655655
public $ExtendedMethods = array();
656656
public $ErrCount = 0;
657657
// Undocumented (can change at any version)
658-
public $Version = '3.13.1';
658+
public $Version = '3.13.2';
659659
public $Charset = '';
660660
public $TurboBlock = true;
661661
public $VarPrefix = '';

0 commit comments

Comments
 (0)