Browse Source

Make new bugfix release

microsub 0.3.1
J. King 6 years ago
parent
commit
e4d64424c7
  1. 10
      CHANGELOG
  2. 2
      lib/Arsse.php

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)
==========================

2
lib/Arsse.php

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse;
class Arsse {
const VERSION = "0.3.0";
const VERSION = "0.3.1";
/** @var Lang */
public static $lang;

Loading…
Cancel
Save