> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/changelog/2022/december-2022.md).

# December 2022

### Dec 7th

* eliminates Rakismet gem dependency
* logs Akismet request and responses on the comment
* logs metadata on comment to later report as SPAM
* adds methods to mark a comment as SPAM (market plugin comment data, and comment event view)
* adds methods to mark a comment as HAM
* adds bulk delete to market plugin comments view
* adds new comment UI with filter and search
* adds new leaderboard tab to customer dashboard
* adds support for searching questions by customer name on the community forum
* adds grouping support to customer merchandise variants for easier display
* adds clarity to community answer thread indicating subscribed status on question
* fixed state error on forms with countries that have no states
* fixed notification mark as read marking other community replies as read accidentally
* fixed subscription event not firing for paypal subscriptions
* fixed date ranges in dashboard widgets causing new records to not be displayed
* fixed incorrect product count on call to action on logged out lesson view
* fixed page error when paypal declined user is redirected back to the app


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mavenseed.com/changelog/2022/december-2022.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
