Skip to content

Commit

Permalink
Released bcc-login plugin v1.1.142
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc-bot committed Apr 1, 2023
1 parent 5d44384 commit 4210dd8
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.140
* Version: 1.1.142
* Author: BCC IT
* License: GPL2
*/
Expand All @@ -27,7 +27,7 @@ class BCC_Login {
* The plugin instance.
*/
private static $instance = null;
private $plugin_version = "1.1.140";
private $plugin_version = "1.1.142";
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.140",
"version": "1.1.142",
"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" : "2023-04-01 12:18:00",
"last_updated" : "2023-04-01 12:35:19",
"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 4210dd8

Please sign in to comment.