Skip to content

Commit ea8dc67

Browse files
author
bcc-bot
committed
Released bcc-login plugin v1.1.439
1 parent 2698104 commit ea8dc67

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.438
6+
* Version: 1.1.439
77
* Author: BCC IT
88
* License: GPL2
99
*/
@@ -34,7 +34,7 @@ class BCC_Login {
3434
* The plugin instance.
3535
*/
3636
private static $instance = null;
37-
private $plugin_version = "1.1.438";
37+
private $plugin_version = "1.1.439";
3838
private $plugin;
3939
private $plugin_slug;
4040
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.438",
4+
"version": "1.1.439",
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-26 17:26:06",
11+
"last_updated": "2026-01-30 15:14:46",
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)