Skip to content

Latest commit

 

History

History
148 lines (82 loc) · 5.87 KB

CHANGELOG.md

File metadata and controls

148 lines (82 loc) · 5.87 KB

Release Notes

v3.13.3 - 2022-11-09

Fixed

v3.13.2 - 2022-11-01

Changed

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

v3.13.1 - 2022-05-31

Changed

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

Fixed

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

v3.13.0 - 2022-03-08

Added

  • Add siteLog method to allow getting site logs by @duncanmcclean in laravel#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)