Release version 1.15

pull/2599/head
Alexandre Alapetite 5 years ago
parent 4058898de2
commit fcae48f313
  1. 2
      CHANGELOG.md
  2. 2
      constants.php

@ -1,6 +1,6 @@
# FreshRSS changelog # FreshRSS changelog
## 2019-1X-XX FreshRSS 1.14.4-dev ## 2019-10-31 FreshRSS 1.15.0
* CLI * CLI
* Command line to export/import any database to/from SQLite [#2496](https://github.com/FreshRSS/FreshRSS/pull/2496) * Command line to export/import any database to/from SQLite [#2496](https://github.com/FreshRSS/FreshRSS/pull/2496)

@ -2,7 +2,7 @@
//NB: Do not edit; use ./constants.local.php instead. //NB: Do not edit; use ./constants.local.php instead.
//<Not customisable> //<Not customisable>
define('FRESHRSS_VERSION', '1.14.4-dev'); define('FRESHRSS_VERSION', '1.15.0');
define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');

Loading…
Cancel
Save