File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33/**
44 * Plugin Name: BCC Login
55 * Description: Integration to BCC's Login System.
6- * Version: 1.1.423
6+ * Version: 1.1.426
77 * Author: BCC IT
88 * License: GPL2
99 */
@@ -30,7 +30,7 @@ class BCC_Login {
3030 * The plugin instance.
3131 */
3232 private static $ instance = null ;
33- private $ plugin_version = "1.1.423 " ;
33+ private $ plugin_version = "1.1.426 " ;
3434 private $ plugin ;
3535 private $ plugin_slug ;
3636 private $ plugin_name = "BCC Login " ;
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " bcc-login" ,
4- "version" : " 1.1.423 " ,
4+ "version" : " 1.1.426 " ,
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-12 09:07:33 " ,
11+ "last_updated" : " 2026-01-14 15:59:07 " ,
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" ,
You can’t perform that action at this time.
0 commit comments