Skip to content

Commit

Permalink
Merge pull request #21 from coeka/master
Browse files Browse the repository at this point in the history
Update UPGRADE.md and README.md
  • Loading branch information
jbtronics authored Feb 8, 2020
2 parents 6cb34ed + 4f4b5a4 commit 01cfb4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The instructions on how to install the new version or upgrade from Part-DB 1.0 t
## Breaking Changes
Please note that there are some breaking changes with the new version.
It is tried to keep the breaking changes as small as possible, so they should not have much impact for the most users:
* PHP 7.2 is required now (Part-DB 0.5 supported PHP 5.4+, Part-DB 0.6 7.0).
PHP 7.2 (or newer) is shipped by all current major Linux distros now (and can be installed by third party sources on others),
Releases are available for Windows too, so almost everybody should be able to use PHP 7.2
* PHP 7.2.5 is required now (Part-DB 0.5 supported PHP 5.4+, Part-DB 0.6 7.0).
PHP 7.2.5 (or newer) is shipped by all current major Linux distros now (and can be installed by third party sources on others),
Releases are available for Windows too, so almost everybody should be able to use PHP 7.2.5
* Console access highly required. The installation of composer and frontend dependencies require console access, also
the managment commands are using CLI, so you should have console access on your server.
* Markdown/HTML is now used instead of BBCode for rich text in description and command fields.
Expand All @@ -30,4 +30,4 @@ It is tried to keep the breaking changes as small as possible, so they should no
You should now be able to access Part-DB and log in using your old credentials.

**It is not possible to access the database using the old Part-DB version.
If you do so, this could damage your database.** Therefore it is recommended to remove the old Part-DB version.
If you do so, this could damage your database.** Therefore it is recommended to remove the old Part-DB version.

0 comments on commit 01cfb4d

Please sign in to comment.