Release v0.0.4
Pull Request - Multi-Currency Support & i18n Improvements
🚀 New Features
- Multi-Currency Support in Stripe: Added support for multiple currencies in Stripe to enhance payment flexibility.
- i18n Implementation: Introduced internationalization (i18n) support across the application.
- i18n Mobile Support: Extended i18n functionality to mobile platforms.
🛠️ Improvements
- Dashboard Navigation: Refactored the navbar dashboard component and added a language selector.
- GitHub Templates: Updated GitHub issue and PR templates for better contribution management.
- Roadmap Documentation: Updated the project roadmap to reflect future plans and features.
🐞 Bug Fixes
- Production Locale Fetching: Fixed an issue where locale fetching was not working correctly in production.
- File Structure Optimization: Moved locale files to
src
for better organization and maintainability.
🧑💻 Code and Infrastructure
- CI/CD Pipeline: Created a CI/CD pipeline for build and testing before deployment to Vercel.
- Environment Configuration: Added an
env.example
file to the project repository. - Code Cleanup: Removed unused locale files and unnecessary Vercel configuration files.
🔧 Future Enhancements
- Expanded Localization: Plan to support more languages in future updates.
- Enhanced Multi-Currency Features: Further improvements to currency selection and display.
✅ Checklist
- I have written tests for new features.
- I have updated existing tests, if necessary.
- I have updated the documentation (if applicable).
- My code follows the project's style guide.
💬 Notes
- Resolves issues related to i18n and payment system enhancements.
What's Changed
- Release v0.0.4 by @marcelodosreis in #15
Full Changelog: v0.0.3...v0.0.4