plugin_twitter: Updated version and changelog information

This commit is contained in:
Matthias Gutjahr 2013-08-16 11:55:23 +02:00
parent c1b3228780
commit 9a398b1151
4 changed files with 39 additions and 1 deletions

View file

@ -8,6 +8,10 @@ TODO:
* Twitter announcements/credentials etc. per author instead of
only per central blog
1.51 (mattsches)
--------------------------
* Switched tweetback search to API 1.1
1.50
-----
* Added empty $entries, $validated_entries, $highest_ids checks to avoid foreach errors

View file

@ -112,6 +112,23 @@ Z toho vytvo
<h2>Historie verzí (ChangeLog)</h2>
<pre>
1.51 (mattsches)
--------------------------
* Switched tweetback search to API 1.1
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
1.47 (brockhaus)
--------------------------
* Added API token functionality for announcing articles via pirat.ly.

View file

@ -112,6 +112,23 @@ Z toho vytvo
<h2>Historie verzí (ChangeLog)</h2>
<pre>
1.51 (mattsches)
--------------------------
* Switched tweetback search to API 1.1
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
1.47 (brockhaus)
--------------------------
* Added API token functionality for announcing articles via pirat.ly.

View file

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