pe7er / hCaptcha

A simple CAPTCHA Plugin using the hCaptcha service to protect your Joomla site against SPAM
13 stars 7 forks source link

[Feature] Please cosider adding hash support to the update.xml #15

Closed zero-24 closed 4 years ago

zero-24 commented 4 years ago

https://docs.joomla.org/Deploying_an_Update_Server

example:

<sha512>hash</sha512>

Maybe a build script like this: https://github.com/zero-24/plg_system_httpheader/blob/master/build/build.sh can help make sure always the latest hash is added to the XML when the release is made

pe7er commented 4 years ago

Thanks for your suggestion, Tobias.

I've decided to use another update server: https://data2site.com/index.php?option=com_rdsubs&amp;view=updater&amp;format=xml&amp;element=plg_captcha_hcaptcha which adds the hash automatically.

zero-24 commented 4 years ago

just found a bug in that component and reported it to them thanks for the hint ;)

zero-24 commented 4 years ago

nice to see that they implement the hashes :)