Skip to content

Commit 7eb07ef

Browse files
committed
Update changelog and docs
1 parent 8e3be78 commit 7eb07ef

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

docs/guide/changelog.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
### 1.0.0
2+
3+
link:{github}/releases/tag/v1.0.0[release notes]
4+
5+
* Update changelog and docs
6+
* Create Language plugin to provide languages of web site
7+
* Add Maven central snapshots repository
8+
* Update deploy-github-pages to 1.1.0
9+
* Upgrade to Gradle 7.6.6
10+
111
### 1.0.0-RC2
212

13+
link:{github}/releases/tag/v1.0.0-RC2[release notes]
14+
315
* Update README
416
* Update documentation
517
* Migrate to Central Portal OSSRH Staging API
@@ -15,6 +27,8 @@
1527
1628
### 1.0.0-RC1
1729

30+
link:{github}/releases/tag/v1.0.0-RC1[release notes]
31+
1832
* Update sample application, add Menu plugin to demonstrate how to use
1933
* Provide dynamic modules WebSection and WebItem in this plugin
2034
* Remove META-INF/grails-plugin.xml in favor of the generated file
@@ -24,6 +38,8 @@
2438
2539
### 1.0.0-M1
2640

41+
link:{github}/releases/tag/v1.0.0-M1[release notes]
42+
2743
* Release v1.0.0-M1
2844
* Update README.md
2945
* Adds Auto-Configure `DynamicModulesAutoConfiguration`

docs/guide/usage.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ repositories {
99
}
1010
1111
dependencies {
12-
implementation "org.graceframework:grace-plugin-api"
1312
implementation "org.graceframework.plugins:dynamic-modules:{version}"
1413
}
1514
----
15+
16+
Currently, Grace `dynamic-modules` plugin provides two module types,
17+
18+
* WebItem
19+
* WebSection
20+
21+
.app/plugins/grace/demos/MenuGrailsPlugin.groovy
22+
[source,groovy]
23+
----
24+
include::app/plugins/grace/demos/MenuGrailsPlugin.groovy[lines=7;16..32;55..56]
25+
----

docs/resources/doc.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
github=https://github.com/grace-plugins/grace-dynamic-modules
12
authors=Michael Yan
23
title=Grace Dynamic Modules
34
subtitle=Grace Dynamic Modules offer new ways of creating modular and maintainable Grace applications
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)