mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Tag new version
This commit is contained in:
parent
afe26fb8e1
commit
b707ecc942
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Version 0.10.1 (2022-01-17)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- Support PHP 8.1
|
||||||
|
|
||||||
Version 0.10.0 (2021-07-11)
|
Version 0.10.0 (2021-07-11)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
class Arsse {
|
class Arsse {
|
||||||
public const VERSION = "0.10.0";
|
public const VERSION = "0.10.1";
|
||||||
public const REQUIRED_EXTENSIONS = [
|
public const REQUIRED_EXTENSIONS = [
|
||||||
"intl", // as this extension is required to prepare formatted messages, its absence will throw a distinct English-only exception
|
"intl", // as this extension is required to prepare formatted messages, its absence will throw a distinct English-only exception
|
||||||
"dom",
|
"dom",
|
||||||
|
|
Loading…
Reference in a new issue