# 28th Feb 24

## :sparkles: New

* Events are now just a little bit easier to create and manage. Fields have been reordered and the uncommon options have been moved to an "Advanced Options" section
* Clubs can now subscribe to both monthly and annual plans from the Billing Dashboard
* The Billing dashboard has also been refactored for increased performance
* Invitations now expire after 3 months when unused, and the view is a bit cleaner for easier management

## :bug::hammer: Bug Fixes

* Some guests had trouble signing up because of a validation error, that's fixed
* RO's are able to edit range logs for 48 hours until they lock, instead of having them lock immediately
* Anyone but admins had issues editing events sometimes, but this has now been fixed. Users require either the `admin` or `bookings_manager` roles to edit events now
* When adding or editing a firearm, calibres are now free text entry to support weird and wonderful ones we don't have in the database. Fixed a bug where it was still a dropdown in certain cases
* There was pesky hard-coded string left over in the subject of email announcements - that's now properly dynamic
* Deleting announcements was broken, now it is un-broken

#### Sign up to get important changes to your email

{% @mailchimp/mailchimpSubscribe %}


---

# 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.range-mate.co.uk/changelog/28th-feb-24.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.
