forked from Archives/Athou_commafeed
2.4.0 release
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
v 2.4.0
|
||||||
|
- users were not able to change password or delete account
|
||||||
|
- fix api key generation
|
||||||
|
- feed entries can now be sorted alphabetically
|
||||||
|
- fix facebook sharing
|
||||||
|
- fix layout on iOS
|
||||||
|
- postgresql driver update (fix for postgres 9.6)
|
||||||
|
- various internationalization fixes
|
||||||
|
- security fixes
|
||||||
v 2.3.0
|
v 2.3.0
|
||||||
- dropwizard upgrade 0.9.1
|
- dropwizard upgrade 0.9.1
|
||||||
- feed enclosures are hidden if they already displayed in the content
|
- feed enclosures are hidden if they already displayed in the content
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.commafeed</groupId>
|
<groupId>com.commafeed</groupId>
|
||||||
<artifactId>commafeed</artifactId>
|
<artifactId>commafeed</artifactId>
|
||||||
<version>2.4.0-SNAPSHOT</version>
|
<version>2.4.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>CommaFeed</name>
|
<name>CommaFeed</name>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user