Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 committed Apr 20, 2020
1 parent 7804419 commit 560dc4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/class-sso-flarum-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function flarum_sso_plugin_display_general_account() {
$response->used,
$response->total
) . "</p>";
update_option( 'flarum_sso_plugin_pro_active', false );
update_option( 'flarum_sso_plugin_pro_active', true );
break;
case 'CANCELLED':
// translators: %s: PRO plan name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flarum_sso_wp_plugin",
"version": "1.1.0",
"version": "1.1.2",
"description": "Plugin for your WP website to get the SSO extension working",
"main": "gulpfile.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions sso-flarum.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: SSO for Flarum
* Plugin URI: https://github.com/maicol07/flarum-sso-wp-plugin
* Description: Plugin for your WordPress website to get the SSO extension working
* Version: 1.1.1
* Version: 1.1.2
* Author: maicol07
* Author URI: https://maicol07.it
* License: GPL-2.0+
Expand All @@ -33,7 +33,7 @@
/**
* Currently plugin version.
*/
define( 'FLARUM_SSO_VERSION', '1.1.1' );
define( 'FLARUM_SSO_VERSION', '1.1.2' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 560dc4c

Please sign in to comment.