Skip to content

Commit db97826

Browse files
committed
fix bugs
1 parent 2a18608 commit db97826

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

typerocket-v6.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: TypeRocket - Antennae
44
Plugin URI: https://typerocket.com/
55
Description: TypeRocket is a framework that joins refined UI elements and modern programming architecture together.
6-
Version: 6.0.1
6+
Version: 6.0.2
77
Requires at least: 6.1
88
Requires PHP: 8.0.2
99
Author: TypeRocket
@@ -41,7 +41,7 @@ public function plugins_loaded()
4141
return;
4242
}
4343

44-
define('TYPEROCKET_PLUGIN_VERSION', '6.0.1');
44+
define('TYPEROCKET_PLUGIN_VERSION', '6.0.2');
4545
define('TYPEROCKET_PLUGIN_INSTALL', __DIR__);
4646
define('TYPEROCKET_PLUGIN_PRO', false);
4747

typerocket/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typerocket/vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,17 +2486,17 @@
24862486
},
24872487
{
24882488
"name": "typerocket/core",
2489-
"version": "v6.0.3",
2490-
"version_normalized": "6.0.3.0",
2489+
"version": "v6.0.4",
2490+
"version_normalized": "6.0.4.0",
24912491
"source": {
24922492
"type": "git",
24932493
"url": "https://github.com/TypeRocket/core.git",
2494-
"reference": "30d5088511aec1733a97c9299b3a1ecc049ffc41"
2494+
"reference": "f66a4401591c02d4553969a82d858773ea5419b6"
24952495
},
24962496
"dist": {
24972497
"type": "zip",
2498-
"url": "https://api.github.com/repos/TypeRocket/core/zipball/30d5088511aec1733a97c9299b3a1ecc049ffc41",
2499-
"reference": "30d5088511aec1733a97c9299b3a1ecc049ffc41",
2498+
"url": "https://api.github.com/repos/TypeRocket/core/zipball/f66a4401591c02d4553969a82d858773ea5419b6",
2499+
"reference": "f66a4401591c02d4553969a82d858773ea5419b6",
25002500
"shasum": ""
25012501
},
25022502
"require": {
@@ -2510,7 +2510,7 @@
25102510
"require-dev": {
25112511
"phpunit/phpunit": "^9.5"
25122512
},
2513-
"time": "2023-05-31T19:08:31+00:00",
2513+
"time": "2023-06-06T13:42:56+00:00",
25142514
"type": "library",
25152515
"installation-source": "dist",
25162516
"autoload": {
@@ -2539,7 +2539,7 @@
25392539
"support": {
25402540
"docs": "https://typerocket.com/docs/v6/",
25412541
"issues": "https://github.com/TypeRocket/core/issues",
2542-
"source": "https://github.com/TypeRocket/core/tree/v6.0.3"
2542+
"source": "https://github.com/TypeRocket/core/tree/v6.0.4"
25432543
},
25442544
"install-path": "../typerocket/core"
25452545
},

typerocket/vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'typerocket/typerocket',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '285ae7ca11b4652445c48b11756942e8e78c9cb3',
6+
'reference' => '2a186087e6f1a854b833818a7478e4b62e042972',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -341,9 +341,9 @@
341341
'dev_requirement' => true,
342342
),
343343
'typerocket/core' => array(
344-
'pretty_version' => 'v6.0.3',
345-
'version' => '6.0.3.0',
346-
'reference' => '30d5088511aec1733a97c9299b3a1ecc049ffc41',
344+
'pretty_version' => 'v6.0.4',
345+
'version' => '6.0.4.0',
346+
'reference' => 'f66a4401591c02d4553969a82d858773ea5419b6',
347347
'type' => 'library',
348348
'install_path' => __DIR__ . '/../typerocket/core',
349349
'aliases' => array(),
@@ -352,7 +352,7 @@
352352
'typerocket/typerocket' => array(
353353
'pretty_version' => 'dev-main',
354354
'version' => 'dev-main',
355-
'reference' => '285ae7ca11b4652445c48b11756942e8e78c9cb3',
355+
'reference' => '2a186087e6f1a854b833818a7478e4b62e042972',
356356
'type' => 'library',
357357
'install_path' => __DIR__ . '/../../',
358358
'aliases' => array(),

typerocket/vendor/typerocket/core/src/Utility/Helper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public static function modelClass($resource, $instance = true)
144144
* @return string
145145
*/
146146
public static function appNamespace($append = null) {
147+
$append ??= '';
147148
$space = $append ? "\\" . TYPEROCKET_APP_NAMESPACE . "\\" : TYPEROCKET_APP_NAMESPACE;
148149
return $space . ltrim($append, '\\');
149150
}
@@ -160,7 +161,7 @@ public static function hash() {
160161
}
161162

162163
/**
163-
* Instance the From
164+
* Instance the Form
164165
*
165166
* @param string|Formable|array|null $resource posts, users, comments, options your own
166167
* @param string|null $action update, delete, or create

0 commit comments

Comments
 (0)