41 lines
1 KiB
Markdown
41 lines
1 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to the Communication Plugin will be documented in this file.
|
|
|
|
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).
|
|
|
|
## [1.0.0] - 2025-11-02
|
|
|
|
### Added
|
|
- Email messaging system for HOA communications
|
|
- SMS notification support
|
|
- Message template management
|
|
- Scheduled message delivery
|
|
- Notification tracking and management
|
|
- Communication analytics and reporting
|
|
- Email verification support
|
|
- Password reset messaging
|
|
- Custom message templates
|
|
|
|
### Technical
|
|
- Plugin structure following Etihadat plugin standards
|
|
- BaseRepository pattern for database operations
|
|
- Multi-tenant support with site isolation
|
|
- RESTful API endpoints
|
|
- Permission-based access control
|
|
|
|
### Dependencies
|
|
- Core Etihadat API: ^2.3.0
|
|
- Database abstraction via BaseRepository
|
|
|
|
---
|
|
|
|
## Version History
|
|
|
|
- **1.0.0** (2025-11-02): Initial release
|
|
|
|
---
|
|
|
|
**Note**: For detailed development notes, see `version.txt`.
|
|
|