Merge branch 'v4.x' into next

This commit is contained in:
Andras Bacsai
2025-07-18 20:51:06 +02:00
2 changed files with 13 additions and 2 deletions

View File

@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
## [unreleased] ## [unreleased]
### 📚 Documentation
- Update changelog
### ⚙️ Miscellaneous Tasks
- *(bump)* Update composer deps
- *(version)* Bump Coolify version to 4.0.0-beta.420.6
## [4.0.0-beta.420.5] - 2025-07-08
### 🚀 Features ### 🚀 Features
- *(scheduling)* Add command to manually run scheduled database backups and tasks with options for chunking, delays, and dry runs - *(scheduling)* Add command to manually run scheduled database backups and tasks with options for chunking, delays, and dry runs

View File

@@ -19,7 +19,7 @@
"laravel/framework": "^12.20.0", "laravel/framework": "^12.20.0",
"laravel/horizon": "^5.33.1", "laravel/horizon": "^5.33.1",
"laravel/pail": "^1.2.3", "laravel/pail": "^1.2.3",
"laravel/prompts": "^0.3.6", "laravel/prompts": "^0.3.6|^0.3.6|^0.3.6",
"laravel/sanctum": "^4.1.2", "laravel/sanctum": "^4.1.2",
"laravel/socialite": "^5.21.0", "laravel/socialite": "^5.21.0",
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",
@@ -127,4 +127,4 @@
"@php artisan key:generate --ansi" "@php artisan key:generate --ansi"
] ]
} }
} }