# January 2022

## January 4th

### New Features

* Redesigned [media library](/creating-content/media-library.md) experience supporting drag/drop uploads and image albums
* New [Gallery page leaf](/creating-content/media-library.md#displaying-galleries) for the page builder which displays a gallery with lightbox
* Cart checkout and subscription signup now support [100% off coupons](/developers/api/coupons.md#create-coupon)
* Off label PayPal IPN support for legacy PayPal subscribers
* BETA - PayPal Webhooks

### Changes

* updated uppy s3 multipart to support new pre-sign payload format
* updated the logic that determines when the bottom lesson nav is displayed, to accommodate videos within the content.

### Fixes

* fixed error in app admin
* fixed error with button label if trial days is set as blank
* fixed text color of answers marked correct in the community forum on dark themed sites


---

# 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/2022/january-2022.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.
