Improved admin FAQ Item list sorting by category
Changed the default admin FAQ Item ordering to category-based sorting
Keptsort_orderas secondary ordering inside the same category
Fixed a bug where the search function was not working.
Fixed a bug where some UI elements were incorrectly displayed in Korean instead of English.
Install
Refresh only FAQ migrationsBash:rm -rf /var/www/paymenter/extensions/Others/FAQ rm -rf /var/www/paymenter/storage/framework/views/* php artisan optimize:clear php artisan migrate --force php artisan optimize:clear
Bash:php artisan migrate:refresh --path=extensions/Others/FAQ/database/migrations --force
Included
Public FAQ page
Category filter with/faq?category=slug
Admin FAQ / Category management
Dark mode readable text
Light mode readable text
RichEditor in FAQ Item form
Featured functionality removed
is_featuredremoved from database structure
Clear the ensureDefaultData() content in FAQ.php
Default categories and default FAQs are not automatically generated during new installations/activations/upgrades
Install
Refresh only FAQ migrationsBash:rm -rf /var/www/paymenter/extensions/Others/FAQ rm -rf /var/www/paymenter/storage/framework/views/* php artisan optimize:clear php artisan migrate --force php artisan optimize:clear
```bash
php artisan migrate:refresh --path=extensions/Others/FAQ/database/migrations --force
Fixed a bug where white text was visible in white mode.
