Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
.prettierrc
.eslintrc.js
.eslintignore
.stylelintrc.js
.stylelintignore
.gitattributes
CLAUDE.md
composer.json
jest.config.js
package-lock.json
junit.xml
package.json
phpcs.xml
phpstan.neon
Expand Down
5 changes: 2 additions & 3 deletions echodash.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: EchoDash
* Plugin URI: https://echodash.com/
* Description: Track events from WordPress plugins as real-time activities in the EchoDash platform.
* Version: 2.0.0
* Version: 2.0.1
* Author: EchoDash
* Text Domain: echodash
* Domain Path: /languages
Expand Down Expand Up @@ -47,7 +47,7 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

define( 'ECHODASH_VERSION', '2.0.0' );
define( 'ECHODASH_VERSION', '2.0.1' );

/**
* Class EchoDash
Expand Down Expand Up @@ -260,7 +260,6 @@ private function integrations_includes() {
'wordpress' => 'WP',
'user' => 'WP_User',
'presto-player' => 'PrestoPlayer\Core',
'abandoned-cart' => 'WP_Fusion_Abandoned_Cart',
'gravity-forms' => 'GFForms',
'affiliatewp' => 'Affiliate_WP',
'bbpress' => 'bbPress',
Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: analytics, tracking, activity, log, events
Requires at least: 6.0
Tested up to: 6.8.3
Requires PHP: 7.4
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -35,6 +35,7 @@ We will always offer a free tier of service with an activity feed. As we add rep
* **AffiliateWP** - Track referrals and affiliate activity
* **bbPress** - Track forum activity and user engagement
* **BuddyPress + BuddyBoss** - Follow group activities, profile updates, and member interactions
* **ClickWhale** - Track outbound link clicks
* **Easy Digital Downloads** - Monitor purchases and downloads
* **EDD Recurring** - Track subscription payments and renewals
* **EDD Software Licensing** - Monitor license activations and software updates
Expand All @@ -44,9 +45,11 @@ We will always offer a free tier of service with an activity feed. As we add rep
* **LearnDash** - Monitor course progress, quiz completions, and student engagement
* **LifterLMS** - Follow student progress and course interactions
* **Presto Player** - Track video engagement and watch time
* **Pretty Links** - Track outbound link clicks
* **SearchWP** - Track search queries and results
* **WooCommerce** - Track orders, cart actions, and customer behavior
* **WooCommerce Subscriptions** - Monitor subscription status changes and renewals
* **WordPress** - Track core and plugin updates
* **WordPress** - Track core and plugin updates, post status changes, and comments
* **Users** - Track user logins

= Not Limited to WordPress =
Expand Down Expand Up @@ -127,11 +130,14 @@ Yes, developers can use our API to track custom events. Documentation is availab

== Changelog ==

= 2.0.1 - August 11, 2025 =
* Fixed fatal error `failed opening required class-echodash-abandoned-cart.php` when the WP Fusion Abandoned Cart plugin is active

= 2.0.0 - August 10, 2025 =
* New React-based admin UI
* Added AffiliateWP integration: New Affiliate, Affiliate Status Updated, New Visit, Referral Earned)
* Added AffiliateWP integration: New Affiliate, Affiliate Status Updated, New Visit, Referral Earned
* Added SearchWP integration: Search Performed, Search No Results
* Added PrettyLinks integration: Outbound Link Click
* Added Pretty Links integration: Outbound Link Click
* Added ClickWhale integration: Outbound Link Click
* Added new WordPress core triggers: New Post Comment, New Comment Reply, Post Published, Post Updated, Post Status Changed
* Added trigger: Easy Digital Downloads - Discount Used
Expand Down