Skip to content

Commit 31d1dd2

Browse files
author
bcc-bot
committed
Released bcc-login plugin v1.1.323
1 parent a3686e8 commit 31d1dd2

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.319
6+
* Version: 1.1.323
77
* Author: BCC IT
88
* License: GPL2
99
*/
@@ -31,7 +31,7 @@ class BCC_Login {
3131
* The plugin instance.
3232
*/
3333
private static $instance = null;
34-
private $plugin_version = "1.1.319";
34+
private $plugin_version = "1.1.323";
3535
private $plugin;
3636
private $plugin_slug;
3737
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.319",
4+
"version": "1.1.323",
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": "2025-01-24 15:03:37",
11+
"last_updated": "2025-01-29 16:07: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)