# June 2021

## June 1st

### New Features

* Expanded customer notification setting options
* Customer and seller information now displayed on invoices
* Card brand and last 4 now displayed on invoices
* You can now save your EIN into settings/communications and will be displayed on invoices
* Added ability for customers to change avatar when editing customer profile
* If an order is refunded the payment pdf is now updated as such
* New [API endpoint](/developers/api/chapters.md) for Chapters
* New [API endpoint](/developers/api/course-chapters.md) for Course Chapters (to list chapters by course id)

### Changes

* Improved user interface and flow for changing subscription plans
* Subscription plans now require a price over $0
* Customer subscription upgrades/downgrades now immediately charge for any outstanding amount, and billing cycles will change to the same day
* Added clarification when previewing a subscription plan change as far as credits on remaining time on subscription

### Fixes

* Fixed bug when viewing categories if questions are categorized same as courses or downloads
* Fixed bug opening attachment if attachment not present
* Fixed playlist notification settings
* Fixed mention notification settings
* Fixed styling for customer profile editing
* Fixed svg images not processing fully when uploaded
* Fixed stripe plan link when editing subscription plan
* Fixed order items doubling up when editing in admin

## June 29th

### Additions

* Customer notification system improvements
* Customer notification settings improvements
* Added user notifications and settings
* Added subscription tab to admin/customers view
* Added RSS feed with auto discovery for blog posts
* Courses and live streams now display the categories and sub categories attached, linked to the category or subcategory
* If a subscription has a coupon applied, that total is now reflected when viewing the subscription by customer or admin

### Changes

* Open all PDF links in a new tab
* Webhooks now respecting livemode for Stripe
* Customer Dashboard / Settings has been changed to Customer Dashboard / Notifications / Settings

### Fixes

* Fixed error deleting subscription from admin/subscription view
* Invalid resources now caught and redirected instead of hard error
* Fixed leaf duplication error if duplicated from not yet saved leaf
* Fixed page settings not appearing on newly created page if not visited on front-end


---

# 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/june-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.
