Skip to content

Commit 6b47543

Browse files
committed
version 2.13
1 parent 6715291 commit 6b47543

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.md

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

99

1010
INSTALLATION

_docs/website/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ <h1 id="header-name"><span>selfoss</span></h1>
2828
<li class="documentation">documentation</li>
2929
<li class="about">about</li>
3030
<li class="forum"><a href="/forum">forum</a></li>
31-
<li class="download"><a href="selfoss-2.13-SNAPSHOT.zip">download</a></li>
31+
<li class="download"><a href="https://github.com/SSilence/selfoss/releases/download/2.13/selfoss-2.13.zip">download</a></li>
3232
</ul>
3333

3434
<a id="header-fork" href="https://github.com/SSilence/selfoss"></a>
3535

3636
<div id="header-logo"></div>
3737

38-
<!--<div id="header-just-updated"></div>-->
38+
<div id="header-just-updated"></div>
3939

40-
<a id="header-download" href="selfoss-2.13-SNAPSHOT.zip"><span>download selfoss 2.13-SNAPSHOT</span></a>
40+
<a id="header-download" href="https://github.com/SSilence/selfoss/releases/download/2.13/selfoss-2.13.zip"><span>download selfoss 2.13</span></a>
4141

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

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$f3 = require(__DIR__.'/libs/f3/base.php');
44

55
$f3->set('DEBUG',0);
6-
$f3->set('version','2.13-SNAPSHOT');
6+
$f3->set('version','2.13');
77
$f3->set('AUTOLOAD',__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/;libs/fulltextrss/content-extractor/;libs/fulltextrss/readability/');
88
$f3->set('cache',__dir__.'/data/cache');
99
$f3->set('BASEDIR',__dir__);

gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ module.exports = function(grunt) {
6262
{ src: ['data/cache/.htaccess'], dest: '' },
6363
{ src: ['data/logs/.htaccess'], dest: '' },
6464
{ src: ['data/sqlite/.htaccess'], dest: '' },
65+
{ expand: true, cwd: 'data/fulltextrss', src: ['**'], dest: '/data/fulltextrss'},
6566

6667
{ expand: true, cwd: 'spouts/', src: ['**'], dest: '/spouts'},
6768
{ expand: true, cwd: 'templates/', src: ['**'], dest: '/templates'},
@@ -87,7 +88,7 @@ module.exports = function(grunt) {
8788
if (typeof grunt.option('newversion') != 'undefined') {
8889
grunt.log.writeln('replace version ' + grunt.option('newversion'));
8990
if (version.search(/^\d+\.\d+(\-SNAPSHOT)?$/) == -1)
90-
grunt.fail.warn('newversion must have the format n.m.x or n.m.x-SNAPSHOT (n, m and x are integer numbers)');
91+
grunt.fail.warn('newversion must have the format n.m or n.m-SNAPSHOT (n and m are integer numbers)');
9192
grunt.task.run('replace');
9293
}
9394
});

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.13-SNAPSHOT",
4+
"ver": "2.13",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SSilence/selfoss.git"

0 commit comments

Comments
 (0)