Skip to content

Commit

Permalink
10.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 11, 2024
1 parent cadd247 commit 69fcfc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Qa/Trace/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ static function p(T $t):string {return dfcf(function(T $t):string {return df_try
function() use($t) {return df_cc("\n\n", df_map_k($t, function(int $i, F $f):string {$i++; return df_ccc("\n\t", [
"$i\t" . $f->method()
# 2023-07-27 "Add GitHub links to backtrace frames": https://github.com/mage2pro/core/issues/285
,$f->url() ?: df_ccc(':', $f->file(), $f->line())
,$f->url() ?: ''
,df_ccc(':', $f->file(), $f->line())
]);}));}
# 2023-08-03 "Treat `\Throwable` similar to `\Exception`": https://github.com/mage2pro/core/issues/311
,function(\Throwable $th) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/core"
,"version": "10.5.4"
,"version": "10.5.5"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand Down

0 comments on commit 69fcfc2

Please sign in to comment.