Skip to content

Commit 49ed72d

Browse files
committed
release v5.3.2
1 parent 17e0177 commit 49ed72d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MvcCore - Extension - Debug - Nette Tracy - Panel Session
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.1-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-debug-tracy-session/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.2-brightgreen.svg?style=plastic)](https://github.com/mvccore/ext-debug-tracy-session/releases)
44
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
55
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)
66

src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SessionPanel implements \Tracy\IBarPanel {
2424
* Comparison by PHP function version_compare();
2525
* @see http://php.net/manual/en/function.version-compare.php
2626
*/
27-
const VERSION = '5.3.1';
27+
const VERSION = '5.3.2';
2828

2929
/**
3030
* Internal constants to recognize session record types in template.

0 commit comments

Comments
 (0)