Plugin Directory

Changeset 3494173


Ignore:
Timestamp:
03/30/2026 03:34:17 AM (7 days ago)
Author:
rilwis
Message:

Update to version 5.11.4 from GitHub

Location:
meta-box
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • meta-box/tags/5.11.4/inc/fields/block-editor.php

    r3489675 r3494173  
    5454            do_action( 'enqueue_block_editor_assets' );
    5555        }
     56
     57        do_action( 'rwmb_enqueue_block_editor_assets' );
    5658    }
    5759
  • meta-box/tags/5.11.4/inc/loader.php

    r3489675 r3494173  
    88    protected function constants() {
    99        // Script version, used to add version for scripts and styles.
    10         define( 'RWMB_VER', '5.11.3' );
     10        define( 'RWMB_VER', '5.11.4' );
    1111
    1212        list( $path, $url ) = self::get_path( dirname( __DIR__ ) );
  • meta-box/tags/5.11.4/meta-box.php

    r3489675 r3494173  
    44 * Plugin URI:  https://metabox.io
    55 * Description: Create custom meta boxes and custom fields in WordPress.
    6  * Version:     5.11.3
     6 * Version:     5.11.4
    77 * Author:      MetaBox.io
    88 * Author URI:  https://metabox.io
  • meta-box/tags/5.11.4/readme.txt

    r3489675 r3494173  
    44Tags: custom fields, custom post types, post type, custom taxonomies, meta box
    55Requires at least: 6.5
    6 Requires PHP: 7.2
     6Requires PHP: 7.4
    77Tested up to: 6.9.4
    88Stable tag: 5.11.4
     
    149149== Changelog ==
    150150
    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 =
    152156
    153157- 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  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • meta-box/trunk/inc/fields/block-editor.php

    r3489675 r3494173  
    5454            do_action( 'enqueue_block_editor_assets' );
    5555        }
     56
     57        do_action( 'rwmb_enqueue_block_editor_assets' );
    5658    }
    5759
  • meta-box/trunk/inc/loader.php

    r3489675 r3494173  
    88    protected function constants() {
    99        // Script version, used to add version for scripts and styles.
    10         define( 'RWMB_VER', '5.11.3' );
     10        define( 'RWMB_VER', '5.11.4' );
    1111
    1212        list( $path, $url ) = self::get_path( dirname( __DIR__ ) );
  • meta-box/trunk/meta-box.php

    r3489675 r3494173  
    44 * Plugin URI:  https://metabox.io
    55 * Description: Create custom meta boxes and custom fields in WordPress.
    6  * Version:     5.11.3
     6 * Version:     5.11.4
    77 * Author:      MetaBox.io
    88 * Author URI:  https://metabox.io
  • meta-box/trunk/readme.txt

    r3489675 r3494173  
    44Tags: custom fields, custom post types, post type, custom taxonomies, meta box
    55Requires at least: 6.5
    6 Requires PHP: 7.2
     6Requires PHP: 7.4
    77Tested up to: 6.9.4
    88Stable tag: 5.11.4
     
    149149== Changelog ==
    150150
    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 =
    152156
    153157- 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  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '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',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.