mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
version 11.2.5
Former-commit-id: 1fc28c569cd8d45a0575afa342ae85b457ec6366
This commit is contained in:
parent
8e83959c61
commit
18ab198d44
|
@ -21,6 +21,13 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
|
||||||
|
|
||||||
**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris@master`.
|
**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris@master`.
|
||||||
|
|
||||||
|
# Mo, 12 August 2019 | v11.2.5
|
||||||
|
|
||||||
|
- [New Feature: Problem Details for HTTP APIs based](https://github.com/kataras/iris/pull/1336)
|
||||||
|
- [Add Context.AbsoluteURI](https://github.com/kataras/iris/pull/1336/files#diff-15cce7299aae8810bcab9b0bf9a2fdb1R2368)
|
||||||
|
|
||||||
|
Commit log: https://github.com/kataras/iris/compare/v11.2.4...v11.2.5
|
||||||
|
|
||||||
# Fr, 09 August 2019 | v11.2.4
|
# Fr, 09 August 2019 | v11.2.4
|
||||||
|
|
||||||
- Fixes [iris.Jet: no view engine found for '.jet' or '.html'](https://github.com/kataras/iris/issues/1327)
|
- Fixes [iris.Jet: no view engine found for '.jet' or '.html'](https://github.com/kataras/iris/issues/1327)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
11.2.4:https://github.com/kataras/iris/releases/tag/v11.2.4
|
11.2.5:https://github.com/kataras/iris/releases/tag/v11.2.5
|
2
doc.go
2
doc.go
|
@ -38,7 +38,7 @@ Source code and other details for the project are available at GitHub:
|
||||||
|
|
||||||
Current Version
|
Current Version
|
||||||
|
|
||||||
11.2.4
|
11.2.5
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
||||||
|
|
2
iris.go
2
iris.go
|
@ -37,7 +37,7 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version is the current version number of the Iris Web Framework.
|
// Version is the current version number of the Iris Web Framework.
|
||||||
Version = "11.2.4"
|
Version = "11.2.5"
|
||||||
)
|
)
|
||||||
|
|
||||||
// HTTP status codes as registered with IANA.
|
// HTTP status codes as registered with IANA.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user