Skip to content

Commit

Permalink
Merge pull request #33 from qteab/mailchimp
Browse files Browse the repository at this point in the history
version 1.6.4
  • Loading branch information
noaholsson authored Jun 26, 2023
2 parents 17abcc4 + 2052ef3 commit a014622
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qterest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
/*
* Plugin Name: QTE Rest
* Description: QTE Rest adds new endpoints for the WordPress API
* Version: 1.6.1
* Version: 1.6.4
* Author: QTE Development AB
* Author URI: https://getqte.se/
* Domain Path: /languages
*/

if ( ! defined( 'ABSPATH' ) ) {
if (!defined('ABSPATH')) {
exit;
}

define( 'QTEREST_PLUGIN_DIR', plugin_dir_url( __FILE__ ) );
define( 'QTEREST_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define('QTEREST_PLUGIN_DIR', plugin_dir_url(__FILE__));
define('QTEREST_PLUGIN_PATH', plugin_dir_path(__FILE__));

require_once QTEREST_PLUGIN_PATH . 'vendor/autoload.php';
require_once QTEREST_PLUGIN_PATH . 'includes/load.php';
Expand Down

0 comments on commit a014622

Please sign in to comment.