I need some help from other customers - if you are using the Wall 4.3.2 and DNN 4.8.4 - did you encounter this issue? Has anyone installed it without problems?
I put the regex version expression from the 4.3.2 DNN file into Mitch Sellers RegEx checker:
^([0-9]{1}[4]{1}.[0-9]{1}[6-9]{1}.[0-9]{1}[0-9]{1}|[0-9]{1}[5-9]{1}.[0-9]{1}[0-9]{1}.[0-9]{1}[0-9]{1})$
with a test case of "04.08.04" and it seems to work (04.05.xx and below does not).
This is very odd - if anyone can confirm the module working on 4.8.4 (I run a security-upgraded 4.8.2 install on PokerDIY.com) then there may be a bug in the core version checking code - perhaps the version was not passed in as the fully padded out "04.08.04" (e.g. "4.8.4"), which would fail.