mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
chore: prepare 2023-09-24 release (#3703)
This commit is contained in:
parent
f321f000c1
commit
857e908929
8 changed files with 19 additions and 232 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
final class Configuration
|
||||
{
|
||||
private const VERSION = 'dev.2023-07-11';
|
||||
private const VERSION = '2023-09-24';
|
||||
|
||||
private static $config = [];
|
||||
|
||||
|
|
|
@ -30,6 +30,8 @@ final class RssBridge
|
|||
if ((error_reporting() & $code) === 0) {
|
||||
return false;
|
||||
}
|
||||
// In the future, uncomment this:
|
||||
//throw new \ErrorException($message, 0, $code, $file, $line);
|
||||
$text = sprintf(
|
||||
'%s at %s line %s',
|
||||
sanitize_root($message),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue