Skip to content

Commit 3858ad4

Browse files
committedOct 12, 2022
Release 2.19
Fixes: #1351
1 parent 91eceeb commit 3858ad4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# selfoss news
2-
## 2.19 – unreleased
2+
## 2.19 – 2022-10-12
33
**This version requires PHP 5.6 or newer. It is also the last version to support PHP 7.**
44

55
### New features

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# selfoss 2.19-SNAPSHOT
1+
# selfoss 2.19
22

33
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.
44

‎docs/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ compile_sass = true
77
[extra]
88
author = "Tobias Zeising"
99
author_address = "tobias.zeising@aditu.de"
10-
current_stable_version = "2.18"
10+
current_stable_version = "2.19"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "selfoss",
33
"description": "selfoss",
4-
"ver": "2.19-SNAPSHOT",
4+
"ver": "2.19",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/fossar/selfoss.git"

‎src/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const BASEDIR = __DIR__ . '/..';
44

5-
const SELFOSS_VERSION = '2.19-SNAPSHOT';
5+
const SELFOSS_VERSION = '2.19';
66

77
// independent of selfoss version
88
// needs to be bumped each time public API is changed (follows semver)

0 commit comments

Comments
 (0)