Upgrade to version 11.0.1 #1

Merged
steve merged 60 commits from v11.0.1 into main 2025-10-30 22:14:46 +00:00
Showing only changes of commit 25ef858d58 - Show all commits

View File

@@ -33,8 +33,7 @@ require $composer;
|
*/
add_action('after_setup_theme', function () {
Application::configure()
Application::configure()
->withMiddleware(function (Middleware $middleware) {
//
})
@@ -42,7 +41,6 @@ add_action('after_setup_theme', function () {
//
})
->boot();
}, 0);
/*
|--------------------------------------------------------------------------