We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a653bd commit 72db841Copy full SHA for 72db841
CHANGELOG.md
@@ -2,3 +2,8 @@
2
3
## 1.0.2 - 2018-02-05
4
- First public release
5
+
6
+## 1.0.3 - 2018-04-14
7
+- Fixed [issue #2](https://github.com/josemmo/iotawebwallet/issues/2) (excluded reattached balance from unconfirmed total)
8
+- Added reattachment confirmed status to history ([issue #1](https://github.com/josemmo/iotawebwallet/issues/1))
9
+- Added unconfirmed balance to address list in summary
app/constants.php
@@ -1,5 +1,5 @@
1
<?php
-define('APP_VERSION', '1.0.2');
+define('APP_VERSION', '1.0.3');
define('DEP_IOTA_VERSION', '0.4.7');
define('DEP_JQUERY_VERSION', '3.3.1');
0 commit comments