Skip to content

v1.2.3

Latest
Compare
Choose a tag to compare
@yaseenahmedpk yaseenahmedpk released this 28 May 12:11

Release Notes - Version 1.2.3

Date: May 28, 2024

Overview

This minor release includes the removal of an unused package and general maintenance updates to improve the stability and performance of the application.

Changes

  1. Configuration Cache:

    • Cleared configuration cache to ensure the application reflects the latest configuration settings.
    • Command used: php artisan config:clear
  2. Maintenance:

    • Cleared various application caches to maintain optimal performance.
      • Cleared application cache: php artisan cache:clear
      • Cleared route cache: php artisan route:clear
      • Cleared view cache: php artisan view:clear
      • Rebuilt configuration cache: php artisan config:cache

Notes

  • No new features or major changes were introduced in this release.
  • Ensure to run composer install to update your local environment after pulling the latest changes.

Thank You

Thank you for using our application. If you encounter any issues or have any feedback, please reach out to our support team.