v3.13.3 - 2022-11-09
- Add username to ssh key by @barryvdh in laravel#151
v3.13.2 - 2022-11-01
- Add Exception for Exceeding Forge API Rate Limit by @DexterHarrison in laravel#149
v3.13.1 - 2022-05-31
- Add updated server provider keys by @jbrooksuk in laravel#137
- Ensure timout exception always recieves an array by @timacdonald in laravel#143
v3.13.0 - 2022-03-08
- Add
siteLog
method to allow getting site logs by @duncanmcclean in laravel#138
v3.12.0 - 2022-02-08
- Added syncDatabases function (#136)
- Update site aliases (#135)
- Add deployment history (#131)
- Add support for site and server tags in respective resources (#126)
- Add PHP 8 as an installable service (#127)
executeSiteCommand
now returns an instance ofSiteCommand::class
(#121)id
property to theEvent::class
resource (#121)
- Add ability to update backup configurations (#120)
- Add Site commands to SDK (#115)
- Adds new/missing properties to Resources/Site (#118)
- Add change site PHP version methods to SDK (#117)
- Added meilisearch to serverTypes (#110)
- Allow TimeoutException to be passed
null
values (#111)
- Fix deployments
$wait
(9d24051)
- PHP 8 Support (#98)
- Add restart worker (d62ecb4)
- Security rules (#83)
- Add installPHP and updatePHP methods (ef5da6e)
- Add full PHP management methods (#84)
- Adds installPhpMyAdmin install and deletePhpMyAdmin methods (#85)
- Adds
resetDeploymentState()
andsiteDeploymentLog()
toSite
resource (#88)
- Renamed namespaces (fdcc996)
- Changed
$apiKey
property visibility (88cbb08) - Update rebootPHP method (f619c0f)
- Remove references to only MySQL databases (#86, 628b083)
- Rename
SSHKey
method tosshKey
(af6860f)
- Fix empty collection (26dedb8)