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 11# ChangeLog
2+ ## 1.28.0
3+ - Implemented to add a same-site value to cookie.
4+ - Modified to add a max-age value to cookie.
5+ - Fix a bug of listing available controllers.
6+ - Fix a bug of showing a port number when specified.
7+ - Fix a bug of content type in renderText() function.
8+
29## 1.27.0
310 - Implemented OAuth2 client. [ Experimental]
411 - Supports for MongoDB version 3.2 and later.
Original file line number Diff line number Diff line change 11#ifndef TGLOBAL_H
22#define TGLOBAL_H
33
4- constexpr auto TF_VERSION_STR = " 1.27 .0" ;
5- constexpr auto TF_VERSION_NUMBER = 0x012700 ;
6- constexpr auto TF_SRC_REVISION = 2123 ;
4+ constexpr auto TF_VERSION_STR = " 1.28 .0" ;
5+ constexpr auto TF_VERSION_NUMBER = 0x012800 ;
6+ constexpr auto TF_SRC_REVISION = 2164 ;
77
88#include < QtGlobal>
99#include < QMetaType>
You can’t perform that action at this time.
0 commit comments