Skip to content

Commit d2c9561

Browse files
committed
Minor adjustments to the README file
1 parent 181f38c commit d2c9561

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ https://central.sonatype.com/artifact/org.grails.plugins/x-frame-options[image:h
66
Central]]
77
https://github.com/grails-plugins/grails-x-frame-options-plugin/actions/workflows/ci.yml[image:https://github.com/grails-plugins/grails-x-frame-options-plugin/actions/workflows/ci.yml/badge.svg[CI]]
88

9-
109
Filter to set HTTP response header X-Frame-Options to defend against
1110
http://en.wikipedia.org/wiki/Clickjacking[ClickJacking].
1211

@@ -20,7 +19,7 @@ These instructions are targeted towards Grails 7 installations. For older Grails
2019

2120
Add a dependency to `build.gradle`:
2221

23-
[source,groovy,subs="attributes"]
22+
[source, groovy, subs="attributes"]
2423
----
2524
...
2625
dependencies {
@@ -103,6 +102,8 @@ The filter is enabled by default and will use the `DENY` header value.
103102

104103
== Changelog
105104

105+
For future changelogs see the GitHub https://github.com/grails-plugins/grails-x-frame-options-plugin/releases[releases] section.
106+
106107
=== 2.0.0
107108
- Grails 7.0.7
108109
- Gradle 8.14.3

0 commit comments

Comments
 (0)