> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upgrading from 3.2.5 to 3.3.0

> Learn how to upgrade your MineStoreCMS from version 3.2.1 to 3.3.0.

## Introduction

This **MineStoreCMS** version **3.3.0** is a **major release** that includes **new features**, **improvements**, and **bug fixes**. This guide will help you to **upgrade your webstore** from version **3.2.5** to **3.3.0**.

## New Global Features

The **MineStoreCMS 3.3.0** includes the following new features:

* **Discord Bot**: Sync your Discord server with your webstore to manage roles and permissions.
* **Discord OAuth**: Authenticate users using Discord OAuth to define which Discord ID belongs to which user.
* **Delivery System Improvements**: Improved delivery system for your package's commands. Now it takes less than 20 seconds to deliver a package.
* **Virtual Currency**: Now it is a separate payment method with completely reworked logic.
* **Pix Payment Gateway**: Now you can accept payments using Pix payment gateway.
* **Laravel 11**: The MineStoreCMS is now based on Laravel 11.

## Upgrade Steps

To upgrade your **MineStoreCMS** from version **3.2.1** to **3.3.0**, follow the steps below:

1. Run **Automatic Updater** from the **Admin Panel**. After that you would see **500 error**, it is **FINE**. Continue to the next step.
2. Install the **new dependencies** by running the following commands in the terminal:

```bash theme={null}
bash <(curl -s https://minestorecms.com/res/install_discord_bot.sh)
```

3. **Update the Theme** to the latest version: `Themes > Upgrade`.
4. Update the [**Minecraft Plugin**](https://minestorecms.com/plugin) to the latest version on each server. **Old versions are not compatible with the new version!!!**
5. Done! Your **MineStoreCMS** is now upgraded to version **3.3.0**.

## Troubleshooting

If you face any issues during the upgrade process, you can **contact our support team** for help. We are always here to help you with any issues you face during the upgrade process.

## Useful Links

<CardGroup cols={2}>
  <Card title="Download Official Plugin" icon="plug" href="https://minestorecms.com/plugin">
    Download the official MineStoreCMS plugin for your Minecraft server.
  </Card>

  <Card title={'Discord Bot'} icon={'discord'} href={'/features/packages/discord-bot'}>
    Learn how to sync your Discord server with your webstore to manage roles and permissions.
  </Card>
</CardGroup>
