File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ v1.1.0] - 2025-10-23
6+ ### 🚀 Added
7+ - Translation support using ` Spatie\LaravelPackageTools ` → ` hasTranslations() `
8+ - English and Arabic language files under ` resources/lang `
9+ - Vendor publish tag ` support-ticket-translations ` for overriding translations
10+ - Comprehensive ` README.md ` documentation for installation and usage
11+
12+ ### ♻️ Changed
13+ - Refactored ` SupportTicketServiceProvider ` for cleaner configuration and service registration
14+ - Improved package autoloading structure and PSR-4 compliance
15+ - Updated package file loading (config, routes, migrations, views)
16+
17+ ### 🧹 Fixed
18+ - Minor path issues in migration and resource registration
19+ - Improved naming conventions for consistency and clarity
20+
21+ ### 📘 Documentation
22+ - Added a detailed setup and translation guide to the README
23+ - Documented publishing commands for configuration and translations
24+
25+ ---
26+
27+ ## [ v1.0.0] - Initial Release
28+ - Basic support ticket management system
29+ - CRUD operations for tickets
30+ - Migration and configuration publishing
31+ - Route and model registration
You can’t perform that action at this time.
0 commit comments