Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 8.55 KB

CHANGELOG.md

File metadata and controls

196 lines (107 loc) · 8.55 KB

Release Notes

v3.18.0 - 2024-09-30

What's Changed

v3.17.0 - 2024-09-03

v3.16.0 - 2024-07-25

v3.15.0 - 2024-06-27

v3.14.3 - 2024-01-23

  • Preserve Initial Server Credentials During Creation Wait by @dimger in #174

v3.14.2 - 2023-12-22

v3.14.1 - 2023-12-15

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

Fixed

  • Add username to ssh key by @barryvdh in #151

v3.13.2 - 2022-11-01

Changed

  • Add Exception for Exceeding Forge API Rate Limit by @DexterHarrison in #149

v3.13.1 - 2022-05-31

Changed

  • Add updated server provider keys by @jbrooksuk in #137

Fixed

  • Ensure timout exception always recieves an array by @timacdonald in #143

v3.13.0 - 2022-03-08

Added

  • Add siteLog method to allow getting site logs by @duncanmcclean in #138

v3.12.0 - 2022-02-08

Added

  • Added syncDatabases function (#136)

Fixed

  • Update site aliases (#135)

Added

  • Add deployment history (#131)

Added

  • Add support for site and server tags in respective resources (#126)
  • Add PHP 8 as an installable service (#127)

Added

  • executeSiteCommand now returns an instance of SiteCommand::class (#121)
  • id property to the Event::class resource (#121)

Added

  • Add ability to update backup configurations (#120)

Added

  • Add Site commands to SDK (#115)
  • Adds new/missing properties to Resources/Site (#118)
  • Add change site PHP version methods to SDK (#117)

Added

  • Added meilisearch to serverTypes (#110)

Fixed

  • Allow TimeoutException to be passed null values (#111)

Added

  • Add types to Server object (#106)
  • Nginx Templates (#107)

Fixed

Added

  • PHP 8 Support (#98)

Added

  • Add site aliases function (#95)
  • Forge defaults as class constants (#94)

Added

Fixed

  • Fix delete action for RedirectRule (#91)
  • Fix Worker resource delete method (#90)

Added

  • Security rules (#83)
  • Add installPHP and updatePHP methods (ef5da6e)
  • Add full PHP management methods (#84)
  • Adds installPhpMyAdmin install and deletePhpMyAdmin methods (#85)
  • Adds resetDeploymentState() and siteDeploymentLog() to Site resource (#88)

Changed

  • Renamed namespaces (fdcc996)
  • Changed $apiKey property visibility (88cbb08)
  • Update rebootPHP method (f619c0f)
  • Remove references to only MySQL databases (#86, 628b083)
  • Rename SSHKey method to sshKey (af6860f)

Fixed

v2.2 (2020-05-14)