Skip to content

Commit a6b2122

Browse files
updated docs.
1 parent 80348a7 commit a6b2122

File tree

5 files changed

+28
-11
lines changed

5 files changed

+28
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ChangeLog
22

33
## 2.9.0
4-
- Fix a bug of access log about status-code.
4+
- Fix a bug in the access log output regarding status codes.
55
- Modified to set NULL into DB when the value is QString() in TSqlObject.
66
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
77
- Updated mongoc driver to v1.26.2.

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 6 has been released. If installing it, the development
1313

1414
| Version | File |
1515
|-------------------------------------|--------------------------------------|
16-
| 2.8.0 for Visual Studio 2019 (Qt 6.6 or 6.5)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.8.0-2-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.8.0-2/treefrog-2.8.0-2-msvc_64-setup.exe) |
16+
| 2.9.0 for Visual Studio 2019 (Qt 6.6 or 6.5)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.9.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.9.0/treefrog-2.9.0-msvc_64-setup.exe) |
1717

1818
</div>
1919

@@ -25,7 +25,7 @@ The source code packages of TreeFrog Framework are available.
2525

2626
| Source | File |
2727
|----------------|----------------------------------|
28-
| version 2.8.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.8.0-2.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.8.0-2.tar.gz) |
28+
| version 2.9.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.9.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.9.0.tar.gz) |
2929

3030
</div>
3131

docs/en/index.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,23 @@ 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+
Jun. 16, 2024
41+
### TreeFrog Framework version 2.9.0 (stable) release <span style="color: red;">New!</span>
42+
43+
- Fix a bug in the access log output regarding status codes.
44+
- Modified to set NULL into DB when the value is QString() in TSqlObject.
45+
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
46+
- Updated mongoc driver to v1.26.2.
47+
- Updated glog to v0.7.0.
48+
49+
[<i class="fas fa-download"></i> Download this version](/en/download/)
50+
4051
Dec. 10, 2023
41-
### TreeFrog Framework version 2.8.0 (stable) release <span style="color: red;">New!</span>
52+
### TreeFrog Framework version 2.8.0 (stable) release
4253

4354
- Support prepared statements for PostgreSQL and MySQL.
4455
- Fix compilation error on Emscripten.
4556

46-
[<i class="fas fa-download"></i> Download this version](/en/download/)
47-
4857
Mar. 26, 2023
4958
### TreeFrog Framework version 2.7.1 (stable) release
5059

docs/ja/download/index.md

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

1414
| バージョン | ファイル |
1515
|------------------------------------------------|---------------------------------------|
16-
| 2.8.0 for Visual Studio 2019 64bit (Qt6.6 or 6.5) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.8.0-2-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.8.0-2/treefrog-2.8.0-2-msvc_64-setup.exe) |
16+
| 2.9.0 for Visual Studio 2019 64bit (Qt6.6 or 6.5) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.9.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.9.0/treefrog-2.9.0-msvc_64-setup.exe) |
1717

1818
</div>
1919

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

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

3434
</div>
3535

docs/ja/index.md

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

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

43-
### 2023/12/10 TreeFrog Framework バージョン2.8.0 (安定版)リリース <span style="color: red;">New!</span>
43+
### 2024/6/15 TreeFrog Framework バージョン2.9.0 (安定版)リリース <span style="color: red;">New!</span>
4444

45-
- PostgreSQL と MySQL のプリペアドステートメントを対応
46-
- Emscripten でのコンパイルエラーを解消
45+
- ステータスコードに関するアクセスログ出力の不具合修正
46+
- TSqlObjectで値がQString()である場合にNULLを設定するように修正
47+
- TAbstractModel::setProperties(const QJsonObject &properties) 関数を追加
48+
- Mongoc driver を v1.26.2 に更新
49+
- glog を v0.7.0 に更新
4750

4851
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
4952

53+
### 2023/12/10 TreeFrog Framework バージョン2.8.0 (安定版)リリース
54+
55+
- PostgreSQL と MySQL のプリペアドステートメントを対応
56+
- Emscripten でのコンパイルエラーを解消
57+
5058
### 2023/3/26 TreeFrog Framework バージョン2.7.1 (安定版)リリース
5159

5260
- 共有メモリKVSをオープンする際の不具合修正

0 commit comments

Comments
 (0)