# Changelog

## 1.4.1

- フローティングバナーの高度な制御を実装
  - show_at, delay パラメータで表示タイミングを柔軟に指定可能に
  - show_at=0 でページロード後 delay 秒のみで表示できる仕様に
  - z-index を任意に調整可能（サイドメニューの上・モーダルの下など細かい重なり順制御）
  - バナー要素を body 直下に移動し、重なりコンテキスト問題を根本解決
  - バナーの初期状態・表示/非表示制御を外部 JS（floating-banner.js）に一本化
  - マウスオーバーで拡大＆不透明化、閉じるボタン、レスポンシブ対応
- 古いインライン JS や不要な opacity 上書き処理を完全削除
- その他細かなバグ修正・安定性向上

## 1.4.0

- バージョン番号のみ更新（将来の新機能追加のための準備リリース）
- 既存機能・ショートコードの動作に変更なし

## 1.3.9

- Fixed logic priority issues to correctly support `link_only="wp"` and other combinations
- Improved shortcode compatibility with both `cid` and `aid` parameters
- Ensured backward compatibility for image size options (`large`, `small`, `simple`, `video`)
- Cleaned conditional structure for reliable behavior
- Added support to bypass WordPress link auto-embedding using `link_only="wp"` (prefixes URL with `!`)
- Plugin name and slug changed to comply with WordPress.org naming guidelines

## 1.2.0

- Added support for `size="video"` to embed DMM sample video trailers using iframe
- Verified against WordPress 6.8

## 1.1.0

- Added admin panel for setting API ID
- Implemented output escaping and sanitization for security
- Fixed warnings from Plugin Check

## 1.0.0

- Initial release with image embedding based on `cid`
