# September 2021

## September 29th

### New Features

* Questions in the community forum can now be [pinned](/creating-content/community.md#pinning-topics) to the main page.
* The customer dashboard now supports more than 3 active courses by providing a link to the rest on a dedicated page.
* Customer avatars and names now link to the customer profile if the [Profiles](/managing-your-site/market/profiles-usd.md) plugin activated.
* Content page leaf has been updated with new options to sort by date, author, and category(s).
* Added YouTube as a profile link option for customer profiles.
* New [option](/admin/subscriptions/editing-a-subscription-plan.md#adjusting-which-products-are-included) added to Subscription Plans that gives access to all content in the library without adding them one by one.
* New Feature! Site admins and site staff can now [BUZZ](/creating-content/community/buzzes.md) customers questions and answers in the community forum. Think of them as tiny-comments with a 16 character max.
* Added failed payment mailer to main app
* Forums can now be [restricted](/creating-content/community.md#restricting-access) to having a specific subscription plan
* Added gamification settings link to game cards in admin
* Course badges, XP, and authors are now shown on the lessons in the course as well as the course

### Changes

* Multiple import script updates and fixes
* Removed the ability to delete a site (for now)
* Bolstered the reset data jobs such that users can reset the entire site
* Updated customer dashboard to account for more than 4 current courses in progress. Any more than 3 now provides a link to a separate page listing all courses currently being taken
* Updated course import utility to accept a price\_in\_cents column, that when filled creates an attached product for sell
* Posts now show 21 per page

### Fixes

* Fixed child links not showing css class applied
* Fixed pagination not being displayed for posts
* Fixed livestream RSVP error due to missing mailchimp activation check
* Fixed link modal display in page builder panel
* Fixed incorrect XP awarding being displayed on game card in subscription plans while editing
* Fixed newly uploaded favicons not being displayed correctly
* Fixed position of [Save This](/managing-your-site/market/bookmarks.md) button


---

# Agent Instructions: 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:

```
GET https://docs.mavenseed.com/changelog/2021/september-2021.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
