Thank you for being part of our growing community of learners and developers.
— The Scriptzhub Team
Version v18.2.0 Feb 3, 2026
- Remove political information from the sweetalert2 package.
- Admin Panel: Bots Blocking settings & feature added.
- Compatibility for PHP 8.4+ is added.
- Route & Config cache support is added.
- Replace dynamic asset loading with loading from pre-cached static files.
i.e., Switch from dynamically loading assets at runtime to using pre-cached static files for improved performance and stability.- Add-ons directory migration from extras/plugins/ to extras/addons/.
- Cache support added for add-ons assets files.
- The selected front skin is now also applied to the auth pages.
- Minor bugs fixed.
- Minor improvements.
Version v18.1.1 Oct 18, 2025
- Bugs fixed.
- Improvements.
Version v18.1.0 Oct 14, 2025
- Flash messages notifications improved.
- Admin Panel settings forms pages improved.
- Admin Panel: Navbar options for the homepage added, allowing to create different styles of navbar for pages containing dynamic sections.
- Admin Panel: Presets page (with 6 presets) to quickly apply changes in the homepage sections and in the header navbar added.
- Many parts of the PHP and JS code improved.
- Minor bugs fixed.
- Minor improvements.
Version v18.0.3 Sep 15, 2025
- Properly cache the homepage sections related to their cache expiration time.
- Admin users can now dynamically configure responsive margins for homepage sections without code changes.
- Menu Management System N+1 queries issus fixed.
- Admin Panel pivot relationships' forms fields saving fixed.
- Admin Panel Settings: Separation of header and footer related options from style options.
- Admin Panel: PHP information page added (in System Info).
- Usage of the Bootstrap Toast component to display the flash message notifications (except for validation errors).
- Minor bugs fixed.
- Minor improvements.
Version v18.0.2 Sep 5, 2025
INFORMATION
- Roles and permissions need to be re-configured for all the admin users after upgrade (except for the super-admin).
- New Feature: Menu Management System
- We've added a comprehensive menu management feature that allows you to create and customize navigation menus with the following capabilities:
Menu Item Types
- Links: Navigate to different pages or sections
- Buttons: Interactive elements for actions
- Dividers: Visual separators between menu sections
- Text/Titles: Static labels and headings
Link Configuration
- Laravel routes: Link to defined application routes
- Internal URLs: Navigate within your application
- External URLs: Link to external websites
Dynamic Visibility Controls
- Conditional display: Show or hide menu items based on custom dynamic conditions
- Role-based access: Control visibility using assigned user roles and permissions (system-level rules only)
Menu Structure
- Built on nested set architecture for hierarchical organization
- Current display supports main menu items and one level of sub-items
- Display depth matches existing hardcoded menu structure
- Added support for adding/removing dynamic pages in both Header and Footer menus.
- Enabled the ability to add/remove any category in both Header and Footer menus.
- All the admin panel controllers improved.
- Admin Panel all routes permissions updated.
- Many code improved.
- Minor bugs fixed.
- Minor improvements.
Version v18.0.1 Jul 18, 2025
- The Front-end header and footer improved.
- Minor improvement of the Front-end and the Admin panel global UI.
- The assets management and generation improved.
- New UI settings added under Admin panel → Settings → General → Style
- Support for the latest version of Bootstrap (version 5.3.7) added for all the app.
- Migrated from Owl Carousel to Tiny Slider 2 for all carousel components.
- Minor bugs fixed.
- Minor improvements.
Version v18.0.0 Jun 23, 2025
- Complete Frontend Redesign: Updated to a modern, high-contrast visual style while keeping the original layout.
- Bootstrap Upgrade: Updated the entire app to use the latest version of the Bootstrap framework.
- CSS Optimization: Replaced ~95% of custom CSS with Bootstrap utility classes for cleaner, maintainable code.
- Dark Mode Enhancements: Improved dark mode for a polished look.
- Dark Mode Toggle: Added a dark mode selector to the main navigation bar.
- Fixed restriction of payment methods to specific countries.
- Resolved issue with Google reCAPTCHA v3 integration.
- Minor bugs fixed.
- Additional Improvements: Enhanced code consistency with various under-the-hood updates
Version v15.4.1 Dec 26, 2024
- Improvements.
- Fixed: Listings view (visit) count by 2 instead of 1.
- Other bugs fixed.
Version v15.4.0
- Install wizard form improved.
- The listings multiple steps wizard form improved.
- The global.php language file improved (for easy translation).
- Improvements.
- Bugs fixed.
Version v15.3.4
- Improvements.
- Iceland country code (IS) bug fixed. In Laravel, the query builder may convert code like ->where('code', 'IS') in this SQL code WHERE code IS null instead to WHERE code = 'IS'.
Version v15.3.3 Nov 12, 2024
- Improvements.
- Bugs fixed.
Version v15.3.2 Oct 28, 2024
- Added an option in the admin panel to enable or disable diacritic-sensitive search support.
Note: Diacritic search support is now disabled by default, as it may require specific server configuration to function correctly.- Minor improvements.
- Minor bugs fixed.
LaraClassifier Version 15.3.0
- Database file paths' columns are changed in the API responses.
- File paths' columns are normalized in the database.
- Minor improvements.
- Minor bugs fixed.
