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
-
Configuration Cache:
- Cleared configuration cache to ensure the application reflects the latest configuration settings.
- Command used:
php artisan config:clear
-
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
- Cleared application cache:
- Cleared various application caches to maintain optimal performance.
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.