Skip to content

Commit

Permalink
Changelog cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 16, 2024
1 parent eab7f54 commit bc9ae23
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
## Unreleased
- Removed check for relying on the default `@web` alias. ([craftcms/cms#15739](https://github.com/craftcms/cms/issues/15739))

## 5.0.0 2023-09-30
## 5.0.1 - 2024-01-23
- The minimum MySQL version is now 8.0.17.
- The minimum MariaDB version is now 10.4.6.
- The minimum PostgreSQL version is now 13.0.

## 5.0.0 - 2023-10-01
- The minimum PHP version is now 8.2.
- The minimum PostgreSQL version is now 11.0.

## 2.1.9 - 2024-09-16
- Removed check for relying on the default `@web` alias. ([craftcms/cms#15739](https://github.com/craftcms/cms/issues/15739))

## 2.1.8 - 2023-09-25
- Reverted “The `@web` alias check now checks `Craft::$aliases;` instead of `Craft::$app->getConfig()->getGeneral()->aliases;`”.

Expand All @@ -17,7 +25,6 @@

## 2.1.6 - 2023-09-09
- Added a requirement for [`opcache.save_comments`](https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.save-comments) to be enabled if OPcache is installed. ([craftcms/cms#13631](https://github.com/craftcms/cms/discussions/13631))
>>>>>>> main

## 2.1.5 - 2023-05-26
- Fixed an error that could occur when running the requirements checker using PHP 8+.
Expand Down

0 comments on commit bc9ae23

Please sign in to comment.