Skip to content

Commit 645895b

Browse files
committed
Updated CHANGELOG and README for RFLIB version 9.3
1 parent a28fbae commit 645895b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### RFLIB 9.3.0
2+
3+
Package ID: 04tKY000000xMlyYAE
4+
Package Alias: RFLIB@9.3.0-1
5+
Install link: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000xMlyYAE
6+
7+
- [PR #109](https://github.com/j-fischer/rflib/pull/109) Added new capability to filter the records when exporting them from the Permission Explorer UI to a CSV file. [Feature Request #107](https://github.com/j-fischer/rflib/issues/107)
8+
- [PR #108](https://github.com/j-fischer/rflib/pull/108) Introducing a flexible field mapping utility for Salesforce that allows dynamic field mapping between SObjects using custom metadata rules. The implementation supports both direct field mapping and formula-based transformations.
9+
- Fixed issue in Custom Settings Editor displaying "undefined" as a value when the input field should be blank.
10+
111
### RFLIB 9.2.0
212

313
Package ID: 04tKY0000011PSKYA2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ sf package install --package <Package ID> --target-org <your org alias>
6464
Here are the commands for the latest versions:
6565

6666
```
67-
rem RFLIB 9.2.0
68-
sf package install --package 04tKY0000011PSKYA2 --target-org <your org alias>
67+
rem RFLIB 9.3.0
68+
sf package install --package 04tKY000000xMlyYAE --target-org <your org alias>
6969
7070
rem RFLIB-FS 3.0.1
7171
sf package install --package 04t3h000004pOeLAAU --target-org <your org alias>
@@ -134,7 +134,7 @@ See [CHANGELOG file](https://github.com/j-fischer/rflib/blob/master/CHANGELOG.md
134134
## Third Party Sources
135135

136136
- Thanks to Marco Almodova for granting me his ConfirmationDialog component including the right to share it under the BSD-3-Clause license: https://github.com/marcoalmodova/confirm-dialog
137-
- Thanks to the Beyond The Cloud team for their SOQL library, which is licensed under the MIT license: https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/LICENSE)
137+
- Thanks to the Beyond The Cloud team for their SOQL library, which is licensed under the MIT license: https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/LICENSE
138138

139139
## Credits
140140

0 commit comments

Comments
 (0)