Skip to content

Commit 30fcae0

Browse files
authored
Updating ChangeLog, CONTRIBUTORS, and questions-and-issues doc (rappasoft#1696)
* Updating ChangeLog, CONTRIBUTORS, and questions-and-issues doc * Update ChangeLog, Version * Update CONTRIBUTORS.md
1 parent 037ed12 commit 30fcae0

File tree

5 files changed

+54
-4
lines changed

5 files changed

+54
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

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

5-
## UNRELEASED
5+
## [v3.2.5] - UNRELEASED
66
### New Features
77
- Add setConfigurableArea by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1706
88

99
### Tweaks
1010
- Adjust Workflow behaviour for PCOV by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1706
11+
- Updated nl language in https://github.com/rappasoft/laravel-livewire-tables/pull/1695 by @Jerimu
12+
- Updated nl language in https://github.com/rappasoft/laravel-livewire-tables/pull/1694 by @Jerimu
1113

1214
## [v3.2.4] - 2024-03-01
1315
### Bug Fixes

CONTRIBUTORS.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@
55
# Localisation Contributors
66
| Language | Contributor(s) |
77
| --- | --- |
8-
| Brazilian (BR_PT) | [irineujunior](https://github.com/irineujunior)|
8+
| Arabic (AR) | None |
9+
| Catalan (CA) | None |
10+
| Brazilian (pt_BR) | [irineujunior](https://github.com/irineujunior)|
11+
| Chinese - Taiwan (TW) | None |
912
| Danish (DA) | [jeppeolesen](https://github.com/jeppeolesen) |
10-
| Dutch (NL) | [siebsie23](https://github.com/siebsie23) & [spekkie2002](https://github.com/spekkie2002)|
13+
| Dutch (NL) | [siebsie23](https://github.com/siebsie23), [spekkie2002](https://github.com/spekkie2002), [Jerimu](https://github.com/Jerimu) |
14+
| English (EN) | Core Team |
1115
| Finnish (FI) | [devmikromike](https://github.com/devmikromike) |
1216
| French (FR) | [dgillier](https://github.com/dgillier) |
17+
| German (DE) | None |
18+
| Indonesian (ID) | None |
19+
| Italian (IT) | Core Team |
1320
| Malay (MS) | [wanadri](https://github.com/wanadri) |
21+
| Portugese (PT) | None |
22+
| Russian (RU) | None |
1423
| Spanish (ES) | [CristhoferMF](https://github.com/CristhoferMF) |
24+
| Thai (TH) | None |
25+
| Turkish (TK) | None |
1526
| Ukrainian (UK) | [Oleksandr-Moik](https://github.com/Oleksandr-Moik) |

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"name": "Anthony Rappa",
1616
"email": "[email protected]",
1717
"role": "Developer"
18+
},
19+
{
20+
"name": "Joe McElwee",
21+
"email": "[email protected]",
22+
"role": "Developer"
1823
}
1924
],
2025
"require": {

docs/questions-and-issues.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,35 @@ If you have found a reproducable bug please create an [issue](https://github.com
1010
If you would like other help you can join the [discord channel - details here](https://github.com/rappasoft/laravel-livewire-tables/discussions/1252/).
1111

1212
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
13+
14+
We welcome contributions, and suggestions from the community, which will be reviewed by the Core Team
15+
16+
# Core Maintainers:
17+
- [Anthony Rappa](https://github.com/rappasoft)
18+
- [Joe McElwee](https://github.com/lrljoe)
19+
20+
We welcome localisation contributions, and are grateful for the contributions of the members of the community below. Please open a PR, reach out on GitHub, or Discord, should you wish to contribute to either an existing or new localisation, or if we have missed you from this list!
21+
22+
# Localisation Contributors
23+
24+
| Language | Contributor(s) |
25+
| --- | --- |
26+
| Arabic (AR) | None |
27+
| Catalan (CA) | None |
28+
| Brazilian (pt_BR) | [irineujunior](https://github.com/irineujunior)|
29+
| Chinese - Taiwan (TW) | None |
30+
| Danish (DA) | [jeppeolesen](https://github.com/jeppeolesen) |
31+
| Dutch (NL) | [siebsie23](https://github.com/siebsie23), [spekkie2002](https://github.com/spekkie2002), [Jerimu](https://github.com/Jerimu) |
32+
| English (EN) | Core Team |
33+
| Finnish (FI) | [devmikromike](https://github.com/devmikromike) |
34+
| French (FR) | [dgillier](https://github.com/dgillier) |
35+
| German (DE) | None |
36+
| Indonesian (ID) | None |
37+
| Italian (IT) | Core Team |
38+
| Malay (MS) | [wanadri](https://github.com/wanadri) |
39+
| Portugese (PT) | None |
40+
| Russian (RU) | None |
41+
| Spanish (ES) | [CristhoferMF](https://github.com/CristhoferMF) |
42+
| Thai (TH) | None |
43+
| Turkish (TK) | None |
44+
| Ukrainian (UK) | [Oleksandr-Moik](https://github.com/Oleksandr-Moik) |

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.4']);
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)