Skip to content

Commit cdb6275

Browse files
committed
Bump version to 3.6.1 and update changelog
Updated version numbers to 3.6.1 in AppSettings, package.json, and related build artifacts. Added changelog entries for bug fixes including timer and database migration issues.
1 parent d895964 commit cdb6275

File tree

5 files changed

+35
-20
lines changed

5 files changed

+35
-20
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Version: 3.6.1
2+
3+
## Bug Fixes
4+
- **Timer Not Starting** - Fixed an issue where the stopwatch/timer feature stopped working after the 3.6.0 update (#3208)
5+
- **Database Migration Fix** - Added migration to fix entity relationship table issues that caused dashboard and ticket errors (#3221)
6+
7+
---
8+
9+
## All Changes
10+
11+
* [ca1c5c39f](https://github.com/Leantime/leantime/commit/ca1c5c39f): fix(db): Add migration to fix zp_entity_relationship table issues
12+
* [8222454c0](https://github.com/Leantime/leantime/commit/8222454c0): Fix timer not starting after v3.6.0 update (#3208)
13+
14+
---
15+
116
# Version: 3.6.0
217

318
## Highlights

app/Core/Configuration/AppSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
class AppSettings
99
{
10-
public string $appVersion = '3.6.0';
10+
public string $appVersion = '3.6.1';
1111

1212
public string $dbVersion = '3.4.12';
1313
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leantime",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Open source innovation management system",
55
"dependencies": {
66
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",

public/dist/mix-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"/js/compiled-htmx.3.6.0.min.js": "/js/compiled-htmx.3.6.0.min.js",
3-
"/js/compiled-htmx-extensions.3.6.0.min.js": "/js/compiled-htmx-extensions.3.6.0.min.js",
4-
"/js/compiled-lottieplayer.3.6.0.min.js": "/js/compiled-lottieplayer.3.6.0.min.js",
5-
"/css/main.3.6.0.min.css": "/css/main.3.6.0.min.css",
6-
"/css/editor.3.6.0.min.css": "/css/editor.3.6.0.min.css",
7-
"/css/app.3.6.0.min.css": "/css/app.3.6.0.min.css",
8-
"/js/compiled-footer.3.6.0.min.js": "/js/compiled-footer.3.6.0.min.js",
9-
"/js/compiled-app.3.6.0.min.js": "/js/compiled-app.3.6.0.min.js",
10-
"/js/compiled-frameworks.3.6.0.min.js": "/js/compiled-frameworks.3.6.0.min.js",
11-
"/js/compiled-framework-plugins.3.6.0.min.js": "/js/compiled-framework-plugins.3.6.0.min.js",
12-
"/js/compiled-global-component.3.6.0.min.js": "/js/compiled-global-component.3.6.0.min.js",
13-
"/js/compiled-calendar-component.3.6.0.min.js": "/js/compiled-calendar-component.3.6.0.min.js",
14-
"/js/compiled-table-component.3.6.0.min.js": "/js/compiled-table-component.3.6.0.min.js",
15-
"/js/compiled-editor-component.3.6.0.min.js": "/js/compiled-editor-component.3.6.0.min.js",
16-
"/js/compiled-gantt-component.3.6.0.min.js": "/js/compiled-gantt-component.3.6.0.min.js",
17-
"/js/compiled-chart-component.3.6.0.min.js": "/js/compiled-chart-component.3.6.0.min.js",
2+
"/js/compiled-htmx.3.6.1.min.js": "/js/compiled-htmx.3.6.1.min.js",
3+
"/js/compiled-htmx-extensions.3.6.1.min.js": "/js/compiled-htmx-extensions.3.6.1.min.js",
4+
"/js/compiled-lottieplayer.3.6.1.min.js": "/js/compiled-lottieplayer.3.6.1.min.js",
5+
"/css/main.3.6.1.min.css": "/css/main.3.6.1.min.css",
6+
"/css/editor.3.6.1.min.css": "/css/editor.3.6.1.min.css",
7+
"/css/app.3.6.1.min.css": "/css/app.3.6.1.min.css",
8+
"/js/compiled-footer.3.6.1.min.js": "/js/compiled-footer.3.6.1.min.js",
9+
"/js/compiled-app.3.6.1.min.js": "/js/compiled-app.3.6.1.min.js",
10+
"/js/compiled-frameworks.3.6.1.min.js": "/js/compiled-frameworks.3.6.1.min.js",
11+
"/js/compiled-framework-plugins.3.6.1.min.js": "/js/compiled-framework-plugins.3.6.1.min.js",
12+
"/js/compiled-global-component.3.6.1.min.js": "/js/compiled-global-component.3.6.1.min.js",
13+
"/js/compiled-calendar-component.3.6.1.min.js": "/js/compiled-calendar-component.3.6.1.min.js",
14+
"/js/compiled-table-component.3.6.1.min.js": "/js/compiled-table-component.3.6.1.min.js",
15+
"/js/compiled-editor-component.3.6.1.min.js": "/js/compiled-editor-component.3.6.1.min.js",
16+
"/js/compiled-gantt-component.3.6.1.min.js": "/js/compiled-gantt-component.3.6.1.min.js",
17+
"/js/compiled-chart-component.3.6.1.min.js": "/js/compiled-chart-component.3.6.1.min.js",
1818
"/images/03-1.png": "/images/03-1.png",
1919
"/images/32px.png": "/images/32px.png",
2020
"/images/40px.png": "/images/40px.png",

0 commit comments

Comments
 (0)