Skip to content

Commit f5a0e1b

Browse files
updated docs.
1 parent 746df46 commit f5a0e1b

File tree

5 files changed

+32
-14
lines changed

5 files changed

+32
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ChangeLog
22
## 1.28.0
3-
- Implemented to add a same-site value to cookie.
3+
- Implemented to add a SameSite attribute to cookie.
44
- Modified to add a max-age value to cookie.
55
- Fix a bug of listing available controllers.
6-
- Fix a bug of showing a port number when specified.
6+
- Fix a bug of showing a port number by -l option.
77
- Fix a bug of content type in renderText() function.
88

99
## 1.27.0

docs/en/download/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TreeFrog Installer for Qt 5 has been released. If installing it, the development
1313

1414
| Version | File |
1515
|-------------------------------------|--------------------------------------|
16-
| 1.27.0 for Visual Studio 2017 (Qt 5.12 or 5.13)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.27.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.27.0/treefrog-1.27.0-msvc2017_64-setup.exe) |
16+
| 1.28.0 for Visual Studio 2017 (Qt 5.13 or 5.14)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.28.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.28.0/treefrog-1.28.0-msvc2017_64-setup.exe) |
1717

1818
</div>
1919

@@ -26,7 +26,7 @@ The source code packages of TreeFrog Framework are available.
2626

2727
| Source | File |
2828
|----------------|----------------------------------|
29-
| version 1.27.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.27.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.27.0.tar.gz) |
29+
| version 1.28.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.28.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.28.0.tar.gz) |
3030

3131
</div>
3232

docs/en/index.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,31 @@ Try TreeFrog Framework which combines high productivity and high speed operation
3737

3838
## <i class="fa fa-bell" aria-hidden="true"></i> News
3939

40+
Feb. 11, 2020
41+
42+
### TreeFrog Framework version 1.28.0 (stable) release <span style="color: red;">New!</span>
43+
44+
- Implemented to add a SameSite attribute to cookie.
45+
- Modified to add a max-age value to cookie.
46+
- Fix a bug of listing available controllers.
47+
- Fix a bug of showing a port number by -l option.
48+
- Fix a bug of content type in renderText() function.
49+
50+
[<i class="fas fa-download"></i> Download this version](/en/download/)
51+
4052
Dec. 5, 2019
4153

42-
### TreeFrog Framework version 1.27.0 (stable) release <span style="color: red;">New!</span>
54+
### TreeFrog Framework version 1.27.0 (stable) release
4355

4456
- Implemented OAuth2 client. [Experimental]
4557
- Supports for MongoDB version 3.2 and later.
4658
- Fix a bug that timer for TSqlDatabasePool stops. #279
4759
- Fix a bug not to set all databases to transaction state value.
4860
- Fix a bug of execution of diff in tspawn command.
4961

50-
[<i class="fas fa-download"></i> Download this version](/en/download/)
51-
5262
Oct. 19, 2019
5363

54-
### TreeFrog Framework version 1.26.0 (stable) release <span style="color: red;">New!</span>
64+
### TreeFrog Framework version 1.26.0 (stable) release
5565

5666
- Added cache modules by SQLite, MongoDB and Redis.
5767
- Updated LZ4 compression algorithm to 1.9.2.

docs/ja/download/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Qt5 向けのインストーラを提供しています。セットアップす
1313

1414
| バージョン | ファイル |
1515
|------------------------------------------------|---------------------------------------|
16-
| 1.27.0 for Visual Studio 2017 64bit (Qt5.12 or 5.13) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.27.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.27.0/treefrog-1.27.0-msvc2017_64-setup.exe) |
16+
| 1.28.0 for Visual Studio 2017 64bit (Qt5.13 or 5.14) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.28.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.28.0/treefrog-1.28.0-msvc2017_64-setup.exe) |
1717

1818
</div>
1919

@@ -29,7 +29,7 @@ Qt5 向けのインストーラを提供しています。セットアップす
2929

3030
| ソースパッケージ | ファイル |
3131
|-------------------|----------------------------------|
32-
| バージョン 1.27.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.27.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.27.0.tar.gz) |
32+
| バージョン 1.28.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.28.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.28.0.tar.gz) |
3333

3434
</div>
3535

docs/ja/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,25 @@ Webアプリの開発において、開発効率と動作速度はトレード
4040

4141
## <i class="fa fa-bell" aria-hidden="true"></i> お知らせ
4242

43-
### 2019/12/5 TreeFrog Framework バージョン1.27.0 (安定版)リリース <span style="color: red;">New!</span>
43+
### 2020/2/11 TreeFrog Framework バージョン1.28.0 (安定版)リリース <span style="color: red;">New!</span>
44+
45+
- CookieへSameSite属性を追加できるよう実装
46+
- MaxAge属性を設定するよう修正
47+
- 利用可能なコントローラの表示に関するバグを修正
48+
- -lオプションで表示した時のポート表示の不具合を修正
49+
- renderText()関数で設定されるコンテントタイプの不具合修正
50+
51+
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
52+
53+
### 2019/12/5 TreeFrog Framework バージョン1.27.0 (安定版)リリース
4454

4555
- OAuth2クライアントの実装 [実験的]
4656
- MongoDBバージョン3.2以降のサポート.
4757
- TSqlDatabasePoolのタイマーが停止する不具合修正 #279
4858
- トランザクション有効/無効の設定が反映されない不具合の修正
4959
- tspawnコマンドにおけるdiff実行の不具合修正
5060

51-
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
52-
53-
### 2019/10/19 TreeFrog Framework バージョン1.26.0 (安定版)リリース <span style="color: red;">New!</span>
61+
### 2019/10/19 TreeFrog Framework バージョン1.26.0 (安定版)リリース
5462

5563
- SQLite, MongoDB, Redis向けキャッシュモジュールを追加
5664
- LZ4圧縮アルゴリズムをv1.9.2に更新

0 commit comments

Comments
 (0)