Releases: thedevdojo/wave
3.0.0
The first release of the new version. This new version is a rewrite of many aspects. Here are some significant differences:
- Voyager replaced with FilamentPHP
- New Theme Structure and Theme design
- New Plugin System
- Rewrite of the billing system
- Removed v2 Roles with Spatie Roles Permissions package
- New version utilizes Folio and Volt
This new version does not require a direct upgrade from version 2.0; however, it's definitely possible. Version 2 is can still be used, you can find the latest version tagged as 2.4.0
Exciting times! Time to start building 🚀
2.4.0
What's Changed
- Added PADDLE_CLIENT_SIDE_TOKEN to Env by @ibnsultan in #123
- Upgrade to DO Dev Postgres v16 by @bobbyiliev in #131
New Contributors
- @ibnsultan made their first contribution in #123
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
This update ensures that new users of Wave can leverage the new Paddle Billing system. For those currently using Paddle Classic, you can continue using Laravel Wave v2.2.0
.
-
Adjust for Paddle Billing v2 by @bobbyiliev and @tnylea in #100
-
Improve queries to read announcements by @rafa-acioly in #108
-
Update Laravel Sail setup by @bobbyiliev in #109
-
Update axios version to v1.6.x by @bobbyiliev in #110
New Contributors
- @rafa-acioly made their first contribution in #108
Full Changelog: 2.2.0...2.3.0
Release v2.2.0
This release includes many minor bug fixes for Wave v2 and Laravel v10 support.
What's Changed
- Fix favicon image url by @bobbyiliev in #101
- Change repo name strtolower by @bobbyiliev in #103
- Add Arabic Language by @majdcodes in #102
- Update wave.json to latest version by @majdcodes in #104
- Translated to pl by @KaminskiDaniell in #105
- Initial Laravel 10 upgrade by @bobbyiliev in #96
New Contributors
- @majdcodes made their first contribution in #102
- @KaminskiDaniell made their first contribution in #105
Full Changelog: 2.1.2...2.2.0
Release v2.1.2
This release includes many minor bug fixes for Wave v2.
What's Changed
- Allow empty user profile fields by @bobbyiliev in #73
- Update themes package to 0.0.6 by @bobbyiliev in #72
- Revert "Update themes package to 0.0.6" by @bobbyiliev in #74
- Fix wave animation for Safari. by @bennettblack in #75
- Update configurations.md by @Globerada in #77
- Update user browse voyager template by @bobbyiliev in #78
- Update themes package to 0.0.7 by @bobbyiliev in #76
- Fix home route in route service provider by @bobbyiliev in #82
- App platform npm build step by @bobbyiliev in #81
- Update BlogController.php by @Globerada in #80
- Add default role_id to API register method by @bobbyiliev in #79
- Fix DO App deploy error by @bobbyiliev in #84
- Fix App Platform build error by @bobbyiliev in #85
- Re-add the missing impersonate button by @bobbyiliev in #86
- Fix OOM problem in install middleware by @bobbyiliev in #87
- Bump symfony/http-kernel from 6.0.15 to 6.0.20 by @thinkverse in #88
- Fix onTrail method logic by @bobbyiliev in #93
- Fix change password validation by @bobbyiliev in #94
- Update README.md by @tnylea in #95
- Fix current password validation by @thinkverse in #98
- Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 by @thinkverse in #97
- Add webhook verification by @thinkverse in #99
New Contributors
- @bennettblack made their first contribution in #75
- @Globerada made their first contribution in #77
Full Changelog: 2.1.1...2.1.2
Support for Livewire functionality and a few small tweaks 🍕
This new version contains support for the new Tall stack theme available to users who have access to the Wave Pro repo: https://devdojo.com/wave#pro. This new theme makes it easy to build your application using the TallStack 🙌
Upgrade Steps
To upgrade to the latest version, you will need to download this version and replace the wave
folder in the root directory with the wave
folder in your application.
There are a few small files that got changed in this update as well. Not a breaking change but some small updates that you may optionally change.
Updated validation translations file
This version has updated all english
validation translations with the latest version. You can replace the file located at resources/lang/en/validation.php
.
Updated tailwind theme settings/invoices
page
Finally, there is a small update that will cause an error on the /settings/invoices
page if the user does not have any active invoices. You can make this update in 2 different ways.
- Replace the file located at
resources/views/themes/tailwind/partials/plans.blade.php
- Or you can replace line 11 and 48 with the following: 5194886#diff-8ecd4c30c57f5312f16cea2b263aaba94c8ad5da1625fa03f9e0fcf6305c5b34R11-R48
There are many more awesome things coming to Wave very soon 😎
Remember if you wish to support the Wave Project and want to access some premium resources. Be sure to check-out DevDojo pro at https://devdojo.com/pro
Happy SaaS Building 👍
Talk to you soon.
Wave Version 2.0 official release
This is the first tag of the new version 2.0 release 🥇