diff --git a/build.gradle.kts b/build.gradle.kts
index 75c14ee..59eb9df 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.sdk.dynform.tools"
-version = "3.0.1"
+version = "3.1.0"
repositories {
mavenCentral()
@@ -39,6 +39,20 @@ intellijPlatform {
}
changeNotes = """
+
[3.1.0]
+
+ - Advanced Navigation: Implemented bidirectional field referencing between
<FIELDS>, <LAYOUT>, and <TITLES> tags in .frml files.
+ - Cross-Module Support: Added support for cross-module file inclusion and referencing using
/module/path and module-relative #path syntax.
+ - AJAX-OPTION Enhancements:
+
+ - Reference and completion support for datasets defined in
defs/ajax.xml.
+ - Smart mapping for
SRC (AJAX datasets) and TARGET (local form fields) attributes.
+
+
+ - Robust Field Resolution: Enhanced deep recursive search for fields/sections within nested layouts (Sections, Rows, and Multi-field lists).
+ - Path Auto-Correction: Added handling for common keyboard typos (e.g., Thai 'ิ' instead of '/') in file paths.
+ - Global Resource Scanning:
GRID-ID now intelligently searches across all recursively included .frml files.
+
[3.0.1]
- Rebranding: Renamed plugin to "Dynamic Form Helper" (DynamicFormTools) to better reflect its expanding capabilities.
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 9ddac96..661a095 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -34,6 +34,20 @@
]]>
[3.1.0]
+
+ - Advanced Navigation: Implemented bidirectional field referencing between
<FIELDS>, <LAYOUT>, and <TITLES> tags in .frml files.
+ - Cross-Module Support: Added support for cross-module file inclusion and referencing using
/module/path and module-relative #path syntax.
+ - AJAX-OPTION Enhancements:
+
+ - Reference and completion support for datasets defined in
defs/ajax.xml.
+ - Smart mapping for
SRC (AJAX datasets) and TARGET (local form fields) attributes.
+
+
+ - Robust Field Resolution: Enhanced deep recursive search for fields/sections within nested layouts (Sections, Rows, and Multi-field lists).
+ - Path Auto-Correction: Added handling for common keyboard typos (e.g., Thai 'ิ' instead of '/') in file paths.
+ - Global Resource Scanning:
GRID-ID now intelligently searches across all recursively included .frml files.
+
[3.0.1]
- Rebranding: Renamed plugin to "Dynamic Form Helper" (DynamicFormTools) to better reflect its expanding capabilities beyond code generation.