We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5dd60 commit 2585b68Copy full SHA for 2585b68
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+2020-01-17 - Release Version: 0.5.3
5
+
6
+ * Fixed php 7.4 deprecated code - https://github.com/firephp/firephp-core/pull/62
7
8
2019-09-08 - Release Version: 0.5.2
9
10
* Fixed `fb('Trace from here', FirePHP::TRACE)` and removed `Label` meta from trace logs
README.md
@@ -40,6 +40,11 @@ Test driven development:
40
# npm install -g nodemon
41
nodemon
42
43
+Release:
44
45
+ 1. Update `CHANGELOG.md`
46
+ 2. Git tag repository & push
47
48
49
API
50
---
0 commit comments