Skip to content

Commit

Permalink
Release 2.19
Browse files Browse the repository at this point in the history
Fixes: #1351
  • Loading branch information
jtojnar committed Oct 12, 2022
1 parent 91eceeb commit 3858ad4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3858ad4

Please sign in to comment.