Ben Voynick
Ben Voynick
The plugin provides for mapping additional data from claims using code via the `openid-connect-generic-update-user-using-current-claim` hook. It would be nice to to allow for configuration of custom mapping from claims to...
The plugin supports mapping claim fields to certain WordPress core user fields, e.g. email and display name, when new users are created. However, as far as I can see this...
Right now, while it's certainly possible, it can get a bit complicated to set up purging of custom surrogate keys. If I want to purge a key based on a...
In the class Purgely_Settings_Page, the function settings_errors() from WordPress Core is called in an admin_menu hook. There are a couple issues with this. * The plugin does not check that...
**Details:** - Ci name: Platform.sh (don't think they have a formal name for the CI itself, it's simply referred to as "build [process/phase/hook]" in documentation) - Website: https://platform.sh docs at...
__DIR__ does not always make it into mu-require.php unescaped, and mu composer type lost on update
This PR addresses an issue I encountered where mu-require.php gets generated with an absolute start to the path. I believe this may be the (or a) cause of Issue #2....
When updating some plugins with `composer update`, their types listed in composer.lock changed back to just `wordpress-plugin` instead of `wordpress-muplugin`. Here's Composer's log. The deletion and re-installation of the two...
This PR adds a hook to change the file format expected by the plugin in its search for images. This can address issue #19 as well as any other format...