Skip to content

Releases: twotenstudio/twoten-inline-canvas

v1.3.1

Choose a tag to compare

@twotenstudio twotenstudio released this 08 Sep 17:43
841c6c5

Fixes the plugin header version. v1.3.0 was tagged before the header was bumped, so its ZIP reported 1.2.0 and would have re-offered itself as an update on every check.

Includes everything from v1.3.0:

  • Reset stale "mode":"preview" attributes at parse time for blocks whose mode toggle is hidden, so no database clean-up is needed.
  • Update from GitHub releases via the core Update URI mechanism, with a "Check for updates" link on the plugin row.

v1.3.0

Choose a tag to compare

@twotenstudio twotenstudio released this 08 Sep 17:38
22d4ca0
Attach a clean plugin ZIP to each GitHub release

On release publish, zip the three shipped files under the plugin slug folder and upload twoten-inline-canvas-for-acf-blocks.zip to the release. The plugin's built-in updater prefers this asset over the tag archive, so updates install without repo-only files.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

v1.2.0

Choose a tag to compare

@twotenstudio twotenstudio released this 08 Sep 10:33
fb677f7
v1.2.0: pin ACF block version to 2 so inline fields render on WP 7.1

ACF PRO 6.8+ defaults block.json blocks to ACF block version 3 on WordPress 7.1+. Version 3 blocks always render a preview with an "Edit Block" modal and never draw the field form inline, iframe or not, so un-iframing the canvas alone no longer restored inline fields.

- Add tts_cc_acf_block_version() on acf/blocks/default_block_version, lowering the json default from 3 to 2. Explicit "blockVersion" values in block.json and PHP-registered blocks are untouched; the tts_inline_canvas_enabled kill switch disables it too.
- Bump plugin header to 1.2.0 (the v1.1.0 tag still reported 1.0.0).
- readme.txt: stable tag, block requirements, new FAQ entry, changelog for 1.1.0 and 1.2.0.
- README.md: document the block version pin.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

v1.1.0

Choose a tag to compare

@twotenstudio twotenstudio released this 26 Aug 15:15
Merge remote README edit (superseded by renamed README)

v1.0.0

Choose a tag to compare

@twotenstudio twotenstudio released this 21 Aug 10:21
999cab7
Update README.md