Skip to content

Commit 2997e43

Browse files
committed
Release 2.16.0
1 parent 4800c95 commit 2997e43

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/erxes/erxes/compare/2.15.8...2.16.0) (2025-08-03)
4+
5+
### Features
6+
7+
* enhance logging capabilities with new schemas ([df822a3](https://github.com/erxes/erxes/commit/df822a3f3b17a2da6a2cc1c0024ee5696a10ed04))
8+
* **tickets:** Add ability to hide relations & fix ui branch ([9359000](https://github.com/erxes/erxes/commit/9359000f7b6a8a4e10df720d2e8d926f3a20eb99))
9+
10+
### Bug Fixes
11+
12+
* **pms:** edit aftermutations ([6894e40](https://github.com/erxes/erxes/commit/6894e409be5c440d465b8910692f7034d7ac3c9b))
13+
* **pms:** filter pms rooms ([2d9028c](https://github.com/erxes/erxes/commit/2d9028c35d6bf8131c3a1fe86fbc21e189a259be))
14+
* release.yaml ([c2e00ea](https://github.com/erxes/erxes/commit/c2e00ea41672040d2d899a3718581a60fe3034d0))
15+
* **tms:** cronjobs ([15e585c](https://github.com/erxes/erxes/commit/15e585cfa22f8db9bf30b1f71109f605b264420e))
16+
* **tms:** date_status field ([559a623](https://github.com/erxes/erxes/commit/559a623540293004ce8621334bdd759eb9a21b7e))
17+
* **tms:** filter remove time ([4996959](https://github.com/erxes/erxes/commit/4996959d63ac35f8ef39c66b9c9e6250f4d1b48c))
18+
* **tms:** order query ([96d5179](https://github.com/erxes/erxes/commit/96d5179f745f12892216ca9c9f43eae06b40fb26))
19+
* **tms:** orderadd by systemuser ([0880aa3](https://github.com/erxes/erxes/commit/0880aa3cbd11ab8b138403c510efe604e2e2f053))
20+
* **tms:** query tours ([3391248](https://github.com/erxes/erxes/commit/3391248bf8f1cd034083dc748f48128a822f2560))
21+
* **tms:** spelling error ([33212a3](https://github.com/erxes/erxes/commit/33212a3d856e8dfa0fdabb7b76066aec7394bf08))
22+
* **tms:** tourgroup ([65da785](https://github.com/erxes/erxes/commit/65da7858e16898d4fcbf43f2f6ce05063ab6e99d))
23+
* **tms:** update itinerary ([1525689](https://github.com/erxes/erxes/commit/15256898f1cc33625ea644bf129fc00934c76ae2))
24+
325
## [2.15.8](https://github.com/erxes/erxes/compare/2.15.7...2.15.8) (2025-07-31)
426

527
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "erxes",
33
"private": true,
4-
"version": "2.15.8",
4+
"version": "2.16.0",
55
"workspaces": [
66
"packages/*",
77
"scripts"

0 commit comments

Comments
 (0)