plugin twitter - avoid empty entries errors and cleanup

This commit is contained in:
Ian 2013-08-15 16:02:08 +02:00
parent 38f53839e7
commit d413eda096
3 changed files with 307 additions and 289 deletions

View file

@ -8,6 +8,15 @@ TODO:
* Twitter announcements/credentials etc. per author instead of
only per central blog
1.50
-----
* Added empty $entries, $validated_entries, $highest_ids checks to avoid foreach errors
* Some extended whitespace, tabs and other minors cleanup
1.49
-----
* Bump version to propagate new .htaccess in Spartacus sync and mirrors
1.48
-----
* Static PHP5 fixes

View file

@ -1,4 +1,4 @@
<?php
// Actual version of both plugins
@define('PLUGIN_TWITTER_VERSION', '1.49');
@define('PLUGIN_TWITTER_VERSION', '1.50');

File diff suppressed because it is too large Load diff