Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Dec 5, 2024
1 parent bf24a50 commit e2099d7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions 3.8to3.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Upgrade from 3.8 to 3.9

This document shows you how to upgrade HortusFox from 3.8 to 3.9.

## Upgrading via Docker

You can update your docker containers via the following command
```sh
docker-compose pull
docker-compose up -d
```

## Manual upgrading

Manual upgrading can be done via the following steps
```sh
git pull
composer update
php asatru migrate:list
php asatru migrate:upgrade
```
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</h1>

<p align="center">
Current version: <strong><code>3.8</code></strong>
Current version: <strong><code>3.9</code></strong>
</p>

<p align="center">
Expand Down Expand Up @@ -53,11 +53,11 @@ Please view the installation guide of the <a href="https://github.com/danielbren
12. [Admin](admin.md)

## Upgrade Guides
1. [From 3.7 to 3.8](3.7to3.8.md)
2. [From 3.6 to 3.7](3.6to3.7.md)
3. [From 3.5 to 3.6](3.5to3.6.md)
4. [From 3.4 to 3.5](3.4to3.5.md)
5. [From 3.3 to 3.4](3.3to3.4.md)
1. [From 3.8 to 3.9](3.8to3.9.md)
2. [From 3.7 to 3.8](3.7to3.8.md)
3. [From 3.6 to 3.7](3.6to3.7.md)
4. [From 3.5 to 3.6](3.5to3.6.md)
5. [From 3.4 to 3.5](3.4to3.5.md)

## REST API
HortusFox features a REST API beginning with v3.1. Please refer to our [API Reference](api.md) for more information.
Expand Down

0 comments on commit e2099d7

Please sign in to comment.