Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions conf/playReleases.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"latest3": {
"version": "3.0.7",
"date": "Mar 13 2025"
"version": "3.0.8",
"date": "Jul 1 2025"
},
"latest2": {
"version": "2.9.7",
"date": "Mar 13 2025"
"version": "2.9.8",
"date": "Jul 1 2025"
},
"development": [
],
"previous": [
{
"version": "3.0.7",
"date": "Mar 13 2025"
},
{
"version": "2.9.7",
"date": "Mar 13 2025"
},
{
"version": "3.0.6",
"date": "Nov 28 2024"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.8")
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.1.0")
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-stylus" % "2.0.1")
14 changes: 14 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Play 3.0.8

*Released 1 July 2025

[All changes](https://github.com/playframework/playframework/compare/3.0.7...3.0.8/)
[GitHub milestone](https://github.com/playframework/playframework/milestone/145?closed=1)

## Play 2.9.8

*Released 1 July 2025

[All changes](https://github.com/playframework/playframework/compare/2.9.7...2.9.8/)
[GitHub milestone](https://github.com/playframework/playframework/milestone/143?closed=1)

## Play 3.0.7

*Released 13 March 2025
Expand Down
Loading