Compare commits

..

4 Commits

Author SHA1 Message Date
Naoki Takezoe
c8b6eb1bd9 Release 4.21.2 2018-01-27 21:54:55 +09:00
Naoki Takezoe
e46f1b0efc Merge branch 'kounoike-pr-fix-1829-mistake' 2018-01-27 21:49:20 +09:00
KOUNOIKE Yuusuke
395d6e4292 Remove extra close div tag which introduced by #1829 2018-01-27 20:06:45 +09:00
Naoki Takezoe
5d5dcad32c Update README.md and CHANGELOG.md 2018-01-27 12:59:35 +09:00
5 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,13 @@
# Changelog
All changes to the project will be documented in this file.
### 4.21.1 - 27 Jan 2018
### 4.21.2 - 27 Jan 2019
- Bugfix
### 4.21.1 - 27 Jan 2019
- Bugfix
### 4.21.0 - 27 Jan 2018
- Release page
- OpenID Connect support
- New database viewer

View File

@@ -71,7 +71,13 @@ Support
What's New in 4.21.x
-------------
### 4.21.1 - 27 Jan 2018
### 4.21.2 - 27 Jan 2019
- Bugfix
### 4.21.1 - 27 Jan 2019
- Bugfix
### 4.21.0 - 27 Jan 2018
- Release page
- OpenID Connect support
- New database viewer

View File

@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.21.1"
val GitBucketVersion = "4.21.2"
val ScalatraVersion = "2.6.1"
val JettyVersion = "9.4.7.v20170914"

View File

@@ -52,5 +52,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.21.0",
new LiquibaseMigration("update/gitbucket-core_4.21.xml")
),
new Version("4.21.1")
new Version("4.21.1"),
new Version("4.21.2")
)

View File

@@ -39,7 +39,6 @@
} else {
<input type="submit" class="btn btn-success" tabindex="2" formaction="@helpers.url(repository)/issue_comments/new" value="Comment"/>
}
</div>
</div>
</div>
</div>