v3.18.0 - 2024-09-30
- Set a User-Agent string by @jbrooksuk in #184
v3.17.0 - 2024-09-03
- [3.x] Add directory property to Daemon resource by @princejohnsantillan in #182
v3.16.0 - 2024-07-25
- Add deploy-key methods by @RobertBoes in #180
v3.15.0 - 2024-06-27
- [3.x] Add Forge facade for Laravel integration by @stevebauman in #177
v3.14.3 - 2024-01-23
v3.14.2 - 2023-12-22
- Add additional database services by @jbrooksuk in #173
v3.14.1 - 2023-12-15
- [3.x] Adds L11 support by @nunomaduro in #171
- Add PHP 8.3 to installable service constants by @haugen86 in #172
v3.14.0 - 2023-09-25
- Allow setting of auto_source in deployment scripts by @jbrooksuk in #167
v3.13.6 - 2023-07-07
- Fix for some functions using a hard coded timeout of 30 by @lhelwingkh in #157
v3.13.5 - 2023-05-16
- Adds missing php version by @nunomaduro in #162
v3.13.4 - 2023-04-26
- Add PHP 8.2 to installable service constants by @AntonCooper in #160
- Dynamic properties on Resource class by @driesvints in #159
v3.13.3 - 2022-11-09
- Add username to ssh key by @barryvdh in #151
v3.13.2 - 2022-11-01
- Add Exception for Exceeding Forge API Rate Limit by @DexterHarrison in #149
v3.13.1 - 2022-05-31
- Add updated server provider keys by @jbrooksuk in #137
- Ensure timout exception always recieves an array by @timacdonald in #143
v3.13.0 - 2022-03-08
- Add
siteLog
method to allow getting site logs by @duncanmcclean in #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)