You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: rename plugin to ICC.gg Sign-In for OpenID Connect (0784596)
BREAKING CHANGES
The plugin slug, classes, hooks, functions, shortcodes,
options, transients, and user meta keys have been renamed from icc-openid-client-* to icc-gg-sign-in-openid-connect-*. Existing
integrations using the old public API must be updated.
rename main plugin file to icc-gg-sign-in-openid-connect.php
rename all include files to the icc-gg-sign-in-openid-connect-* prefix
rename main class to ICC_GG_Sign_In_OpenID_Connect and update all class references
rename global helper functions (get_authentication_url, refresh_user_claim)
rename all filters/actions with the icc_gg_sign_in_openid_connect_ prefix
rename shortcodes to [icc_gg_sign_in_openid_connect_login_button] and [icc_gg_sign_in_openid_connect_auth_url]
update redirect URI, rewrite rules, cookies, transients, and user meta keys
update text domain to icc-gg-sign-in-openid-connect
update settings page, log, and option names for the new slug
update manifest.json, README.md, and readme.txt branding
update composer package name to ivancarlosti/icc-gg-sign-in-openid-connect
update semantic-release and wordpress-deploy workflows for the new plugin slug