Skip to content

Releases: MohmmedAshraf/laravel-translations

v1.0.8

07 Mar 12:01
7574589
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.7...1.0.8

v1.0.7

19 Feb 07:52
2da3819
Compare
Choose a tag to compare

What's Changed

  • Extend the ExceptionHandler set in the project by @ahtinurme in #75

Full Changelog: v1.0.6...1.0.7

v1.0.6

13 Feb 05:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...v1.0.6

v1.0.5

02 Feb 11:19
0a09692
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

v1.0.4

24 Jan 12:55
0765394
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

v1.0.3

22 Jan 02:13
9109c8b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

v1.0.2

19 Jan 15:28
77bb15f
Compare
Choose a tag to compare

What's Changed

  • Add: Missing Source key modal by @MohmmedAshraf in #51
  • Translation Strings as Keys support and adding file name in key option by @benaja in #49

New Contributors

Full Changelog: 1.0.1...1.0.2

v1.0.1

18 Jan 19:16
Compare
Choose a tag to compare
  • Update the Readme
  • Fix installation issue brick/varexporter

v1.0.0

18 Jan 18:46
fee8610
Compare
Choose a tag to compare

🚀 Exciting News: Version 1.0 Release! 🚀

After months of thorough beta testing, presenting Version 1.0 of the package, loaded with game-changing features and improvements.

Highlights:

  1. Inertia Stack Transition:

    • Reimagined the package using Inertia alongside Vue and Typescript, focusing on delivering a significantly improved user experience.
  2. Google Translation Integration:

    • Seamless integration with stichoza/google-translate-php for Google Translate functionality, and it's completely free of charge!
  3. Collaborate with Contributors:

    • Easily invite external contributors to assist with translations or manage them collaboratively.
  4. Enhanced UI and More:

    • Refined user interface and various improvements promise an even smoother translation management experience.

Additional Notes:

  • As part of ongoing improvements, delved into TypeScript. Some components are still a work in progress, committed to refining their structure and functionality.

Action Required:

  1. Uninstall Previous Version:

    • A new command, has been added to help uninstall the package. It removes all assets, configuration files, and cleans up the database. Please ensure everything is removed before proceeding with the installation, as this command is still in beta, give it a shot by running the following command:

      php artisan translations:clean
    • Alternatively, manually uninstall using:

      composer remove outhebox/laravel-translations
  2. Install v1.0:

    composer require outhebox/laravel-translations
  3. Configuration Update:

    • Review and update configuration files, especially those related to Livewire.

Your feedback is highly valued as we continue to enhance the package.

Cheers to version 1.0! 🎉

v0.1.2

20 Dec 01:06
Compare
Choose a tag to compare

Fix Saving translations with parameters is not working, #46 #47