Releases: thedevdojo/wave
Releases · thedevdojo/wave
3.1.4
What's Changed
- feat: add user data export feature by @bobbyiliev in #322
- Retrieve correct IP if using cloudflare by @produktive in #323
- Re-add missing Controller class by @bobbyiliev in #324
Full Changelog: 3.1.3...3.1.4
3.1.3
What's Changed
- Fix auth test workflow by @bobbyiliev in #309
- Remove unused docs route by @bobbyiliev in #310
- Fix: Respect min_password_length config in security settings by @bobbyiliev in #313
- feat: Add username update to profile with tests by @bobbyiliev in #314
- Add notification preferences management to user settings by @bobbyiliev in #315
- Add social media links to user profiles by @bobbyiliev in #316
- Add account deletion feature with 30-day grace period by @bobbyiliev in #317
- Ability to sort billing plans by @PatBriPerso in #279
- Add activity log cleanup and duplicate prevention by @bobbyiliev in #318
- Refactor loadHelpers for better caching and validation by @produktive in #302
- Feature/privacy settings by @bobbyiliev in #319
- Remove Wave v2 legacy dead code and add feature documentation by @bobbyiliev in #320
- feat: setup Laravel Pint for code style with GitHub Actions by @bobbyiliev in #321
Full Changelog: 3.1.2...3.1.3
3.1.2
What's Changed
- Add missing cache table causing migration issues by @bobbyiliev in #284
- Add dummy price IDs to have plans displayed in price page by @PatBriPerso in #278
- Display only published posts by @PatBriPerso in #282
- Fix post status consistency by @PatBriPerso in #283
- Bump vite from 6.3.4 to 6.3.6 by @dependabot[bot] in #273
- Fix default text color, only apply on layer base by @jmber in #272
- Fix password reset table by @bobbyiliev in #287
- Fix avatar uploads by @bobbyiliev in #288
- Change user count to active subscription count by @produktive in #286
- Update pricing section layout with gap-x-5 class by @produktive in #289
- Bump vite from 6.3.6 to 6.4.1 by @dependabot[bot] in #290
- Update README.md by @noraegeorge in #291
- Add logging configuration file by @p1xel007 in #296
- Show invoices even if not currently subscribed by @produktive in #304
- Clear user cache after subscription updates by @produktive in #303
- Clear user cache after cancelling subscription by @produktive in #305
- Restrict reset route by @bobbyiliev in #308
New Contributors
- @jmber made their first contribution in #272
- @noraegeorge made their first contribution in #291
- @p1xel007 made their first contribution in #296
Full Changelog: 3.1.1...3.1.2
3.1.1
3.1.0
This latest release now supports Filament V4 and Tailwind CSS v4.
Below are the two important PR's that you'll want to look at if you want to make this update on your end:
What's Changed
- feat: allow refresh of expired tokens by @JeffreyNaval in #241
- Laravel 12.x Upgrade and Package Updates by @cogneiss-admin in #242
- Fix ApiToken reference by @tnylea in #245
- This includes the Laravel 12 upgrade by @tnylea in #246
- Ensure plugin autoloader registers once by @tnylea in #247
- Update AdminPanelProvider.php by @csavelief in #248
- Fix Wave version display - use local wave.json instead of Composer InstalledVersions by @blestab in #249
- Adding performance improvements by @tnylea in #251
- Bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in #253
- Bump livewire/livewire from 3.6.3 to 3.6.4 by @dependabot[bot] in #252
- Use filament setting to define storage disk for Post by @PatBriPerso in #259
- Filament v4 upgrade by @tnylea in #264
- Adding a few more style improvements and more updates for the filamen… by @tnylea in #270
New Contributors
- @JeffreyNaval made their first contribution in #241
- @cogneiss-admin made their first contribution in #242
- @csavelief made their first contribution in #248
- @blestab made their first contribution in #249
- @PatBriPerso made their first contribution in #259
Full Changelog: 3.0.6...3.1.0
3.0.6
What's Changed
- Bump vite from 6.2.0 to 6.2.4 by @dependabot in #221
- Bump vite from 6.2.4 to 6.2.6 by @dependabot in #226
- Bump npm dependencies by @bobbyiliev in #230
- Add required mark in dynamic fields by @clys-man in #215
- Fix docs link to blade directives by @bobbyiliev in #231
- Revert "Fix docs link to blade directives" by @bobbyiliev in #232
- Fix docs link to blade directives by @bobbyiliev in #233
- Remove old unused controllers left from Wave v2 by @bobbyiliev in #237
- Adding fix so that way volt components get added to the default livew… by @tnylea in #239
Full Changelog: 3.0.5...3.0.6
3.0.5
What's Changed
- Add "Install with Herd" button by @mpociot in #205
- Suppress plugins warning by @clys-man in #209
- Adding laravel pail by @clys-man in #208
- Fix admin posts crud by @jankulovski in #206
- Bump axios from 1.7.9 to 1.8.2 by @dependabot in #212
New Contributors
- @mpociot made their first contribution in #205
- @clys-man made their first contribution in #209
- @jankulovski made their first contribution in #206
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- Bump vite from 5.4.11 to 5.4.14 by @dependabot in #182
- Fix page curd in admin by @bobbyiliev in #183
- Fix API user registration by @bobbyiliev in #185
- Update npm dependencies by @bobbyiliev in #186
- Update composer dependencies by @bobbyiliev in #187
- Fix API user registration role by @bobbyiliev in #188
- Fix typo in dashboard index by @ashleyhindle in #193
- Update AuthController.php by @produktive in #195
- Bump laravel version for cloud support by @bobbyiliev in #200
- Update Update.php by @produktive in #202
- Change social provider table to allow for larger token size by @manthos in #198
- Bump esbuild and vite by @dependabot in #203
New Contributors
- @ashleyhindle made their first contribution in #193
- @produktive made their first contribution in #195
- @manthos made their first contribution in #198
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- Make user avatar required by @bobbyiliev in #161
- Composer and npm dependency updates by @bobbyiliev in #165
- Error due to missing settings in /config/devdojo/auth by @bobbyiliev in #168
- Add sponsors section by @bobbyiliev in #169
- Bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in #172
- Update auth/descriptions.php with missing key/value by @oluwaseye in #171
- Update to latest Auth package by @bobbyiliev in #173
New Contributors
- @oluwaseye made their first contribution in #171
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- Bump laravel/framework from 11.28.1 to 11.31.0 by @dependabot in #156
- Add numeric type check for 'id' column in PostgreSQL sequence fix by @almontasser in #157
- Fix global settings function by @bobbyiliev in #158
- Adding update to default routes web to remove dd command by @tnylea in #159
New Contributors
- @almontasser made their first contribution in #157
Full Changelog: 3.0.1...3.0.2