From ad1a9d7742cfc64c565313788708dbaf2a2f9de5 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Sun, 2 Jun 2024 23:43:16 +0100 Subject: [PATCH] Remove sp fixes (#1734) * Remove Fixes * Fix styling --------- Co-authored-by: lrljoe --- CHANGELOG.md | 12 ------------ src/LaravelLivewireTablesServiceProvider.php | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438e9610b..71958cd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,6 @@ All notable changes to `laravel-livewire-tables` will be documented in this file -## [v3.2.6] - UNRELEASED -### New Features -- Add configurable wire:model for filters by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1699 -- Customisable Model paths for Make command by @marvoh in https://github.com/rappasoft/laravel-livewire-tables/pull/1714 - -### Bug Fixes -- Fix error with DateColumn when empty by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1726 - -### Tweaks -- Migrate to PHPUnit Attributes rather than Doc Comments by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1727 -- Remove broken test by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1719 - ## [v3.2.5] - 2024-04-30 ### New Features - Add setConfigurableArea by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1706 diff --git a/src/LaravelLivewireTablesServiceProvider.php b/src/LaravelLivewireTablesServiceProvider.php index 0cdd740db..f7fab2887 100644 --- a/src/LaravelLivewireTablesServiceProvider.php +++ b/src/LaravelLivewireTablesServiceProvider.php @@ -14,7 +14,7 @@ class LaravelLivewireTablesServiceProvider extends ServiceProvider public function boot(): void { - AboutCommand::add('Rappasoft Laravel Livewire Tables', fn () => ['Version' => '3.2.6']); + AboutCommand::add('Rappasoft Laravel Livewire Tables', fn () => ['Version' => '3.2.5']); $this->mergeConfigFrom( __DIR__.'/../config/livewire-tables.php', 'livewire-tables'