Releases: lwwcas/laravel-countries
Fixed installation issues
Minor fix on config path
4.11.0.3 fix: minor fix on path package limitation (#31)
Fixes to PSR-4
4.11.0.2 fix: fix folders to psr4 validation
Version 4.11.0.1
Release Notes for Version 4.11.0.1
We’re excited to announce the release of version 4.11.0.1, featuring a comprehensive refactor, significant improvements, and an extensive new documentation to help you make the most of this package. Here’s what’s new in this version:
🔄 Complete Refactor
- Improved Architecture: The package has been fully restructured to optimize performance and maintainability, making it easier to extend and adapt to various needs.
- Enhanced Code Quality: Refactored code now aligns with best practices, improving the stability and reliability of the package.
🚀 New Features & Enhancements
- Optimized Database Relationships: We've separated certain country data into individual tables, which are now efficiently linked to reduce query load and streamline data access.
- Advanced Query Scopes: Added new query scopes for easier and faster country-related searches, including borders, currencies, languages, and flag colors.
- Country Metadata Access: Detailed access to country metadata, including flag colors in various formats, geographical coordinates, and much more.
📘 Extensive Documentation
- Detailed Guides: Step-by-step documentation that covers all aspects of the package, from setting up to accessing advanced features.
- API References: Clear explanations for each class and method, helping you quickly find the information you need.
- Examples and Use Cases: Practical examples and recommended usage patterns for developers of all levels.
This release makes it simpler than ever to work with country data, giving you more flexibility and control over how you access and display information. Thank you for being part of our community, and we look forward to hearing your feedback on this exciting new version!
Fix attribute [localeKey] with using shouldBeStrict()
This simple release adds a fix to response and close issue opened by @lifegiro
Issue "attribute [localeKey] either does not exist" error with using shouldBeStrict() in Laravel 11 #27
With: https://github.com/lifegiro
Fix for SQLite case sensitive
This simple release adds a fix contributed by @mucenica-bogdan
With #26
Support Laravel 11.x
This simple release add Laravel 11 support to the package
Adding Russian language to country data and its translations
3.4.6 Adding Russian language to country data and its translations (#17)
Refactor all seed naming system
Refactor seed naming system (#16) * refactor seed naming system * update changelog file
Adding German language to country data and its translations
3.4.4 Adding German language to country data and its translations (#15)