Plugin Directory

Changeset 3401868


Ignore:
Timestamp:
11/24/2025 01:09:06 PM (3 months ago)
Author:
rilwis
Message:

Update to version 5.10.19 from GitHub

Location:
meta-box
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • meta-box/tags/5.10.19/inc/core.php

    r3401688 r3401868  
    11<?php
    2 
    3 use DateTime;
    4 use DateTimeZone;
    5 
    62class RWMB_Core {
    73    public function init() {
  • meta-box/tags/5.10.19/inc/loader.php

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

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

    r3401688 r3401868  
    148148== Changelog ==
    149149
     150= 5.10.19 - 2025-11-24 =
     151
     152- Fix the `use` statement with non-compound name has no effect
     153
    150154= 5.10.18 - 2025-11-24 =
    151155
  • meta-box/tags/5.10.19/vendor/composer/installed.php

    r3401688 r3401868  
    22    'root' => array(
    33        'name' => 'wpmetabox/meta-box',
    4         'pretty_version' => '5.10.18',
    5         'version' => '5.10.18.0',
    6         'reference' => '6aab85e8c016d931e30ccc8e7be445a194c6d7ff',
     4        'pretty_version' => '5.10.19',
     5        'version' => '5.10.19.0',
     6        'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpmetabox/meta-box' => array(
    14             'pretty_version' => '5.10.18',
    15             'version' => '5.10.18.0',
    16             'reference' => '6aab85e8c016d931e30ccc8e7be445a194c6d7ff',
     14            'pretty_version' => '5.10.19',
     15            'version' => '5.10.19.0',
     16            'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • meta-box/trunk/inc/core.php

    r3401688 r3401868  
    11<?php
    2 
    3 use DateTime;
    4 use DateTimeZone;
    5 
    62class RWMB_Core {
    73    public function init() {
  • meta-box/trunk/inc/loader.php

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

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

    r3401688 r3401868  
    148148== Changelog ==
    149149
     150= 5.10.19 - 2025-11-24 =
     151
     152- Fix the `use` statement with non-compound name has no effect
     153
    150154= 5.10.18 - 2025-11-24 =
    151155
  • meta-box/trunk/vendor/composer/installed.php

    r3401688 r3401868  
    22    'root' => array(
    33        'name' => 'wpmetabox/meta-box',
    4         'pretty_version' => '5.10.18',
    5         'version' => '5.10.18.0',
    6         'reference' => '6aab85e8c016d931e30ccc8e7be445a194c6d7ff',
     4        'pretty_version' => '5.10.19',
     5        'version' => '5.10.19.0',
     6        'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'wpmetabox/meta-box' => array(
    14             'pretty_version' => '5.10.18',
    15             'version' => '5.10.18.0',
    16             'reference' => '6aab85e8c016d931e30ccc8e7be445a194c6d7ff',
     14            'pretty_version' => '5.10.19',
     15            'version' => '5.10.19.0',
     16            'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.