installer/CHANGELOG.md

18 KiB

Release Notes

Unreleased

v5.8.3 - 2024-06-18

v5.8.2 - 2024-06-02

v5.8.1 - 2024-05-21

v5.8.0 - 2024-05-07

v5.7.3 - 2024-04-30

v5.7.2 - 2024-04-16

v5.7.1 - 2024-04-02

v5.7.0 - 2024-03-26

v5.6.0 - 2024-03-12

v5.5.3 - 2024-03-05

v5.5.2 - 2024-02-20

v5.5.1 - 2024-02-12

v5.5.0 - 2024-01-30

v5.4.0 - 2024-01-23

v5.3.0 - 2024-01-16

v5.2.1 - 2024-01-09

v5.2.0 - 2023-12-05

v5.1.3 - 2023-10-10

v5.1.2 - 2023-09-26

v5.1.1 - 2023-09-12

v5.1.0 - 2023-08-29

v5.0.4 - 2023-08-22

No major changes.

v5.0.3 - 2023-08-15

v5.0.2 - 2023-08-08

v5.0.1 - 2023-08-03

v5.0.0 - 2023-08-01

v4.5.1 - 2023-07-25

v4.5.0 - 2023-03-20

v4.4.3 - 2023-03-07

v4.4.2 - 2023-03-02

v4.4.1 - 2023-02-21

v4.4.0 - 2023-02-14

Added

Fixed

v4.3.0 - 2023-02-07

Added

v4.2.17 - 2022-09-13

Changed

v4.2.16 - 2022-08-16

Changed

v4.2.15 - 2022-08-09

Fixed

v4.2.14 - 2022-08-02

Changed

v4.2.13 - 2022-07-26

Changed

v4.2.12 - 2022-07-13

Fixed

v4.2.11 - 2022-06-28

Fixed

v4.2.10 (2022-01-18)

Changed

  • Symfony v6 support (#217)

Fixed

  • Maintain current functionality with gh repo create rewrite (#219)

v4.2.9 (2021-10-26)

Changed

  • Always run NPM install (#214)

v4.2.8 (2021-08-17)

Changed

  • Respect git global config for a default branch (#207)

v4.2.7 (2021-06-08)

Fixed

  • Use isDecorated for no-ansi detection (#203)

v4.2.6 (2021-06-01)

Fixed

  • Fix new command failing without no-ansi option (#202)

v4.2.5 (2021-04-27)

Changed

  • Add support for older versions of Git (#199)

v4.2.4 (2021-03-23)

Added

Changed

  • Update pushing branch (#196)

v4.2.3 (2021-03-18)

Added

  • Add organization flag (#194)

v4.2.2 (2021-03-16)

Changed

  • Revert "Improve Git push" (#192)

v4.2.1 (2021-03-16)

Changed

  • Improve Git push (#191)

v4.2.0 (2021-03-09)

Added

  • Git Support (#185)

v4.1.1 (2020-11-17)

Changed

  • Require name argument (#178)

v4.1.0 (2020-11-03)

Added

  • PHP 8 Support (#168)

Changed

  • Use dev-master for dev version (9ce64f82)

v4.0.7 (2020-10-30)

Fixed

  • Fixed some jetstream prompt issues

v4.0.6 (2020-10-30)

Added

  • Add prompt-jetstream switch (95c3a00)

Changed

  • Update DB_DATABASE in .env.example (#167)

v4.0.5 (2020-09-22)

Fixed

  • Ensure artisan command is executable (#153)
  • Fix quiet and no-ansi flags (#156)

v4.0.4 (2020-09-15)

Fixed

  • Close <fg> tag (#149)
  • Add warning about --force and installing in current directory (#152)

v4.0.3 (2020-09-08)

Fixed

  • Fix for directories with spaces in current working directory path (#147)

v4.0.2 (2020-09-08)

Added

  • Add stack and teams options (#143)

v4.0.1 (2020-09-07)

Changed

  • Require PHP 7.3 (#132)

Fixed

  • Fix multiple issues when running on Windows (#133, #137)
  • Only change .env file when project name exists (#140)

v4.0.0 (2020-09-03)

Changed

v3.2.0 (2020-06-30)

Added

v3.1.0 (2020-05-21)

Removed

  • Drop support for PHP 7.2 (#118)

v3.0.1 (2019-11-26)

Fixed

  • Fix composer autoloader path (f3db3f3)

v3.0.0 (2019-11-26)

Changed

  • Move laravel binary to new directory (c581a78)
  • Require PHP 7.2 as the new minimum version (3ab97f2)
  • Allow Symfony 5 (513a060)

Removed

v2.3.0 (2019-11-19)

Added

v2.2.1 (2019-10-29)

Fixed

  • Make sure zip file is valid before extracting (#100)

v2.2.0 (2019-10-15)

Added

  • Create a new project in the current directory using "laravel new ." (#99)

v2.1.0 (2019-04-30)

Added

  • Added an alias to the --force option (#79)

Changed

  • Use the extension_loaded method to check if the 'zip' extension is loaded (#81)

Fixed

  • Respect --quiet option (#77)
  • Update composer path on findComposer (#86)

v2.0.1 (2018-02-01)

Changed

v2.0.0 (2018-02-01)

Changed

  • Bump guzzle requirement (f909b98)