mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 05:02:40 +00:00
Prepare release
This commit is contained in:
parent
3838cdc0af
commit
b1154359e4
3 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
Version 0.??.? (????-??-??)
|
Version 0.10.5 (2024-01-09)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- Require PHP 7.3
|
- Require PHP 7.3
|
||||||
|
- Adapt the Arch package to make using alternative PHP interpreters easier
|
||||||
|
(see manual for details)
|
||||||
- Multiple editorial and stylistic changes to the UNIX manual page
|
- Multiple editorial and stylistic changes to the UNIX manual page
|
||||||
|
|
||||||
Version 0.10.4 (2023-01-24)
|
Version 0.10.4 (2023-01-24)
|
||||||
|
|
|
@ -11,10 +11,13 @@ usually prudent:
|
||||||
`composer install -o --no-dev`
|
`composer install -o --no-dev`
|
||||||
|
|
||||||
|
|
||||||
Upgrading from 0.10.4 to 0.10.?
|
Upgrading from 0.10.4 to 0.10.5
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
- PHP 7.3 is now required
|
- PHP 7.3 is now required
|
||||||
|
- Web server configuration in the Arch Linux package has been modified to ease
|
||||||
|
the use of alternative PHP interpreters; please review the sample
|
||||||
|
configuration files for changes
|
||||||
|
|
||||||
|
|
||||||
Upgrading from 0.10.2 to 0.10.3
|
Upgrading from 0.10.2 to 0.10.3
|
||||||
|
|
|
@ -8,7 +8,7 @@ declare(strict_types=1);
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
class Arsse {
|
class Arsse {
|
||||||
public const VERSION = "0.10.4";
|
public const VERSION = "0.10.5";
|
||||||
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