# Changelog

## [Unreleased]
- Auto update/install theme when using Local integration mode.
- Add a URL generator/crawler to the test suite (local dev)
- Reintroduce wordpress/find

## [3.0.4] - 2021-12-15
### [Changed]
- Updated references to FishPig\WordPress\Model\Url to FishPig\WordPress\Model\UrlInterface

## [3.0.3] - 2021-12-15
### [Fixed]
- PHP URL class error in HeadAdditional block

## [3.0.2] - 2021-12-15
### [Added]
- Fallback for image resizer model, which is no longer included in the module as it's not possible to resize images in Magento anymore.
  Instead, you should change the image sizes (or create new sizes) in WordPress and this data will be available in Magento.
  
## [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 
