KingdomFirst / RockBlocks

KFS repository for all Rock Blocks.
https://www.kingdomfirstsolutions.com/rock
Apache License 2.0
5 stars 1 forks source link

Financial Plugins - Hashed Batch Id Support #160

Closed nateh777 closed 9 months ago

nateh777 commented 9 months ago

Description

What does the change add or fix?

Add support for new hashed batch id parameters. Primarily for support after 16.1 done with context, should no longer have a minimum version. Other attempt to decode the hashed id failed in version prior to 16.3 due to class protection level.


Release Notes

What does the change add or fix in a succinct statement that will be read by clients?

Requested By

Who reported, requested, or paid for the change?

Warranty, Reported by MHC


Screenshots

Does this update or add options to the block UI?

Old Behavior:

image

vs

image

New Behavior (works with both url's): image image

Blocks now all have Context in their properties:

image

Change Log

What files does it affect?

Migrations/External Impacts

Is it a breaking change for other versions/clients?

No, but it does require https://github.com/KingdomFirst/RockAssemblies/pull/144