Contains an incredible amount of code style improvements, making the code cleaner and more readable.
Makes sure every function in the plugin is documented using PHPDoc by having it checked automatically by the Codesniffer.
Refactored a lot of legacy code in the admin, mainly with regard to the way output is rendered. Provides for a better separation of concerns, making the code more comprehensible and re-usable.
Deprecated a large amount of form methods and moved them to the Yoast_Form class. Click here for the list of deprecated methods.
Deprecated a large amount of utility functions and moved them to the WPSEO_Utils class. Click here for the list of deprecated functions.