Skip to content

Commit

Permalink
Merge branch 'main' into 4.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored Apr 24, 2024
2 parents af09d19 + a3bc155 commit 5a8b56f
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,70 @@

All notable changes to `modules` will be documented in this file.

## v4.0.5 - 2024-04-24

### What's Changed

* Failing Tests: Changed the test to use DIRECTORY_SEPARATOR by @coolsam726 in https://github.com/savannabits/filament-modules/pull/99
* Code Cleanup: PHPStan was failing by @coolsam726 in https://github.com/savannabits/filament-modules/pull/100
* Bug Fix: Duplicate src in file path by @coolsam726 in https://github.com/savannabits/filament-modules/pull/102

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v4.0.4...v4.0.5

## v4.0.4 - 2024-04-20

### What's Changed

* Bug Fix: Wrong Directory Separators causing errors when registering Module Plugins by @coolsam726 in https://github.com/savannabits/filament-modules/pull/98

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v4.0.3...v4.0.4

## v4.0.3 - 2024-04-19

### What's Changed

* New Test: Testing the convertPathToNamespace helper method by @coolsam726 in https://github.com/savannabits/filament-modules/pull/93
* Attempt 1 to fix the `convertPathToNamespace` helper by @coolsam726 in https://github.com/savannabits/filament-modules/pull/94
* Attempt 2: Test if convertPathToNamespace is fixed by @coolsam726 in https://github.com/savannabits/filament-modules/pull/95
* Attempt 3: To Fix convertPathToNamespace for windows platform by @coolsam726 in https://github.com/savannabits/filament-modules/pull/96
* Bug Fix: Registering Module Service Providers was not working on windows by @coolsam726 in https://github.com/savannabits/filament-modules/pull/97 - Fixes #92

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v4.0.2...v4.0.3

## v4.0.2 - 2024-04-16

### What's Changed

* Early Registration of the Main providers for each module. by @coolsam726 in https://github.com/savannabits/filament-modules/pull/91

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v4.0.1...v4.0.2

## v4.0.1 - 2024-04-15

### What's Changed

* New Feature: A command to generate a Theme inside a module by @coolsam726 in https://github.com/savannabits/filament-modules/pull/89
* README: Added the Filament Theme command documentation by @coolsam726 in https://github.com/savannabits/filament-modules/pull/90

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v4.0.0...v4.0.1

## v4.0.0 - 2024-04-15

### What's Changed

* 4.x dev - Support for nwidart/laravel-modules 11.x by @coolsam726 in https://github.com/savannabits/filament-modules/pull/82
* Added Version 4.x Documentation by @coolsam726 in https://github.com/savannabits/filament-modules/pull/84
* README Adjustment: Put the version NOTE below the badges by @coolsam726 in https://github.com/savannabits/filament-modules/pull/86
* support laravel-modules v11 for laravel 11 by @vellea in https://github.com/savannabits/filament-modules/pull/81
* Fixed Tests by @coolsam726 in https://github.com/savannabits/filament-modules/pull/87
* Fix PHP version in phpstan workflow by @coolsam726 in https://github.com/savannabits/filament-modules/pull/88

### New Contributors

* @vellea made their first contribution in https://github.com/savannabits/filament-modules/pull/81

**Full Changelog**: https://github.com/savannabits/filament-modules/compare/v3.0.1...v4.0.0

## v3.0.1 - 2024-04-15

### What's Changed
Expand Down

0 comments on commit 5a8b56f

Please sign in to comment.