Skip to content

Commit ad1a9d7

Browse files
authored
Remove sp fixes (rappasoft#1734)
* Remove Fixes * Fix styling --------- Co-authored-by: lrljoe <[email protected]>
1 parent 555b89f commit ad1a9d7

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
All notable changes to `laravel-livewire-tables` will be documented in this file
44

5-
## [v3.2.6] - UNRELEASED
6-
### New Features
7-
- Add configurable wire:model for filters by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1699
8-
- Customisable Model paths for Make command by @marvoh in https://github.com/rappasoft/laravel-livewire-tables/pull/1714
9-
10-
### Bug Fixes
11-
- Fix error with DateColumn when empty by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1726
12-
13-
### Tweaks
14-
- Migrate to PHPUnit Attributes rather than Doc Comments by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1727
15-
- Remove broken test by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1719
16-
175
## [v3.2.5] - 2024-04-30
186
### New Features
197
- Add setConfigurableArea by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1706

src/LaravelLivewireTablesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LaravelLivewireTablesServiceProvider extends ServiceProvider
1414
public function boot(): void
1515
{
1616

17-
AboutCommand::add('Rappasoft Laravel Livewire Tables', fn () => ['Version' => '3.2.6']);
17+
AboutCommand::add('Rappasoft Laravel Livewire Tables', fn () => ['Version' => '3.2.5']);
1818

1919
$this->mergeConfigFrom(
2020
__DIR__.'/../config/livewire-tables.php', 'livewire-tables'

0 commit comments

Comments
 (0)