Skip to content

Releases: JibayMcs/filament-tour

v3.1.1

05 Nov 08:48
Compare
Choose a tag to compare

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

11 Sep 20:18
cbe1291
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0.8...v3.1.0.9

v3.1.0.8

10 Sep 12:15
03aae37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0.7...v3.1.0.8

v3.1.0.7

06 Aug 12:44
b2a45f1
Compare
Choose a tag to compare

What's Changed

  • suitable for what json format works | Update Step.php by @MrPowerUp82 in #19

New Contributors

Full Changelog: v3.1.0.6...v3.1.0.7

v3.1.0.6

06 Aug 12:29
Compare
Choose a tag to compare

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

10 May 11:04
80b903e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): upd illuminate/contracts to laravel 11 by @pepperfm in #17

New Contributors

Full Changelog: v3.1.0.4...v3.1.0.5

v3.1.0.4

17 Apr 07:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0.3...v3.1.0.4

v3.1.0.3

20 Sep 07:44
3dc57d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0.2...v3.1.0.3

v3.1.0.2

14 Sep 13:06
Compare
Choose a tag to compare
  • Fixed error on parsing URL parameters from the tour routing system

Full Changelog: v3.1.0.1...v3.1.0.2

The JSON Update

06 Sep 14:17
06609d6
Compare
Choose a tag to compare

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