Skip to content

Commit 8ace9b0

Browse files
committed
Fix readme
1 parent 08790ac commit 8ace9b0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
88

99
- Ground up rebuild, see documentation for usage.
1010

11+
## [0.4.0] - 2021-04-14
12+
13+
### Changed
14+
15+
- Fixed polling issue
16+
- Fixed [MongoDB per page issue](https://github.com/rappasoft/laravel-livewire-tables/pull/107)
17+
- [Fixed use of $clearSearchButtonClass variable](https://github.com/rappasoft/laravel-livewire-tables/pull/118)
18+
1119
## [0.3.3] - 2020-12-13
1220

1321
### Added
@@ -148,7 +156,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
148156
- Initial release
149157

150158
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.0...development
151-
[1.0.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.3...v1.0.0
159+
[1.0.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.4.0...v1.0.0
160+
[0.4.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.3...v0.4.0
152161
[0.3.3]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.2...v0.3.3
153162
[0.3.2]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.1...v0.3.2
154163
[0.3.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.0...v0.3.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ composer require rappasoft/laravel-livewire-tables
2222
Publishing assets are optional unless you want to customize this package.
2323

2424
``` bash
25-
php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=laravel-livewire-tables-config
25+
php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=livewire-tables-config
2626

27-
php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=laravel-livewire-tables-views
27+
php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=livewire-tables-views
2828
```
2929

3030
## Usage

0 commit comments

Comments
 (0)