chore: bump plugin version to 1.1.6

This commit is contained in:
Jose Olarte III
2026-02-16 19:19:09 +08:00
parent aaeb71d31d
commit 9feaf60c84
12 changed files with 21 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ When logs show "Scheduling OS alarm" and "Updated schedule in database" but the
2. **Avoid double schedule**
Ensure the app is not calling `scheduleDailyNotification` twice in quick succession for the same reminder (see above).
3. **Plugin fix (v1.1.5+)**
3. **Plugin fix (v1.1.6+)**
The plugin no longer overwrites the apps schedule row when handling rollover work that uses a `daily_rollover_*` id, so the apps `nextRunAt` stays correct after a notification fires.
---