chore(release): bump plugin to 3.0.2

This commit is contained in:
Jose Olarte III
2026-05-05 19:10:16 +08:00
parent 60a5a30728
commit 750343ddb9
3 changed files with 15 additions and 3 deletions

View File

@@ -5,6 +5,18 @@ All notable changes to the Daily Notification Plugin will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.2] - 2026-05-05
### Changed
- **iOS**: Predictive notification identifiers use epoch **milliseconds** (`predictive_<timestamp>`). Daily reminders persist `predictiveEpochMillis` for cancel/update alignment.
- **iOS**: `clearAllNotifications` removes only **`predictive_*`** pending and delivered notifications (dual/org IDs unchanged).
- **iOS**: `scheduleNotifications` is additive only (no automatic clear); skips stale timestamps in the past.
### Added
- **iOS**: `clearAllNotifications` and `scheduleNotifications` batch APIs on `DailyNotification` (Capacitor).
## [3.0.1] - 2026-04-16
### Fixed