mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-27 02:39:53 +01:00
Bump to 4.19.2
This commit is contained in:
@@ -71,6 +71,11 @@ Support
|
||||
What's New in 4.19.x
|
||||
-------------
|
||||
|
||||
### 4.19.2 - 3 Dec 2017
|
||||
|
||||
- Fix routing bug in `CompositeScalatraFilter`
|
||||
- Resolve id attribute collision in the web hook editing form
|
||||
|
||||
### 4.19.1 - 2 Dec 2017
|
||||
|
||||
- Update gitbucket-notifications-plugin because it had a version compatibility issue
|
||||
|
||||
@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
|
||||
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.19.1"
|
||||
val GitBucketVersion = "4.19.2"
|
||||
val ScalatraVersion = "2.6.1"
|
||||
val JettyVersion = "9.4.7.v20170914"
|
||||
|
||||
|
||||
@@ -45,5 +45,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
||||
new Version("4.17.0"),
|
||||
new Version("4.18.0"),
|
||||
new Version("4.19.0"),
|
||||
new Version("4.19.1")
|
||||
new Version("4.19.1"),
|
||||
new Version("4.19.2")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user