D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
local
/
psa
/
admin
/
share
/
modules
/
laravel
/
Filename :
CHANGES.md
back
Copy
# 1.5.1 (15 April 2025) * [*] Updated cronjob command after domain rename (EXTPLESK-8903). # 1.5.0 (10 March 2025) * [*] Internal improvements. # 1.4.11 (19 April 2024) * [*] On Plesk for Windows servers, enabling the extension for a website no longer makes the website sometimes show the HTTP 500 error due to an incorrect URL rewrite rule. (EXTPLESK-5449) # 1.4.10 (26 March 2024) * [*] Internal improvements. # 1.4.9 (19 October 2023) * [*] Internal improvements. # 1.4.8 (17 October 2023) * [*] Internal improvements. # 1.4.7 (20 July 2023) * [*] Avoided crash when .env.example file does not exist (EXTPLESK-4879). * [*] Internal improvements. # 1.4.6 (8 June 2023) * [*] Internal improvements. # 1.4.5 (19 April 2023) * [-] The Laravel toolkit button is once again shown on the domain card if Laravel was activated via the corresponding option in the "Install Application" drawer or Laravel application was found on the domain. # 1.4.4 (21 February 2023) * [-] Update custom buttons # 1.4.3 (3 February 2023) * [-] Prevented error messages when plesk-ext-laravel is not installed. # 1.4.2 (21 December 2022) * [*] Added the ability to run a queue worker on the "Dashboard" tab in the extension interface. # 1.4.1 (9 December 2022) * [*] Internal improvements. * [-] Avoided PHP error 'Attempt to read property "scheduleTaskId" on null' (PPP-59056). * [-] Avoided "Failed to disable scheduled tasks" error on restore from backup (PPP-59221) * [-] Avoided "Domain does not have PHP support" error on restore from backup (PPP-59223). # 1.4.0 (10 November 2022) * [+] Added "Access to Laravel Toolkit" service plan permission (EXTPLESK-3976). # 1.3.1 (12 August 2022) * [-] Fixed conflict in domain names when renaming (PPP-57840). * [-] Fixed ascii background on command line (EXTPLESK-3923). # 1.3.0 (11 August 2022) * [+] Added the ability to turn maintenance mode off (`php artisan down`) and on (`php artisan up`) on the "Dashboard" tab in the extension interface. * [+] Added the ability to automatically turn maintenance mode on and off for the duration of the application deployment. * [+] Added the ability to manage deployment steps of the application on the "Deployment" tab in the extension interface. * [+] Added the ability to switch between the automatic and manual deployment modes of the application on the "Dashboard" tab in the extension interface. If you select the automatic deployment mode, the application will be automatically deployed after a push to the repository (if the repository is local) or a webhook call (if the repository is remote). If you select the manual deployment mode, the application will be deployed when you click the **Deploy** button in the Laravel Toolkit or the Git extension interface. * [+] A single webhook is now used for the Git and Laravel Toolkit extensions. # 1.2.3 (11 July 2022) * [-] Fixed the backup error when there is no Node.js configuration on the domain. (EXTPLESK-3733) # 1.2.2 (5 July 2022) * [-] No longer causes backup to show warnings for domains without Laravel (EXTPLESK-3725). # 1.2.1 (4 July 2022) * [*] Frontend improvements. # 1.2.0 (1 July 2022) * [+] Instead of adding scheduled tasks like `artisan schedule:run` into the domain's crontab, you can now use the **Scheduled Tasks** feature in Laravel Toolkit (only available in Plesk Obsidian 18.0.45 and later). * [+] As long as the **Scheduled Tasks** switch is on, a tab with the same name will show all scheduled tasks Laravel has registered. * [+] You can now call npm/yarn commands from the "Node.js" tab in the Laravel Toolkit interface. * [+] Node, npm, and yarn can now be called from within the deployment actions, simplifying the task of deploying new app versions (Git 2.1.0 must be installed on the server). # 1.1.0 (23 May 2022) * [+] Introduced the new 'Deployment' section that makes it possible to use custom scripts to deploy applications. * [+] Deploy a Laravel skeleton application on a domain. * [+] Create a website with the latest Laravel version with just a few clicks (**Websites & Domains** > **Add Domain** > **Laravel site**). * [+] View the extension logs in Log Browser. * [+] (Plesk for Linux) Run artisan and composer commands without having to specify the whole path. * [+] Enjoy smoother transitions between screens with introduced content placeholders. * [*] UX improvements. # 1.0.2 (14 April 2022) * [+] Added IIS support. # 1.0.1 (29 March 2022) * [+] Laravel applications work correctly on domains with Nginx-only configuration. # 1.0.0 (18 March 2022) * [+] Initial release.