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.