This commit is contained in:
Bernhard Posselt 2013-08-07 15:31:05 +02:00
Родитель c8b04a1395
Коммит c1adf7d39d
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@ owncloud-news (1.203)
* Strip all HTML tags from the author and title
* Sanitize urls on the server side to prevent clients from being affected by XSS
* Use a default batch value for the API
* Don't fail to import OPML which uses the title instead of text attribute (i.e. OPML created by Thunderbird)
ownCloud-news (1.202)
* Fixed a bug in the API routes that would request an uneeded id when creating a feed

Просмотреть файл

@ -1,3 +1,4 @@
(function(angular, $, moment, undefined){
/**
* ownCloud News App - v0.0.1
@ -3244,3 +3245,4 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
}).call(this);
})(window.angular, window.jQuery, window.moment);