Skip to content

Releases: tomatophp/filament-notes

v1.0.8

24 Jul 12:17
Compare
Choose a tag to compare
  • remove multi-tenancy scope

Full Changelog: v1.0.7...v1.0.8

v1.0.7

24 Jul 12:14
Compare
Choose a tag to compare
  • fix Icon Issue #2

Full Changelog: v1.0.6...v1.0.7

v1.0.6

22 Jul 18:20
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

22 Jul 17:23
Compare
Choose a tag to compare
  • fix type required.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

22 Jul 15:10
Compare
Choose a tag to compare
  • Notes CheckLists

Use Checklist

you can use this feature to add a checklist to your notes by allowing this feature on your provider

$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
    ->useChecklist()
)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Jul 12:41
Compare
Choose a tag to compare
  • Notes To Notifications
  • Share Notes With Public Link
  • Share Notes With Selected User
  • prevent other users from editing notes when they do not own them!

Use Convert Note To Notification

to use this feature you need to install filament-alerts or use this command

composer require tomatophp/filament-alerts

then you can use this feature by adding this method to the plugin

$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
    ->useNotification()
)

Use Share Note With Public Link

you can generate a public link and share it with others by allowing this feature on your provider

$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
    ->useShareLink()
)

Use User Access Permissions

you can use this feature to allow only selected users to access the notes by allowing this feature on your provider

$panel->plugin(\TomatoPHP\FilamentNotes\FilamentNotesPlugin::make()
    ->useUserAccess()
)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

22 Jul 11:03
Compare
Choose a tag to compare
  • Notes Groups
  • Notes Status

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Jul 07:45
Compare
Choose a tag to compare
  • Notes Widget Limit
  • Public/Private Notes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Jul 14:10
Compare
Choose a tag to compare