Skip to content

Commit 16d7b32

Browse files
committed
bump version and update core
1 parent 4cb2cd1 commit 16d7b32

19 files changed

Lines changed: 272 additions & 86 deletions

File tree

typerocket-v5.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: TypeRocket - Andromeda
44
Plugin URI: https://typerocket.com/
55
Description: TypeRocket is a framework that joins refined UI elements and modern programming architecture together.
6-
Version: 5.1.9
6+
Version: 5.1.10
77
Requires at least: 6.0
88
Requires PHP: 7.4
99
Author: TypeRocket
@@ -34,7 +34,7 @@ public function __construct()
3434
return;
3535
}
3636

37-
define('TYPEROCKET_PLUGIN_VERSION', '5.1.9');
37+
define('TYPEROCKET_PLUGIN_VERSION', '5.1.10');
3838
define('TYPEROCKET_PLUGIN_INSTALL', __DIR__);
3939

4040
if(!defined('TYPEROCKET_ROOT_WP'))
@@ -66,7 +66,7 @@ public function __construct()
6666

6767
public function links($actions, $plugin_file)
6868
{
69-
if( $found = strpos(__FILE__, $plugin_file) ) {
69+
if( strpos(__FILE__, $plugin_file) ) {
7070
$url = menu_page_url($this->id, false);
7171
$actions['settings'] = '<a href="'.$url.'" aria-label="TypeRocket Settings">Settings</a>';
7272
$actions['pro'] = '<a target="_blank" href="https://typerocket.com/pro/" aria-label="TypeRocket Pro">Get Pro</a>';

typerocket/composer.lock

Lines changed: 19 additions & 19 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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,17 @@
313313
},
314314
{
315315
"name": "phpunit/php-code-coverage",
316-
"version": "9.2.16",
317-
"version_normalized": "9.2.16.0",
316+
"version": "9.2.17",
317+
"version_normalized": "9.2.17.0",
318318
"source": {
319319
"type": "git",
320320
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
321-
"reference": "2593003befdcc10db5e213f9f28814f5aa8ac073"
321+
"reference": "aa94dc41e8661fe90c7316849907cba3007b10d8"
322322
},
323323
"dist": {
324324
"type": "zip",
325-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2593003befdcc10db5e213f9f28814f5aa8ac073",
326-
"reference": "2593003befdcc10db5e213f9f28814f5aa8ac073",
325+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8",
326+
"reference": "aa94dc41e8661fe90c7316849907cba3007b10d8",
327327
"shasum": ""
328328
},
329329
"require": {
@@ -348,7 +348,7 @@
348348
"ext-pcov": "*",
349349
"ext-xdebug": "*"
350350
},
351-
"time": "2022-08-20T05:26:47+00:00",
351+
"time": "2022-08-30T12:24:04+00:00",
352352
"type": "library",
353353
"extra": {
354354
"branch-alias": {
@@ -381,7 +381,7 @@
381381
],
382382
"support": {
383383
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
384-
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.16"
384+
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17"
385385
},
386386
"funding": [
387387
{
@@ -646,17 +646,17 @@
646646
},
647647
{
648648
"name": "phpunit/phpunit",
649-
"version": "9.5.23",
650-
"version_normalized": "9.5.23.0",
649+
"version": "9.5.24",
650+
"version_normalized": "9.5.24.0",
651651
"source": {
652652
"type": "git",
653653
"url": "https://github.com/sebastianbergmann/phpunit.git",
654-
"reference": "888556852e7e9bbeeedb9656afe46118765ade34"
654+
"reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5"
655655
},
656656
"dist": {
657657
"type": "zip",
658-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/888556852e7e9bbeeedb9656afe46118765ade34",
659-
"reference": "888556852e7e9bbeeedb9656afe46118765ade34",
658+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5",
659+
"reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5",
660660
"shasum": ""
661661
},
662662
"require": {
@@ -685,14 +685,14 @@
685685
"sebastian/global-state": "^5.0.1",
686686
"sebastian/object-enumerator": "^4.0.3",
687687
"sebastian/resource-operations": "^3.0.3",
688-
"sebastian/type": "^3.0",
688+
"sebastian/type": "^3.1",
689689
"sebastian/version": "^3.0.2"
690690
},
691691
"suggest": {
692692
"ext-soap": "*",
693693
"ext-xdebug": "*"
694694
},
695-
"time": "2022-08-22T14:01:36+00:00",
695+
"time": "2022-08-30T07:42:16+00:00",
696696
"bin": [
697697
"phpunit"
698698
],
@@ -731,7 +731,7 @@
731731
],
732732
"support": {
733733
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
734-
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.23"
734+
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24"
735735
},
736736
"funding": [
737737
{
@@ -2720,17 +2720,17 @@
27202720
},
27212721
{
27222722
"name": "typerocket/core",
2723-
"version": "v5.1.26",
2724-
"version_normalized": "5.1.26.0",
2723+
"version": "v5.1.27",
2724+
"version_normalized": "5.1.27.0",
27252725
"source": {
27262726
"type": "git",
27272727
"url": "https://github.com/TypeRocket/core.git",
2728-
"reference": "0daf8667642012a803dc60f70a0b30f0b666e233"
2728+
"reference": "2f75aa26f47d9e9f68fbceb6d7de035e27b5f4ce"
27292729
},
27302730
"dist": {
27312731
"type": "zip",
2732-
"url": "https://api.github.com/repos/TypeRocket/core/zipball/0daf8667642012a803dc60f70a0b30f0b666e233",
2733-
"reference": "0daf8667642012a803dc60f70a0b30f0b666e233",
2732+
"url": "https://api.github.com/repos/TypeRocket/core/zipball/2f75aa26f47d9e9f68fbceb6d7de035e27b5f4ce",
2733+
"reference": "2f75aa26f47d9e9f68fbceb6d7de035e27b5f4ce",
27342734
"shasum": ""
27352735
},
27362736
"require": {
@@ -2744,7 +2744,7 @@
27442744
"require-dev": {
27452745
"phpunit/phpunit": "^9.5"
27462746
},
2747-
"time": "2022-08-29T19:42:46+00:00",
2747+
"time": "2022-08-31T00:33:07+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.26"
2776+
"source": "https://github.com/TypeRocket/core/tree/v5.1.27"
27772777
},
27782778
"install-path": "../typerocket/core"
27792779
},

typerocket/vendor/composer/installed.php

Lines changed: 11 additions & 11 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' => '44485c5c28d4e413e8e8bf55fb80c2230ac860dd',
6+
'reference' => '4cb2cd1aa220a2408f8a65fce1879de29f42cf3d',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -56,9 +56,9 @@
5656
'dev_requirement' => true,
5757
),
5858
'phpunit/php-code-coverage' => array(
59-
'pretty_version' => '9.2.16',
60-
'version' => '9.2.16.0',
61-
'reference' => '2593003befdcc10db5e213f9f28814f5aa8ac073',
59+
'pretty_version' => '9.2.17',
60+
'version' => '9.2.17.0',
61+
'reference' => 'aa94dc41e8661fe90c7316849907cba3007b10d8',
6262
'type' => 'library',
6363
'install_path' => __DIR__ . '/../phpunit/php-code-coverage',
6464
'aliases' => array(),
@@ -101,9 +101,9 @@
101101
'dev_requirement' => true,
102102
),
103103
'phpunit/phpunit' => array(
104-
'pretty_version' => '9.5.23',
105-
'version' => '9.5.23.0',
106-
'reference' => '888556852e7e9bbeeedb9656afe46118765ade34',
104+
'pretty_version' => '9.5.24',
105+
'version' => '9.5.24.0',
106+
'reference' => 'd0aa6097bef9fd42458a9b3c49da32c6ce6129c5',
107107
'type' => 'library',
108108
'install_path' => __DIR__ . '/../phpunit/phpunit',
109109
'aliases' => array(),
@@ -368,9 +368,9 @@
368368
'dev_requirement' => true,
369369
),
370370
'typerocket/core' => array(
371-
'pretty_version' => 'v5.1.26',
372-
'version' => '5.1.26.0',
373-
'reference' => '0daf8667642012a803dc60f70a0b30f0b666e233',
371+
'pretty_version' => 'v5.1.27',
372+
'version' => '5.1.27.0',
373+
'reference' => '2f75aa26f47d9e9f68fbceb6d7de035e27b5f4ce',
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' => '44485c5c28d4e413e8e8bf55fb80c2230ac860dd',
382+
'reference' => '4cb2cd1aa220a2408f8a65fce1879de29f42cf3d',
383383
'type' => 'library',
384384
'install_path' => __DIR__ . '/../../',
385385
'aliases' => array(),

typerocket/vendor/phpunit/php-code-coverage/ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [9.2.17] - 2022-08-30
6+
7+
### Changed
8+
9+
* [#928](https://github.com/sebastianbergmann/php-code-coverage/pull/928): Avoid unnecessary `is_file()` calls
10+
* [#931](https://github.com/sebastianbergmann/php-code-coverage/pull/931): Use MD5 instead of CRC32 for static analysis cache file identifier
11+
12+
### Fixed
13+
14+
* [#926](https://github.com/sebastianbergmann/php-code-coverage/pull/926): Static Analysis cache does not work with `open_basedir`
15+
516
## [9.2.16] - 2022-08-20
617

718
### Fixed
@@ -404,6 +415,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
404415

405416
* This component is no longer supported on PHP 7.1
406417

418+
[9.2.17]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17
407419
[9.2.16]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16
408420
[9.2.15]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15
409421
[9.2.14]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.13...9.2.14

typerocket/vendor/phpunit/php-code-coverage/src/Filter.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,7 @@ public function isFile(string $filename): bool
100100

101101
public function isExcluded(string $filename): bool
102102
{
103-
if (!$this->isFile($filename)) {
104-
return true;
105-
}
106-
107-
return !isset($this->files[$filename]);
103+
return !isset($this->files[$filename]) || !$this->isFile($filename);
108104
}
109105

110106
/**

0 commit comments

Comments
 (0)