Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
require iconv
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jan 28, 2015
1 parent bcaf228 commit c5bcdfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
owncloud-news (5.2.0)
* **New dependency**: Require iconv php module (which is required by picoFeed)

owncloud-news (5.1.1)
* **Bugfix**: Use the correct scrolltop position for pull to refresh to not reload the feed when jumping back to an article using keyboard shortcuts

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ are listed on the [ownCloud apps overview](https://github.com/owncloud/core/wiki
* PHP >= 5.4
* libxml >= 2.7.8 (2.9 recommended)
* php-curl
* iconv
* SimpleXML

## Supported Operating Systems
Expand Down
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
<version>5.1.1</version>
<version>5.2.0</version>
<namespace>News</namespace>

<!-- resources -->
Expand All @@ -31,6 +31,7 @@
<lib min-version="2.7.8">libxml</lib>
<lib>curl</lib>
<lib>SimpleXML</lib>
<lib>iconv</lib>
</dependencies>

<!-- navigation -->
Expand Down

0 comments on commit c5bcdfb

Please sign in to comment.