Skip to content

Commit f0c790d

Browse files
committed
Bumped to version 0.5.11
1 parent 3adadf2 commit f0c790d

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "part-db/server",
33
"description": "Part-DB is a tool for managment of electronic parts.",
4-
"version": "0.5.10",
4+
"version": "0.5.11",
55
"type": "project",
66
"keywords": ["database", "electronic", "application"],
77
"homepage": "https://github.com/Part-DB/Part-DB",

inc/config_defaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
// system version: this must be increased for every release(-candidate)!
225225
// IMPORTANT: please note that (for example) "0.3.0" is a HIGHER (!) version than "0.3.0.RC5".
226-
$config['system']['version'] = '0.5.10'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
226+
$config['system']['version'] = '0.5.11'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
227227

228228
// the version of the latest config style. Increase this for one if we need an update for the user's config.php (see also updates/config_update_steps.php)
229229
$config['system']['latest_config_version'] = 2; // only increase for one!

readme/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Part-DB Changelog
22

3+
## Part-DB 0.5.11
4+
### Bugfixes
5+
* Kompatibilität mit PHP 8.* verbessert (Labelgeneration, Datenbank-Upgrade)
6+
* Upload potententiell ausführbarer Dateien wird nun besser verhindert
7+
8+
9+
### Sonstiges
10+
* Deutliche Performanceverbesserungen, die die Ladezeiten stark reduzieren sollten
11+
312
## Part-DB 0.5.10
413
### Bugfixes
514
* Nun kompatibel mit PHP 8.*

readme/changelog_EN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Part-DB changelog
22

3+
## Part-DB 0.5.11
4+
### Bugfixes
5+
* Improved compatibility with PHP 8.* (label generation, database upgrade)
6+
* Prevent upload of potentially unsafe (executable) files
7+
8+
### Miscellaneous
9+
* Performance improvements (page loads are much quicker now)
10+
311
## Part-DB 0.5.10
412
### Bugfixes
513
* Fix compatibility with PHP 8.*

0 commit comments

Comments
 (0)