summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-07 15:31:05 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-07 15:31:05 +0200
commitc1adf7d39ddf068f93c22083ab4b9ea0e092ea51 (patch)
tree67258be68cc06e150f77ed762b62d25f6d18d750
parentc8b04a1395798404a87e27b7a3f69f5d45859a0c (diff)
update readme
-rw-r--r--CHANGELOG1
-rw-r--r--js/public/app.js2
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6b243c31a..0b8335a7d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/js/public/app.js b/js/public/app.js
index 39cd509c4..7b4cdeb3e 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -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); \ No newline at end of file