Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 01:04
· 30 commits to main since this release

5.0.0 (2026-08-14)

  • 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

Files changed in this release

Changed Files

  • .github/workflows/semantic-release.yml
  • .github/workflows/wordpress-deploy.yml
  • README.md
  • composer.json
  • composer.lock
  • icc-gg-sign-in-openid-connect.php
  • includes/functions.php
  • includes/icc-gg-sign-in-openid-connect-client-wrapper.php
  • includes/icc-gg-sign-in-openid-connect-client.php
  • includes/icc-gg-sign-in-openid-connect-jwt-validator.php
  • includes/icc-gg-sign-in-openid-connect-login-form.php
  • includes/icc-gg-sign-in-openid-connect-option-logger.php
  • includes/icc-gg-sign-in-openid-connect-option-settings.php
  • includes/icc-gg-sign-in-openid-connect-settings-page.php
  • manifest.json
  • readme.txt
  • vendor/composer/installed.php

Commits

  • chore(release): bump version to 5.0.0 [skip ci] (cb9f596)