Sean Fisher
Sean Fisher
- Remove Laravel Mix - Switch to new asset map from https://github.com/alleyinteractive/mantle-framework/pull/319 The front-end assets here are already code reviewed in alleyinteractive/create-wordpress-plugin.
- Move options to env configuration - Renaming the queue service provider
https://nova.laravel.com/ Not Nova so much as a way to define fields and settings for WordPress.
- Allow all attachments on a site to be hosted on S3 - Allow for Jetpack to resize images on a site or for S3 to host all resized attachment...
Refs: https://wordpress.org/support/topic/wp-loginphp-still-showing-with-define-force_ssl_login-true?replies=1
Prevent a slow query on `robots.txt` and cache the expensive year query. On larger sites, this is an expensive query.
- Adds a `post_status` check to an expensive query. - Aligns `post_status` use in the plugin to use the actual public post statuses from `get_post_stati()`.