Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 28, 2024
1 parent ca0c820 commit 27ca8ae
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to `WP Block Converter` will be documented in this file.

## 1.3.0

- Adds macro support to the converter, allowing for custom tags to be added to the
converter.
- Adds support for `hr` tags.
- Adds support for embeds.

## 1.2.0

- Enhancement: Adds support for non-standard ports in sanitized URLs (e.g.,
8080).
- Enhancement: Added new filter called `wp_block_converter_sanitized_image_url`
which allows the image URL for converted images to be filtered before being
applied.
- Bugfix: Changed the behavior of the `create_or_get_attachment` function to
throw an exception instead of returning a `WP_Error`, which wasn't being
handled previously and would result in a crash if a non-string value was
returned by `upload_image`.
- Bugfix: Ensure `upload_image` returns the image URL.

## 1.1.0

- Expands PHP version support from just 8.0 to include 8.1 and 8.2

## 1.0.0 - 2022-12-19

- Initial release

0 comments on commit 27ca8ae

Please sign in to comment.