File tree Expand file tree Collapse file tree 5 files changed +36
-12
lines changed
Expand file tree Collapse file tree 5 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 1- This is the changelog,
1+ ### 1.0.0-RC2
22
3- ### 1.0.0-M1
3+ * Update README
4+ * Update documentation
5+ * Migrate to Central Portal OSSRH Staging API
6+ * Update README - Add document links - Add badge
7+ * Correct the groovy api url
8+ * Upgrade to Gradle 7.6.5
9+ * Fixed FOLDER: build/docs
10+ * Update github workflows - Generate and deploy the release version of docs
11+ * Update github workflows - Upgrade to setup-gradle@v4
12+ * Add changelog
13+ * Add docs workflow
14+ * Add docs
15+
16+ ### 1.0.0-RC1
17+
18+ * Update sample application, add Menu plugin to demonstrate how to use
19+ * Provide dynamic modules WebSection and WebItem in this plugin
20+ * Remove META-INF/grails-plugin.xml in favor of the generated file
21+ * Don't use mavenLocal()
22+ * Upgrade to Gradle Nexus Publish Plugin 2.0.0
23+ * Update POM description
24+
25+ ### 1.0.0-M1
26+
27+ * Release v1.0.0-M1
28+ * Update README.md
29+ * Adds Auto-Configure `DynamicModulesAutoConfiguration`
30+ * Setup github workflow
31+ * Initial project
Original file line number Diff line number Diff line change 1+ For support, please use the https://github.com/orgs/graceframework/discussions[Grace Discussions] or open an issue on link:{github}/issues[Github Issues].
Original file line number Diff line number Diff line change 11introduction : Introduction
22changelog : Changelog
3- usage : Usage
3+ usage : Usage
4+ support : Support
Original file line number Diff line number Diff line change 11Add `dynamic-modules` plugin to your `build.gradle` ,
22
3- [source,groovy]
3+ [source,groovy,subs="attributes" ]
44----
55apply plugin: "org.graceframework.grace-gsp"
66
77repositories {
88 mavenCentral()
9- maven {
10- url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
11- mavenContent {
12- snapshotsOnly()
13- }
14- }
159}
1610
1711dependencies {
1812 implementation "org.graceframework:grace-plugin-api"
19- implementation "org.graceframework.plugins:dynamic-modules:VERSION "
13+ implementation "org.graceframework.plugins:dynamic-modules:{version} "
2014}
2115----
Original file line number Diff line number Diff line change 11authors =Michael Yan
22title =Grace Dynamic Modules
33subtitle =Grace Dynamic Modules offer new ways of creating modular and maintainable Grace applications
4- copyright =Copyright © 2025 Michael Yan. The content is licensed under a Creative Commons Attribution 4.0 International (CC BY SA 4.0) license.
4+ copyright =Copyright © 2022- 2025 Michael Yan. The content is licensed under a Creative Commons Attribution 4.0 International (CC BY SA 4.0) license.
You can’t perform that action at this time.
0 commit comments