Skip to content

Commit

Permalink
Bumped to version 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Mar 2, 2022
1 parent 3adadf2 commit f0c790d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "part-db/server",
"description": "Part-DB is a tool for managment of electronic parts.",
"version": "0.5.10",
"version": "0.5.11",
"type": "project",
"keywords": ["database", "electronic", "application"],
"homepage": "https://github.com/Part-DB/Part-DB",
Expand Down
2 changes: 1 addition & 1 deletion inc/config_defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

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

// 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)
$config['system']['latest_config_version'] = 2; // only increase for one!
Expand Down
9 changes: 9 additions & 0 deletions readme/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Part-DB Changelog

## Part-DB 0.5.11
### Bugfixes
* Kompatibilität mit PHP 8.* verbessert (Labelgeneration, Datenbank-Upgrade)
* Upload potententiell ausführbarer Dateien wird nun besser verhindert


### Sonstiges
* Deutliche Performanceverbesserungen, die die Ladezeiten stark reduzieren sollten

## Part-DB 0.5.10
### Bugfixes
* Nun kompatibel mit PHP 8.*
Expand Down
8 changes: 8 additions & 0 deletions readme/changelog_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Part-DB changelog

## Part-DB 0.5.11
### Bugfixes
* Improved compatibility with PHP 8.* (label generation, database upgrade)
* Prevent upload of potentially unsafe (executable) files

### Miscellaneous
* Performance improvements (page loads are much quicker now)

## Part-DB 0.5.10
### Bugfixes
* Fix compatibility with PHP 8.*
Expand Down

0 comments on commit f0c790d

Please sign in to comment.