Skip to content

Releases: kazweda/iyo-block-code-renderer-scratch

v1.1.7

Choose a tag to compare

@kazweda kazweda released this 16 Sep 12:56
  • Add Text Domain and Domain Path headers and a generated languages/.pot file, enabling translation of the plugin listing via translate.wordpress.org (#9).
  • Add a readme FAQ entry documenting that users who manually installed the pre-rename iyo-scratch-blocks slug need to reinstall from WordPress.org to receive automatic updates (#10).

v1.1.5

Choose a tag to compare

@kazweda kazweda released this 12 Sep 09:26

Changes

  • Explicitly load scratchblocks scripts in the footer ($in_footer = true), fixing Plugin Check's WordPress.WP.EnqueuedResourceParameters.NotInFooter warnings
  • Render the block-matching call via wp_add_inline_script() instead of a manual footer <script> tag

v1.1.4

Choose a tag to compare

@kazweda kazweda released this 12 Sep 09:21

Changes

  • Add direct file access protection (if ( ! defined( 'ABSPATH' ) ) exit;) to the main plugin file (per WordPress.org Plugin Check)

v1.1.3

Choose a tag to compare

@kazweda kazweda released this 12 Sep 09:20

Changes

  • Update "Tested up to" to WordPress 7.1 (per WordPress.org Plugin Check)

v1.1.2

Choose a tag to compare

@kazweda kazweda released this 12 Sep 09:10

Changes

  • Update Author URI to the canonical non-www URL
  • Add a support/bug report link (GitHub issue tracker) to the readme FAQ

v1.1.1

Choose a tag to compare

@kazweda kazweda released this 12 Sep 08:52

Changes

  • Align plugin header license declaration with GPLv2 or later and add License URI

v1.1.0

Choose a tag to compare

@kazweda kazweda released this 12 Sep 08:47

Changes

  • Bundle scratchblocks v3.7.1 library locally instead of loading from an external CDN
  • Add readme.txt for WordPress.org plugin directory submission

Refs #5, #6, #7

v1.0.4

Choose a tag to compare

@kazweda kazweda released this 12 Sep 08:30

Changes

  • Update scratchblocks to v3.7.1 (following upstream release)

Fixes #4

v1.0.3

Choose a tag to compare

@kazweda kazweda released this 10 Jul 00:36

変更内容

  • scratchblocks を 3.6.4 → 3.7.0 に更新 (#2)
  • IDEでの add_action / wp_enqueue_script 未定義関数警告を解消する開発環境設定を追加 (#3)