Often, build triggers will require multiple token parameters in the POST url. For example, AWS Amplify build triggers require this.
The plugin action calls esc_url
on the stored hook url before it is passed to wp_remote_post
in /inc/admin/class.ztbtfg.admin.action.php. Unfortunately, this means that any ampersands in the hook rule are converted, which breaks the parameters being sent. This is good and safe for display, but ampersands should be allowed in POST calls.
Can you please replace the two escape calls in this file with esc_url_raw
? This will safely escape and also allow ampersands in the POST call.
https://developer.www.ads-software.com/reference/functions/esc_url_raw/
Thanks!
]]>I just installed your plugin, however it appears the Automatic builds are not possible (as shown in the tutorial)? In the options for Trigger Type, the option Automatic (Coming soon…) is disabled and cannot be selected. Is this a bug or if not, when will this feature be available?
Thanks!
Instead of having manual trigger button in setting page, it will be easy for users to have a button in admin toolbar.
Awesome plugin BTW.
]]>