commit
d8410e21b3
3 changed files with 9 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
2.3
|
2.4
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
|
- 2.4.1
|
||||||
- 2.3.4
|
- 2.3.4
|
||||||
- 2.1.10
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=postgresql BUILD_TYPE=cucumber
|
- DB=postgresql BUILD_TYPE=cucumber
|
||||||
|
|
@ -29,7 +29,7 @@ before_install:
|
||||||
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
|
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
|
||||||
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
|
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
|
||||||
|
|
||||||
bundler_args: "--deployment --without development production --with mysql postgresql --jobs 3 --retry 3"
|
bundler_args: "--deployment --without development --with mysql postgresql --jobs 3 --retry 3"
|
||||||
|
|
||||||
script: "./script/ci/build.sh"
|
script: "./script/ci/build.sh"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
# 0.7.0.0
|
# 0.7.0.0
|
||||||
|
|
||||||
|
## Supported Ruby versions
|
||||||
|
|
||||||
|
This release recommends using Ruby 2.4, while retaining Ruby 2.3 as an officially supported version.
|
||||||
|
Ruby 2.1 is no longer officially supported.
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
||||||
* Make the mention syntax more flexible [#7305](https://github.com/diaspora/diaspora/pull/7305)
|
* Make the mention syntax more flexible [#7305](https://github.com/diaspora/diaspora/pull/7305)
|
||||||
|
|
@ -11,6 +16,7 @@
|
||||||
* Remove deprecated statistics.json [#7399](https://github.com/diaspora/diaspora/pull/7399)
|
* Remove deprecated statistics.json [#7399](https://github.com/diaspora/diaspora/pull/7399)
|
||||||
* Always link comment count text on mobile [#7483](https://github.com/diaspora/diaspora/pull/7483)
|
* Always link comment count text on mobile [#7483](https://github.com/diaspora/diaspora/pull/7483)
|
||||||
* Switch to new federation protocol [#7436](https://github.com/diaspora/diaspora/pull/7436)
|
* Switch to new federation protocol [#7436](https://github.com/diaspora/diaspora/pull/7436)
|
||||||
|
* Send public profiles publicly [#7501](https://github.com/diaspora/diaspora/pull/7501)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue