squash new oauth2 flow
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Plugin Name: WPGancio
|
||||
Plugin URI: https://gancio.org
|
||||
Description: Connects an user of a gancio instance to a Wordpress user so that published events are automatically pushed with Gancio API.
|
||||
Version: 1.0
|
||||
Version: 1.4
|
||||
Author: Gancio
|
||||
License: AGPL 3.0
|
||||
|
||||
@@ -20,9 +20,11 @@ along with (WPGancio). If not, see (https://www.gnu.org/licenses/agpl-3.0.html).
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) or die( 'Nope, not accessing this' );
|
||||
require_once('settings.php');
|
||||
require_once('wc.php');
|
||||
require_once('oauth.php');
|
||||
define( 'WPGANCIO_DIR', plugin_dir_path( __FILE__ ) );
|
||||
require_once(WPGANCIO_DIR . 'settings.php');
|
||||
require_once(WPGANCIO_DIR . 'network_settings.php');
|
||||
require_once(WPGANCIO_DIR . 'wc.php');
|
||||
require_once(WPGANCIO_DIR . 'oauth.php');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user