Skip to content

v1.4.0

Compare
Choose a tag to compare
@sethsandaru sethsandaru released this 18 Sep 13:51
· 10 commits to main since this release

Release v1.4.0

Let's start the show

New Feature: Localization

  • Manage the translation texts in DocKing 😎
  • Use Laravel's API to get & compute the translated texts πŸ₯ΉπŸ”₯
  • Console UI: YES βœ…

Documentation: https://docking.shipsaas.tech/getting-started/localization

image

Improvements

  • Some minor UI fixes πŸ‘€
  • Added more test cases and improved the overall coverage πŸ₯°

Upgrade notes

  • Pull/Checkout the new code.
  • php artisan migrate to migrate the new database changes.
  • npm run build to build the new UI changes.