Skip to content

Commit 2fad61b

Browse files
Play 2.7.0 (#247)
* Play 2.7.0 * Update play-docs
1 parent 08dbf64 commit 2fad61b

7 files changed

Lines changed: 15 additions & 101 deletions

File tree

404.txt

Lines changed: 0 additions & 89 deletions
This file was deleted.

app/views/allreleases.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2>Release List</h2>
3434

3535
<p>
3636
We recommend that you use the latest version of Play. However, if you need to work with an older version, you will find links on this page. Versions of Play older than 2.2 are packaged in zip files. The traditional Play zip provides a <code>play</code> command to create new applications, run tests,
37-
and run the application. After 2.3.0, the <code>play</code> command was replaced with <code>sbt</code>. Version 2.5.x and 2.6.x projects can be
37+
and run the application. After 2.3.0, the <code>play</code> command was replaced with <code>sbt</code>. Version 2.6.x and 2.7.x projects can be
3838
created from an <a href="@routes.Application.download()">example project or template</a>.
3939
</p>
4040
<p>

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enablePlugins(PlayScala, NewRelic)
66
scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked")
77

88
libraryDependencies ++= Seq(
9-
"com.typesafe.play" %% "play-doc" % "1.8.2",
9+
"com.typesafe.play" %% "play-doc" % "2.0.0",
1010
"org.eclipse.jgit" % "org.eclipse.jgit" % "3.0.0.201306101825-r",
1111
"mysql" % "mysql-connector-java" % "5.1.47",
1212
"com.damnhandy" % "handy-uri-templates" % "2.1.7",

conf/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ github.apiUrl = "https://api.github.com"
3535

3636
# Example projects
3737
examples.apiUrl = "https://example.lightbend.com/v1/api/templates"
38-
examples.playVersions = [ "2.6.x", "2.5.x" ]
38+
examples.playVersions = [ "2.7.x", "2.6.x" ]
3939
examples.cache.ttl = 1 hour
4040

4141
# Database configuration

conf/playReleases.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"latest": {
3-
"version": "2.6.21",
4-
"date": "Jan 8 2019"
3+
"version": "2.7.0",
4+
"date": "Jan 30 2019"
55
},
6-
"development": [
7-
{
8-
"version": "2.7.0-RC9",
9-
"date": "Jan 10 2019"
10-
}
11-
],
6+
"development": [],
127
"previous": [
138
{
149
"version": "2.6.21",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.3")
2-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0-RC9")
2+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0")
33
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
55
addSbtPlugin("com.typesafe.sbt" % "sbt-stylus" % "1.1.0")

public/markdown/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Play 2.7.0
2+
3+
*Released 30 Jan 2019*
4+
5+
[Highlights](https://playframework.com/documentation/2.7.x/Highlights27)
6+
[Migration Guide](https://playframework.com/documentation/2.7.x/Migration27)
7+
[All changes](https://github.com/playframework/playframework/compare/2.6.0...2.7.0/)
8+
[Github milestone](https://github.com/playframework/playframework/milestone/56?closed=1)
19

210
## Play 2.6.21
311

0 commit comments

Comments
 (0)