Skip to content

Commit

Permalink
Released bcc-login plugin v1.1.301
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc-bot committed Nov 4, 2024
1 parent c718650 commit 76f3a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/bcc-login/bcc-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: BCC Login
* Description: Integration to BCC's Login System.
* Version: 1.1.300
* Version: 1.1.301
* Author: BCC IT
* License: GPL2
*/
Expand Down Expand Up @@ -31,7 +31,7 @@ class BCC_Login {
* The plugin instance.
*/
private static $instance = null;
private $plugin_version = "1.1.300";
private $plugin_version = "1.1.301";
private $plugin;
private $plugin_slug;
private $plugin_name = "BCC Login";
Expand Down
4 changes: 2 additions & 2 deletions plugins/bcc-login/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "bcc-login",
"version": "1.1.300",
"version": "1.1.301",
"slug": "bcc-login",
"author": "<a href='https://github.com/bcc-code'>BCC Code</a>",
"author_profile": "https://github.com/bcc-code",
"requires": "3.0",
"tested": "5.8",
"requires_php": "5.3",
"last_updated": "2024-10-31 14:28:11",
"last_updated": "2024-11-04 13:37:18",
"sections": {
"description": "BCC Login",
"installation": "Add OIDC_CLIENT_ID and OIDC_CLIENT_SECRET as environment variables or constants in wp-config.php, and active plugin",
Expand Down

0 comments on commit 76f3a5b

Please sign in to comment.