Skip to content

Commit 9a1b107

Browse files
committed
release 2.18
1 parent 4df85c2 commit 9a1b107

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# selfoss news
2-
## 2.18 – Unreleased
2+
## 2.18 – 2018-03-05
33
### New features
44
- Full-text RSS spout is now able to extract content from PDFs ([#897](https://github.com/SSilence/selfoss/pull/897))
55
- URL is no longer cleaned when changing spout ([#906](https://github.com/SSilence/selfoss/pull/906))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ selfoss
44
Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de
55
https://selfoss.aditu.de
66
Licensed under the GPLv3 license
7-
Version 2.18-SNAPSHOT
7+
Version 2.18
88

99
DOWNLOAD
1010
--------

_docs/website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
2727
<li class="documentation">documentation</li>
2828
<li class="about">about</li>
2929
<li class="forum"><a href="/forum">forum</a></li>
30-
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.18-SNAPSHOT.zip">download</a></li>
30+
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.18.zip">download</a></li>
3131
</ul>
3232

3333
<a id="header-fork" href="https://github.com/SSilence/selfoss"></a>
@@ -36,7 +36,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
3636

3737
<div id="header-just-updated"></div>
3838

39-
<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.18-SNAPSHOT.zip"><span>download selfoss 2.18-SNAPSHOT</span></a>
39+
<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.18/selfoss-2.18.zip"><span>download selfoss 2.18</span></a>
4040

4141
<a id="header-donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=LR67F3T9DMSC8"><span>donate</span></a>
4242

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$f3 = $f3 = Base::instance();
1515

1616
$f3->set('DEBUG', 0);
17-
$f3->set('version', '2.18-SNAPSHOT');
17+
$f3->set('version', '2.18');
1818
$f3->set('AUTOLOAD', false);
1919
$f3->set('cache', __DIR__ . '/data/cache');
2020
$f3->set('BASEDIR', __DIR__);

docs/api-description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"servers": [],
44
"info": {
55
"description": "You can access selfoss by using the same backend as selfoss user interface: The RESTful HTTP JSON API. There are a few urls where you can get information from selfoss and some for updating data. Assume you want all tags for rendering this in your own app. You have to make an HTTP GET call on the url /tags:\n\n```\nGET http://yourselfossurl.com/tags\n```\nThe result is following JSON formatted response (in this example two tags “blog” and “deviantart” are available:\n\n```\n[{\"tag\":\"blog\",\"color\":\"#251f10\",\"unread\":\"1\"},\n{\"tag\":\"deviantart\",\"color\":\"#e78e5c\",\"unread\":\"0\"}]\n```\n\nFollowing docs shows you which calls are possible and which response you can expect.",
6-
"version": "2.18-SNAPSHOT",
6+
"version": "2.18",
77
"title": "selfoss"
88
},
99
"tags": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "selfoss",
33
"description": "selfoss",
4-
"ver": "2.18-SNAPSHOT",
4+
"ver": "2.18",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SSilence/selfoss.git"

0 commit comments

Comments
 (0)