Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Aug 30, 2024
1 parent 6263057 commit 01dfb20
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
29 changes: 29 additions & 0 deletions 3.3to3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Upgrade from 3.3 to 3.4

This document shows you how to upgrade HortusFox from 3.3 to 3.4.

## General upgrade steps
The following files and folders have to be replaced:
```
/app
/public/css
/public/js
```

## Version specific upgrade steps

The docker files have been updated
```
.dockerignore
dockerfile
docker-compose.yml
docker-entrypoint.sh
```

There were new tables and columns created. In order to upgrade, perform the following steps.
```sh
php asatru migrate:list
php asatru migrate:upgrade
```

The first commands adds all new tables and the second command alters existing tables to reflect the recent changes.
16 changes: 5 additions & 11 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.3</code></strong>
Current version: <strong><code>3.4</code></strong>
</p>

<p align="center">
Expand Down Expand Up @@ -54,16 +54,10 @@ as a web application and there is also an android mobile phone app available.
12. [Admin](admin.md)

## Upgrade Guides
1. [From 3.2 to 3.3](3.2to3.3.md)
2. [From 3.1 to 3.2](3.1to3.2.md)
3. [From 3.0 to 3.1](3.0to3.1.md)
4. [From 2.5 to 3.0](2.5to3.0.md)
5. [From 2.4 to 2.5](2.4to2.5.md)
6. [From 2.3 to 2.4](2.3to2.4.md)
7. [From 2.2 to 2.3](2.2to2.3.md)
8. [From 2.1 to 2.2](2.1to2.2.md)
9. [From 2.0 to 2.1](2.0to2.1.md)
10. [From 1.6 to 2.0](1.6to2.0.md)
1. [From 3.3 to 3.4](3.3to3.4.md)
2. [From 3.2 to 3.3](3.2to3.3.md)
3. [From 3.1 to 3.2](3.1to3.2.md)
4. [From 3.0 to 3.1](3.0to3.1.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 01dfb20

Please sign in to comment.