Skip to content

Commit

Permalink
Merge pull request #1975 from Leantime/markDownSupport
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
marcelfolaron committed Oct 11, 2023
2 parents 0baa9a6 + e940752 commit 676326b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/Core/AppSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
class AppSettings
{
public string $appVersion = "2.4";
public string $appVersion = "2.4.1";

public string $dbVersion = "2.1.22";

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leantime/leantime",
"description": "Open source project management system",
"version": "2.4",
"version": "2.4.1",
"type": "project",
"config": {
"platform-check": false,
Expand Down
8 changes: 0 additions & 8 deletions logs/error.log
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
[11-Oct-2023 13:15:22 America/Los_Angeles] cron start
[11-Oct-2023 13:15:22 America/Los_Angeles] cron end
[11-Oct-2023 13:16:34 America/Los_Angeles] cron start
[11-Oct-2023 13:16:34 America/Los_Angeles] cron end
[11-Oct-2023 13:20:22 America/Los_Angeles] cron start
[11-Oct-2023 13:20:22 America/Los_Angeles] cron end
[11-Oct-2023 13:21:33 America/Los_Angeles] cron start
[11-Oct-2023 13:21:33 America/Los_Angeles] cron end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leantime",
"version": "2.4",
"version": "2.4.1",
"description": "Open source innovation management system",
"dependencies": {
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",
Expand Down
3 changes: 3 additions & 0 deletions public/assets/css/components/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,7 @@ table td{
padding: 8px 5px 8px 20px;
}

.ticketTable .ticketModal {
font-weight:bold;
}

0 comments on commit 676326b

Please sign in to comment.