Skip to content

Commit 7b9068d

Browse files
author
bcc-bot
committed
Released bcc-login plugin v1.1.426
1 parent 9bd4c6a commit 7b9068d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/bcc-login/bcc-login.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: BCC Login
55
* Description: Integration to BCC's Login System.
6-
* Version: 1.1.423
6+
* Version: 1.1.426
77
* Author: BCC IT
88
* License: GPL2
99
*/
@@ -30,7 +30,7 @@ class BCC_Login {
3030
* The plugin instance.
3131
*/
3232
private static $instance = null;
33-
private $plugin_version = "1.1.423";
33+
private $plugin_version = "1.1.426";
3434
private $plugin;
3535
private $plugin_slug;
3636
private $plugin_name = "BCC Login";

plugins/bcc-login/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "bcc-login",
4-
"version": "1.1.423",
4+
"version": "1.1.426",
55
"slug": "bcc-login",
66
"author": "<a href='https://github.com/bcc-code'>BCC Code</a>",
77
"author_profile": "https://github.com/bcc-code",
88
"requires": "3.0",
99
"tested": "5.8",
1010
"requires_php": "5.3",
11-
"last_updated": "2026-01-12 09:07:33",
11+
"last_updated": "2026-01-14 15:59:07",
1212
"sections": {
1313
"description": "BCC Login",
1414
"installation": "Add OIDC_CLIENT_ID and OIDC_CLIENT_SECRET as environment variables or constants in wp-config.php, and active plugin",

0 commit comments

Comments
 (0)