- Replacing dull monotone avatars with color ones. props @akirk
- Remove usage of 'jetpack_development_mode' that's been deprecated. props @crstauf
- Gracefully handle empty values for script and stylesheet URLs. props @johnbillion
- Remove usage of method that's been deprecated in WordPress trunk. props @johnbillion
- Added localhost bypass for loading CSS and JS files when hot reloading. props @shadyvb
- Added additional hook removals for new automated updates and language packs.
- Removed outdated
create_function
call for PHP 7.2 compatibility. props @geminorum - General cleanup
- Adding option to force transient purge
- Adding
clean
action to WP-CLI functions
- Adding WP-CLI support. props @markjaquith
- Fix settings page language drowdown when used offline. props @onnimonni
- modify CSS loading for front-end, removed loading for login page. props @barryceelen
- fixed WP.org theme API call request to avoid
WP_Error
return. props @onnimonni
- prevent BuddyPress from falling back to Gravatar. props @johnbillion
- allow
JETPACK_DEV_DEBUG
constant to take priority over filter. props @kopepasah - added additional CSS for upcoming 4.6. change to upload tab.
- allow local HTTP calls with optional filter. props @johnbillion
- add back index.php link to main dashboard menu item
- bumped minimum WP version requirement to 4.4
- minor tweak to include CSS for new icon font
- adding custom icon font for display and removing label. props @barryceelen
- better setup for blocked external assets. props @johnbillion
- modified CSS rules to fix media bulk actions bar from disappearing
- moved
airplane_mode_status_change
action to run before redirect, and now includes the status being run.
- added back HTTP count when inactive
- removed HTTP count completely when Query Monitor is active
- fixed incorrect nonce check that was breaking toggle
- changed CSS and JS checks to include all themes and plugins as well as core
- added
airplane_mode_purge_transients
filter to bypass transient purge
- changed from colored circle to actual airplane icon for usability
- fixed dashboard link icon for multisite
- changed to exclude all external stylesheets, not just Open Sans
- added language files for translateable goodness
- general cleanup for WP coding standards
- added
class_exists
as now included in DesktopServer and collisions could result - fixed
if ( ! defined ...
forAIRMDE_BASE
constant - add
.gitattributes
to remove certain files from updates
- fixed some CSS from hiding plugins page bar
- moved changelog to it's own file
- added
composer.json
- added contributors to readme
- clarified license (MIT)
- version bump for GitHub updater
- fixed bug in update logic that was preventing checks when disabled (but activated). props @johnbillion
- added
airplane_mode_status_change
hook for functions to fire on status change - purge update related transients on disable
- added WordPress formatted readme file
- added GitHub Updater support
- fixed update capabilities when status is disabled
- lots of stuff. I wasn't keeping a changelog. I apologize.