## 1.1.1

- Add width/height to admin bar SVG to fix FOUC

## 1.1.0

- Add settings to allow user to specify "post statuses" that trigger deployments
- Add support for deploying when ACF options pages are updated

## 1.0.0

- No longer uses `save_post` and `transition_post_status` to detect updates. Only uses `transition_post_status`
- Fix undefined offset error when options not yet saved

## 0.4.1

- No longer uses `sanitize_text_field()` on webhook url

## 0.4.0

- Add support for `transition_post_status` to better handle post changes
