Releases: gnowland/wp-jet-fuel
Releases · gnowland/wp-jet-fuel
v2.1.1
- Fixed composer autoload issue (it wasn't autoloading)
- Improved contribution docs
v2.0.0
BREAKING CHANGES
555b7ac separated edit page styles from global admin styles
- Adds new
add-editor-css
API
- Removes edit-page specific css from
admin.css
(add-admin-css
API)
v1.3.4
7634b1e - Added multisite network dropdown menu overflow fix
1.3.2
CHANGELOG
FIXES
- Fixed Division by zero PHP Warning in Module/CustomizeLogin.php
1.3.1
CHANGELOG
ADDITIONS
- Allow custom menu order to be passed to reorder-menu module
FIXES
- Fixed "cannot get property of non-object PHP warning in media redirect module when $post is not set
1.3.0
CHANGELOG
- Added "Remove Attachment Pages" module which
301
redirects attachment pages to post parent (if any), otherwise 302
redirects to home page.