This release fixes an issue where expired items have gone unclaimed would be always dropped at the players feet rather that trying to place in their inventory.
It now behaves similarly to if a player manually returns an expired item. The ActionItem for ITEM_DROPPED was removed and this will now trigger the ITEM_RETURNED action instead.
The locale file was updated for the message
warning.unclaimed_listings.notice which is used when items are returned to the online player after being unclaimed.
This release fixes a critical issue with the ordering of the blacklisted items causing strange behaviors, specifically if a wildcard item type is used.
There was an issue in how the keys for the blacklist were loaded and subsequently it would always match for a missing item in the entire blacklist rather than not match in the specific blacklist section. This resulted in other item types being used when no item type was intended for wildcard. It would also pull the next item type in the list.
This seems to be a scope problem in how the ConfigurationSection#contains() method checks for matches.