Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0](https://github.com/verygoodplugins/mcp-edd/compare/mcp-edd-v1.1.0...mcp-edd-v1.2.0) (2026-02-18)


### Features

* V2 API support, new tools, and API docs ([#21](https://github.com/verygoodplugins/mcp-edd/issues/21)) ([44faa6d](https://github.com/verygoodplugins/mcp-edd/commit/44faa6dcda84a1fcea40be11d8c47ce080e1f7a8))


### Bug Fixes

* sync server.json package version with npm (1.1.0) ([#19](https://github.com/verygoodplugins/mcp-edd/issues/19)) ([27e73bb](https://github.com/verygoodplugins/mcp-edd/commit/27e73bb22652107db4ddfd4b126945e77c8224b6))

## [1.1.0](https://github.com/verygoodplugins/mcp-edd/compare/mcp-edd-v1.0.0...mcp-edd-v1.1.0) (2026-02-17)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "0.2",
"name": "io.github.verygoodplugins/mcp-edd",
"display_name": "Easy Digital Downloads",
"version": "1.1.0",
"version": "1.2.0",
"description": "Query your EDD store's sales, customers, products, and analytics from Claude",
"long_description": "Query your EDD store's sales, customers, and products directly from Claude. Get instant insights into revenue, customer behavior, and product performance.\n\n**What you can do:**\n\n• Sales Analytics - \"Show me this month's revenue\" or \"Compare Q4 sales to last year\"\n• Customer Insights - \"Find customers who purchased WP Fusion\" or \"Show top 10 by lifetime value\"\n• Product Data - \"List all products with their sales stats\" or \"Show pricing for premium tier\"\n• Discount Tracking - \"Which discount codes were used this week?\"\n\nBuilt by Very Good Plugins, the team behind WP Fusion - trusted by 10,000+ WordPress sites for CRM and marketing integrations.",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verygoodplugins/mcp-edd",
"version": "1.1.0",
"version": "1.2.0",
"description": "MCP server for Easy Digital Downloads REST API - sales, customers, products, and analytics",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "io.github.verygoodplugins/mcp-edd",
"title": "Easy Digital Downloads",
"description": "MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics",
"version": "1.1.0",
"version": "1.2.0",
"websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry",
"repository": {
"url": "https://github.com/verygoodplugins/mcp-edd",
Expand Down