Skip to content

Commit 39d63b8

Browse files
committed
update TypeRocket core
1 parent 44485c5 commit 39d63b8

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

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
@@ -2720,17 +2720,17 @@
27202720
},
27212721
{
27222722
"name": "typerocket/core",
2723-
"version": "v5.1.24",
2724-
"version_normalized": "5.1.24.0",
2723+
"version": "v5.1.26",
2724+
"version_normalized": "5.1.26.0",
27252725
"source": {
27262726
"type": "git",
27272727
"url": "https://github.com/TypeRocket/core.git",
2728-
"reference": "efa6b84efd7bbf8063d7db8c131dc32fc7a885fa"
2728+
"reference": "0daf8667642012a803dc60f70a0b30f0b666e233"
27292729
},
27302730
"dist": {
27312731
"type": "zip",
2732-
"url": "https://api.github.com/repos/TypeRocket/core/zipball/efa6b84efd7bbf8063d7db8c131dc32fc7a885fa",
2733-
"reference": "efa6b84efd7bbf8063d7db8c131dc32fc7a885fa",
2732+
"url": "https://api.github.com/repos/TypeRocket/core/zipball/0daf8667642012a803dc60f70a0b30f0b666e233",
2733+
"reference": "0daf8667642012a803dc60f70a0b30f0b666e233",
27342734
"shasum": ""
27352735
},
27362736
"require": {
@@ -2744,7 +2744,7 @@
27442744
"require-dev": {
27452745
"phpunit/phpunit": "^9.5"
27462746
},
2747-
"time": "2022-08-29T18:49:03+00:00",
2747+
"time": "2022-08-29T19:42:46+00:00",
27482748
"type": "library",
27492749
"installation-source": "dist",
27502750
"autoload": {
@@ -2773,7 +2773,7 @@
27732773
"support": {
27742774
"docs": "https://typerocket.com/docs/v5/",
27752775
"issues": "https://github.com/TypeRocket/core/issues",
2776-
"source": "https://github.com/TypeRocket/core/tree/v5.1.24"
2776+
"source": "https://github.com/TypeRocket/core/tree/v5.1.26"
27772777
},
27782778
"install-path": "../typerocket/core"
27792779
},

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' => 'f15adc30915de20750c30ce017290881c8936ec1',
6+
'reference' => '44485c5c28d4e413e8e8bf55fb80c2230ac860dd',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -368,9 +368,9 @@
368368
'dev_requirement' => true,
369369
),
370370
'typerocket/core' => array(
371-
'pretty_version' => 'v5.1.24',
372-
'version' => '5.1.24.0',
373-
'reference' => 'efa6b84efd7bbf8063d7db8c131dc32fc7a885fa',
371+
'pretty_version' => 'v5.1.26',
372+
'version' => '5.1.26.0',
373+
'reference' => '0daf8667642012a803dc60f70a0b30f0b666e233',
374374
'type' => 'library',
375375
'install_path' => __DIR__ . '/../typerocket/core',
376376
'aliases' => array(),
@@ -379,7 +379,7 @@
379379
'typerocket/typerocket' => array(
380380
'pretty_version' => 'dev-main',
381381
'version' => 'dev-main',
382-
'reference' => 'f15adc30915de20750c30ce017290881c8936ec1',
382+
'reference' => '44485c5c28d4e413e8e8bf55fb80c2230ac860dd',
383383
'type' => 'library',
384384
'install_path' => __DIR__ . '/../../',
385385
'aliases' => array(),

typerocket/vendor/typerocket/core/src/Extensions/TypeRocketUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public function show()
468468
});
469469

470470
$icons = Dashicons::new()->iconNames();
471-
$form = Helper::form()->useErrors()->useOld()->setDebugStatus(false)->setGroup(static::OPTION);
471+
$form = Helper::form(WPOption::class, 'update')->setMethod('PUT')->useErrors()->useOld()->setDebugStatus(false)->setGroup(static::OPTION);
472472

473473
$values = json_decode(get_option(static::OPTION), true);
474474
$list = [

0 commit comments

Comments
 (0)