Skip to content

Commit

Permalink
bumping version, changing name of constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Nov 10, 2021
1 parent 327d0ce commit 10b1e5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Contributors: padams
Donate link: http://paypal.me/openwebanalytics
Tags: web analytics, user tracking, clickstream, traffic analysis, traffic reporting
Tags: web analytics, user tracking, clickstream, traffic analysis, traffic reporting, open web analytics, owa
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Requires at least: 5.2.0
Tested up to: 5.8
Stable tag: 2.1.0
Stable tag: 2.1.1

The official plugin for integrating Open Web Analytics with WordPress based web sites and applications.

Expand Down
8 changes: 5 additions & 3 deletions owa-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: http://www.openwebanalytics.com
Description: This plugin enables Wordpress blog owners to use the Open Web Analytics Framework.
Author: Peter Adams
Version: 2.1.0
Version: 2.1.1
Author URI: http://www.openwebanalytics.com
*/

Expand All @@ -31,7 +31,9 @@
}

// Define the plugin path constant
define('OWA_WP_PATH', plugin_dir_path( __FILE__ ) );


define('OWA_WP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );


// Hook package creation
Expand All @@ -42,7 +44,7 @@

/////////////////////////////////////////////////////////////////////////////////

require_once( OWA_WP_PATH .'/vendor/autoload.php' );
require_once( OWA_WP_PLUGIN_PATH .'/vendor/autoload.php' );

use owaWp\module;
use owaWp\util;
Expand Down

0 comments on commit 10b1e5c

Please sign in to comment.