Skip to content

Commit

Permalink
Released bcc-login plugin v1.1.215
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc-bot committed Jan 31, 2024
1 parent 27ec839 commit 229a0d5
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.213
* Version: 1.1.215
* Author: BCC IT
* License: GPL2
*/
Expand All @@ -30,7 +30,7 @@ class BCC_Login {
* The plugin instance.
*/
private static $instance = null;
private $plugin_version = "1.1.213";
private $plugin_version = "1.1.215";
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.213",
"version": "1.1.215",
"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-01-15 08:45:38",
"last_updated": "2024-01-31 13:32:59",
"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 229a0d5

Please sign in to comment.