From a005e37d105473b0cfc4a1586d87bfc7d45ffcba Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 29 Apr 2022 17:58:51 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 112 ++------------------------------------------------- 1 file changed, 3 insertions(+), 109 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6760b..21bcad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,115 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.0.1] - 08-04-2022 +## [5.0.0] - 29-04-2022 ### Changed -- Fixed lang paths for Laravel 9 - -## [4.0.0] - 07-04-2022 - -### Changed - -- Dropped Laravel 7 and 8 support -- Dropped PHP 7.X support -- Dropped Nova 3.X support - -## [3.1.3] - 21-01-2022 - -### Changed - -- Allow Laravel 9 in `composer.json` (thanks to [@luigel](https://github.com/luigel)) - -## [3.1.2] - 18-06-2021 - -### Changed - -- Bumped minimum Laravel version to `7.21` to ensure availability of `app()->getFallbackLocale()` - -## [3.1.1] - 23-11-2020 - -### Changed - -- Fix `->addLines` stopping Laravel from loading its own translations - -## [3.1.0] - 20-11-2020 - -### Changed - -- Rework Laravel translations loading so it merges both published and package translations - -## [3.0.0] - 20-11-2020 - -### Changed - -- Dropped PHP 7.1, Laravel 6 and Nova 2 support - -## [2.0.4] - 23-11-2020 - -### Changed - -- Translations loading fixes - -## [2.0.3] - 18-11-2020 - -### Changed - -- Fixed PHP 7.4 fn usage - -## [2.0.2] - 18-11-2020 - -### Changed - -- Load Laravel translations directly from JSON files -- Removed `__nova()` helper - -## [2.0.1] - 17-11-2020 - -### Added - -- Added `__nova()` translation function that fixes `__()` JSON loader shortcomings - -## [2.0.0] - 03-11-2020 - -### Changed - -- Fixed translations publishing -- Changed the logic from class with static functions to a trait - -## [1.0.5] - 22-10-2020 - -### Changed - -- Fixed PHP 8 support - -## [1.0.4] - 22-10-2020 - -### Changed - -- Translations are now loaded during `ServingNova` event to leave time for changing the locale - -## [1.0.3] - 17-09-2020 - -### Added - -- Translations are now also loaded into Laravel Translator - -## [1.0.2] - 15-09-2020 - -### Changed - -- Fixed missing import - -## [1.0.1] - 15-09-2020 - -### Changed - -- Fixed incorrect variable names -- Automatically trim right `/` off package translations directory - -## [1.0.0] - 15-09-2020 - -### Added - -- Initial release +- Added Laravel 8 support again +- Renamed namespaces to Outl1ne instead of OptimistDigital