diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7e0e47d0..2fc4e7a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem. - OS: [e.g. ubuntu, windows] **iris.Version** -- e.g. v12.2.0-alpha3 or master +- e.g. v12.2.0-alpha4 or master Please make sure the bug is reproducible over the `master` branch: diff --git a/README_FA.md b/README_FA.md index c0eaa526..c9f2417e 100644 --- a/README_FA.md +++ b/README_FA.md @@ -242,7 +242,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei $ mkdir myapp $ cd myapp $ go mod init myapp -$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha3 +$ go get github.com/kataras/iris/v12@master # or @v12.2.0-alpha4 ```
diff --git a/macro/macros.go b/macro/macros.go index 48348c5f..2643fd87 100644 --- a/macro/macros.go +++ b/macro/macros.go @@ -451,6 +451,7 @@ var ( File, Path, UUID, + Mail, Email, } )