Releases: JibayMcs/filament-tour
Releases · JibayMcs/filament-tour
v3.1.1
What's Changed
- fixes bug #23 - with wrong routes for unauthenticated multi-tenancy users by @OccTherapist in #24
Full Changelog: v3.1.0.9...v3.1.1
v3.1.0.9
What's Changed
- Fixing Typo in my last commit by @OccTherapist in #22
Full Changelog: v3.1.0.8...v3.1.0.9
v3.1.0.8
What's Changed
- add german translations by @OccTherapist in #21
New Contributors
- @OccTherapist made their first contribution in #21
Full Changelog: v3.1.0.7...v3.1.0.8
v3.1.0.7
What's Changed
- suitable for what json format works | Update Step.php by @MrPowerUp82 in #19
New Contributors
- @MrPowerUp82 made their first contribution in #19
Full Changelog: v3.1.0.6...v3.1.0.7
v3.1.0.6
Fixes
- Fixed THE major issue regarding to the route system, basically caused by unauthentified user
- Fixed opening highlights on click the highlight button
- Fixed event to open a tour, ex: used in a custom Action:
protected function getHeaderActions(): array
{
return [
Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']),
];
}
Full Changelog: v3.1.0.5...3.x
v3.1.0.5
v3.1.0.4
What's Changed
- Fixed translation by @theHocineSaad in #10
- Fix the filament-tour::open-tour and filament-tour::open-highlight problems by @wallacemaxters in #14
New Contributors
- @theHocineSaad made their first contribution in #10
- @wallacemaxters made their first contribution in #14
Full Changelog: v3.1.0.3...v3.1.0.4
v3.1.0.3
What's Changed
- add ar translations by @aymanalareqi in #4
New Contributors
- @aymanalareqi made their first contribution in #4
Full Changelog: v3.1.0.2...v3.1.0.3
v3.1.0.2
- Fixed error on parsing URL parameters from the tour routing system
Full Changelog: v3.1.0.1...v3.1.0.2
The JSON Update
The JSON Update ᴠ3.1.0.1
If creating your guided tours in PHP bores you or takes up too much space, play with JSON!
You can now load your tours directly using a JSON file from a URL or your Storage!
- Finished setup for multiple tours registration, now "goto" a next tour on finished the first one