mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-11 18:32:41 +00:00
Make new bugfix release
This commit is contained in:
parent
a92bad1bc8
commit
e4d64424c7
2 changed files with 11 additions and 1 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
||||||
|
Version 0.3.1 (2018-07-22)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Correctly read the configuration file on start-up
|
||||||
|
- Minor fixes to code and documentation
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- Disable memory and time limits to avoid deadlocks with NextCloud News
|
||||||
|
|
||||||
Version 0.3.0 (2018-01-12)
|
Version 0.3.0 (2018-01-12)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
class Arsse {
|
class Arsse {
|
||||||
const VERSION = "0.3.0";
|
const VERSION = "0.3.1";
|
||||||
|
|
||||||
/** @var Lang */
|
/** @var Lang */
|
||||||
public static $lang;
|
public static $lang;
|
||||||
|
|
Loading…
Reference in a new issue