# Changelog

## [Unreleased]
- Auto update/install theme when using Local integration mode.

## [3.0.7] - 2021-12-16
### [Fixed]
- Updated references to legacy classes to the new implementations.
- Fixed resizing images when in local mode. Images cannot be resized in External integration mode as the images live
  on the external server so cannot be resized by Magento. To resize images in external mode, create new image sizes in
  in WordPress and these will be available in Magento automatically.

## [3.0.3] - 2021-12-15
### [Fixed]
- PHP URL class error in HeadAdditional block
  
## [3.0.1] - 2021-12-15
### [Changed]
- References to FishPig\WordPress\Model\Logger have been changed to FishPig\WordPress\App\Logger

## [3.0.0] - 2021-12-15
This is a new major version of this module and all add-on modules. The module now uses semantic versioning and each module has a public change log.
You can see the old change log here: https://github.com/bentideswell/magento2-wordpress-integration/blob/dbce94d8089fc4f8d5c88225010394ec4c5f7dd5/changelog.txt


### [Added]
- Ability to connect/integrate WordPress hosted on a separate server. Can still integrate local installations. This can be selected in the module config.

### [Removed]
- No longer able to resize images dynamically
- No longer able to run WP code in Magento using 
