Releases: ginsterbusch/mastodon-embed
Version 2.5 (Direct embedding is default behaviour now)
This fixes a few smaller issues, including missing support for CW / NSFW content, and adds a major change, ie. that the direct embedding method is now default, and iframe embed is optional.
Bugfix release (center function)
This supposedly should fix the "center" function by changing the "center" attribute to "no_center".
Changelog:
2.4.3
- Replaced 'center' parameter with 'no_center', thus reversing its functionality (kinda); ie. center function is now enabled by default, but still only works in conjunction with the 'no_iframe' attribute set to '1'
2.4.2
- Added internal implementation of empty() for usage with shortcode attributes
- Updated the documentation to clarify that the newly introduced 'center' function works only in combination with directly embedded toots (parameter 'no_iframe')
Version 2.4 (pick out a toot)
Latest stable release.
Changelog:
- Added function to automatically pick out a single status from a conversation; enabled by default
- Fixed missing 'enable_debug' parameter
Version 2.3 (SSL improvements)
Ongoing effort to improve the SSL embed issues. This happens thanks to the sometimes missing "https" URL scheme, which leads to error messages / notives in current versions of Google Chrome and Firefox.
Version 2.2.3 bugfix release
Fixes a few minor (but annoying) bugs, including the incorrect documentation (the correct shortcode tag is mastodon, NOT mastodon_embed!) and improves the WP_DEBUG behaviour.
Version 2.2
Small bugfix + implements a manual cache refresh option (per shortcode).
Initial release
2.1 Mastodon Embed Improved