From 3858ad45fb199a0fec2504b8ee63138ef13afa40 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 7 Oct 2022 01:52:43 +0200 Subject: [PATCH] Release 2.19 Fixes: https://github.com/fossar/selfoss/issues/1351 --- NEWS.md | 2 +- README.md | 2 +- docs/config.toml | 2 +- package.json | 2 +- src/constants.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index e125eae5c9..cc449efbf9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ # selfoss news -## 2.19 – unreleased +## 2.19 – 2022-10-12 **This version requires PHP 5.6 or newer. It is also the last version to support PHP 7.** ### New features diff --git a/README.md b/README.md index 1ccf174611..657e6a5ff0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# selfoss 2.19-SNAPSHOT +# selfoss 2.19 selfoss is a multipurpose RSS reader and feed aggregation web application. It allows you to easily follow updates from different web sites, social networks and other platforms, all in single place. It is written in PHP, allowing you to run it basically anywhere. diff --git a/docs/config.toml b/docs/config.toml index 608e079b14..a7bfa0a1da 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -7,4 +7,4 @@ compile_sass = true [extra] author = "Tobias Zeising" author_address = "tobias.zeising@aditu.de" -current_stable_version = "2.18" +current_stable_version = "2.19" diff --git a/package.json b/package.json index e149764d83..25e673f64f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "selfoss", "description": "selfoss", - "ver": "2.19-SNAPSHOT", + "ver": "2.19", "repository": { "type": "git", "url": "https://github.com/fossar/selfoss.git" diff --git a/src/constants.php b/src/constants.php index 49b4c14de6..fbf5c28f92 100644 --- a/src/constants.php +++ b/src/constants.php @@ -2,7 +2,7 @@ const BASEDIR = __DIR__ . '/..'; -const SELFOSS_VERSION = '2.19-SNAPSHOT'; +const SELFOSS_VERSION = '2.19'; // independent of selfoss version // needs to be bumped each time public API is changed (follows semver)