Changeset 3401868
- Timestamp:
- 11/24/2025 01:09:06 PM (3 months ago)
- Location:
- meta-box
- Files:
-
- 10 edited
- 1 copied
-
tags/5.10.19 (copied) (copied from meta-box/trunk)
-
tags/5.10.19/inc/core.php (modified) (1 diff)
-
tags/5.10.19/inc/loader.php (modified) (1 diff)
-
tags/5.10.19/meta-box.php (modified) (1 diff)
-
tags/5.10.19/readme.txt (modified) (1 diff)
-
tags/5.10.19/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/inc/core.php (modified) (1 diff)
-
trunk/inc/loader.php (modified) (1 diff)
-
trunk/meta-box.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meta-box/tags/5.10.19/inc/core.php
r3401688 r3401868 1 1 <?php 2 3 use DateTime;4 use DateTimeZone;5 6 2 class RWMB_Core { 7 3 public function init() { -
meta-box/tags/5.10.19/inc/loader.php
r3401688 r3401868 8 8 protected function constants() { 9 9 // Script version, used to add version for scripts and styles. 10 define( 'RWMB_VER', '5.10.1 8' );10 define( 'RWMB_VER', '5.10.19' ); 11 11 12 12 list( $path, $url ) = self::get_path( dirname( __DIR__ ) ); -
meta-box/tags/5.10.19/meta-box.php
r3401688 r3401868 4 4 * Plugin URI: https://metabox.io 5 5 * Description: Create custom meta boxes and custom fields in WordPress. 6 * Version: 5.10.1 86 * Version: 5.10.19 7 7 * Author: MetaBox.io 8 8 * Author URI: https://metabox.io -
meta-box/tags/5.10.19/readme.txt
r3401688 r3401868 148 148 == Changelog == 149 149 150 = 5.10.19 - 2025-11-24 = 151 152 - Fix the `use` statement with non-compound name has no effect 153 150 154 = 5.10.18 - 2025-11-24 = 151 155 -
meta-box/tags/5.10.19/vendor/composer/installed.php
r3401688 r3401868 2 2 'root' => array( 3 3 'name' => 'wpmetabox/meta-box', 4 'pretty_version' => '5.10.1 8',5 'version' => '5.10.1 8.0',6 'reference' => ' 6aab85e8c016d931e30ccc8e7be445a194c6d7ff',4 'pretty_version' => '5.10.19', 5 'version' => '5.10.19.0', 6 'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'wpmetabox/meta-box' => array( 14 'pretty_version' => '5.10.1 8',15 'version' => '5.10.1 8.0',16 'reference' => ' 6aab85e8c016d931e30ccc8e7be445a194c6d7ff',14 'pretty_version' => '5.10.19', 15 'version' => '5.10.19.0', 16 'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
meta-box/trunk/inc/core.php
r3401688 r3401868 1 1 <?php 2 3 use DateTime;4 use DateTimeZone;5 6 2 class RWMB_Core { 7 3 public function init() { -
meta-box/trunk/inc/loader.php
r3401688 r3401868 8 8 protected function constants() { 9 9 // Script version, used to add version for scripts and styles. 10 define( 'RWMB_VER', '5.10.1 8' );10 define( 'RWMB_VER', '5.10.19' ); 11 11 12 12 list( $path, $url ) = self::get_path( dirname( __DIR__ ) ); -
meta-box/trunk/meta-box.php
r3401688 r3401868 4 4 * Plugin URI: https://metabox.io 5 5 * Description: Create custom meta boxes and custom fields in WordPress. 6 * Version: 5.10.1 86 * Version: 5.10.19 7 7 * Author: MetaBox.io 8 8 * Author URI: https://metabox.io -
meta-box/trunk/readme.txt
r3401688 r3401868 148 148 == Changelog == 149 149 150 = 5.10.19 - 2025-11-24 = 151 152 - Fix the `use` statement with non-compound name has no effect 153 150 154 = 5.10.18 - 2025-11-24 = 151 155 -
meta-box/trunk/vendor/composer/installed.php
r3401688 r3401868 2 2 'root' => array( 3 3 'name' => 'wpmetabox/meta-box', 4 'pretty_version' => '5.10.1 8',5 'version' => '5.10.1 8.0',6 'reference' => ' 6aab85e8c016d931e30ccc8e7be445a194c6d7ff',4 'pretty_version' => '5.10.19', 5 'version' => '5.10.19.0', 6 'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'wpmetabox/meta-box' => array( 14 'pretty_version' => '5.10.1 8',15 'version' => '5.10.1 8.0',16 'reference' => ' 6aab85e8c016d931e30ccc8e7be445a194c6d7ff',14 'pretty_version' => '5.10.19', 15 'version' => '5.10.19.0', 16 'reference' => '8f9a03f119e95027a6999a9d9525509c5db0c71c', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.