Changeset 3494173
- Timestamp:
- 03/30/2026 03:34:17 AM (7 days ago)
- Location:
- meta-box
- Files:
-
- 10 edited
- 1 copied
-
tags/5.11.4 (copied) (copied from meta-box/trunk)
-
tags/5.11.4/inc/fields/block-editor.php (modified) (1 diff)
-
tags/5.11.4/inc/loader.php (modified) (1 diff)
-
tags/5.11.4/meta-box.php (modified) (1 diff)
-
tags/5.11.4/readme.txt (modified) (2 diffs)
-
tags/5.11.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/inc/fields/block-editor.php (modified) (1 diff)
-
trunk/inc/loader.php (modified) (1 diff)
-
trunk/meta-box.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meta-box/tags/5.11.4/inc/fields/block-editor.php
r3489675 r3494173 54 54 do_action( 'enqueue_block_editor_assets' ); 55 55 } 56 57 do_action( 'rwmb_enqueue_block_editor_assets' ); 56 58 } 57 59 -
meta-box/tags/5.11.4/inc/loader.php
r3489675 r3494173 8 8 protected function constants() { 9 9 // Script version, used to add version for scripts and styles. 10 define( 'RWMB_VER', '5.11. 3' );10 define( 'RWMB_VER', '5.11.4' ); 11 11 12 12 list( $path, $url ) = self::get_path( dirname( __DIR__ ) ); -
meta-box/tags/5.11.4/meta-box.php
r3489675 r3494173 4 4 * Plugin URI: https://metabox.io 5 5 * Description: Create custom meta boxes and custom fields in WordPress. 6 * Version: 5.11. 36 * Version: 5.11.4 7 7 * Author: MetaBox.io 8 8 * Author URI: https://metabox.io -
meta-box/tags/5.11.4/readme.txt
r3489675 r3494173 4 4 Tags: custom fields, custom post types, post type, custom taxonomies, meta box 5 5 Requires at least: 6.5 6 Requires PHP: 7. 26 Requires PHP: 7.4 7 7 Tested up to: 6.9.4 8 8 Stable tag: 5.11.4 … … 149 149 == Changelog == 150 150 151 = 5.11.4 - 2026-03-24 = 151 = 5.11.4 - 2026-03-30 = 152 153 - Add an internal hook for enqueuing custom blocks' assets for `block_editor` field 154 155 = 5.11.3 - 2026-03-24 = 152 156 153 157 - Add `toolbar_position` option for the block editor field, which accepts value `top` (default) or `contextual`. This option is for where to display editing toolbar for blocks. -
meta-box/tags/5.11.4/vendor/composer/installed.php
r3489675 r3494173 2 2 'root' => array( 3 3 'name' => 'wpmetabox/meta-box', 4 'pretty_version' => '5.11. 3',5 'version' => '5.11. 3.0',6 'reference' => ' ba3573605781ada11c77765955b22e2fbf9ed9ac',4 'pretty_version' => '5.11.4', 5 'version' => '5.11.4.0', 6 'reference' => 'e704e95b60669ae46e47555278a680096c196077', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'wpmetabox/meta-box' => array( 14 'pretty_version' => '5.11. 3',15 'version' => '5.11. 3.0',16 'reference' => ' ba3573605781ada11c77765955b22e2fbf9ed9ac',14 'pretty_version' => '5.11.4', 15 'version' => '5.11.4.0', 16 'reference' => 'e704e95b60669ae46e47555278a680096c196077', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
meta-box/trunk/inc/fields/block-editor.php
r3489675 r3494173 54 54 do_action( 'enqueue_block_editor_assets' ); 55 55 } 56 57 do_action( 'rwmb_enqueue_block_editor_assets' ); 56 58 } 57 59 -
meta-box/trunk/inc/loader.php
r3489675 r3494173 8 8 protected function constants() { 9 9 // Script version, used to add version for scripts and styles. 10 define( 'RWMB_VER', '5.11. 3' );10 define( 'RWMB_VER', '5.11.4' ); 11 11 12 12 list( $path, $url ) = self::get_path( dirname( __DIR__ ) ); -
meta-box/trunk/meta-box.php
r3489675 r3494173 4 4 * Plugin URI: https://metabox.io 5 5 * Description: Create custom meta boxes and custom fields in WordPress. 6 * Version: 5.11. 36 * Version: 5.11.4 7 7 * Author: MetaBox.io 8 8 * Author URI: https://metabox.io -
meta-box/trunk/readme.txt
r3489675 r3494173 4 4 Tags: custom fields, custom post types, post type, custom taxonomies, meta box 5 5 Requires at least: 6.5 6 Requires PHP: 7. 26 Requires PHP: 7.4 7 7 Tested up to: 6.9.4 8 8 Stable tag: 5.11.4 … … 149 149 == Changelog == 150 150 151 = 5.11.4 - 2026-03-24 = 151 = 5.11.4 - 2026-03-30 = 152 153 - Add an internal hook for enqueuing custom blocks' assets for `block_editor` field 154 155 = 5.11.3 - 2026-03-24 = 152 156 153 157 - Add `toolbar_position` option for the block editor field, which accepts value `top` (default) or `contextual`. This option is for where to display editing toolbar for blocks. -
meta-box/trunk/vendor/composer/installed.php
r3489675 r3494173 2 2 'root' => array( 3 3 'name' => 'wpmetabox/meta-box', 4 'pretty_version' => '5.11. 3',5 'version' => '5.11. 3.0',6 'reference' => ' ba3573605781ada11c77765955b22e2fbf9ed9ac',4 'pretty_version' => '5.11.4', 5 'version' => '5.11.4.0', 6 'reference' => 'e704e95b60669ae46e47555278a680096c196077', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'wpmetabox/meta-box' => array( 14 'pretty_version' => '5.11. 3',15 'version' => '5.11. 3.0',16 'reference' => ' ba3573605781ada11c77765955b22e2fbf9ed9ac',14 'pretty_version' => '5.11.4', 15 'version' => '5.11.4.0', 16 'reference' => 'e704e95b60669ae46e47555278a680096c196077', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.