Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1050 2022-12-21 01:13:04 daniel-marschall /trunk/ Huge change in internal code structure!
All OIDplus classes are now in the class namespace "ViaThinkSoft\OIDplus".
!!! WARNING:
!!! All plugins MUST put their classes in a namespace and the constant "INSIDE_OIDPLUS" must not be used anymore.
!!! If you have a third-party plugin installed which is NOT bundled with OIDplus, you MUST update it.
!!! Recommendation: Remove the plugin first, then update OIDplus, then ask the author to change the plugin.
!!! If you have not installed any third-party plugins, then it is safe to update now.
 
1024 2022-10-23 18:03:29 daniel-marschall /trunk/ Fixed some race-conditions with VTS Client Challenge CAPTCHA  
1019 2022-10-22 00:35:54 daniel-marschall /trunk/ Fixed issues with hCaptcha plugin  
1018 2022-10-22 00:20:02 daniel-marschall /trunk/ Applied more fixes to the ViaThinkSoft Client Challenge CAPTCHA. Also, removed captchaDomHead() from the CAPTCHA API  
1016 2022-10-21 17:45:33 daniel-marschall /trunk/ Implemented reCAPTCHA V2 Invisible and reCAPTCHA V3 (score based)  
1010 2022-10-17 13:27:32 daniel-marschall /trunk/ hCaptcha fixes  
1004 2022-10-16 04:18:37 daniel-marschall /trunk/plugins/viathinksoft/captcha/hcaptcha/  
1003 2022-10-16 04:16:40 daniel-marschall /trunk/plugins/viathinksoft/ hCaptcha cannot be selected anymore if php_curl is missing  
1001 2022-10-16 03:31:34 daniel-marschall /trunk/ New plugin: hCaptcha