Skip to content

Releases: alexislefebvre/AsyncTweetsBundle

v0.8.1

09 Jan 13:43
Compare
Choose a tag to compare

Fixes #15: Removed HTML5 badge
Test number of queries in Controller

v0.8.0

13 Dec 21:44
Compare
Choose a tag to compare

Fixes #12: Use assetic to serve image, Added note in README.md about the assetic configuration for Symfony
Fixes #13: Cookie value is readen correctly, Added test to avoid future regression: the number of pending tweets is tested
Fixes #14: store "profile_image_url_https" instead of "profile_image_url"

The bundle does not support Symfony 2.6 anymore.

v0.7.0

11 Dec 13:40
Compare
Choose a tag to compare

Fixes #11: Keep white spaces in retweeted tweet
Fixed bug in TweetRepository#deleteAndHideTweetsLessThanId(): tweets were deleted while still viewable in the timeline
Display number of retweets before number of favorites
Use an heart instead of the old star icon for favorites
Images: don't hardcode height of images, use "max-width" and "max-height" CSS properties instead
Scroll to the top of tweets once tweets have been loaded
Media: Store HTTPS URL instead of HTTP URL
Remove page header and moved links in footer (the header used space for no purpose)

Multiple CI improvements, see v0.6.0...v0.7.0

v0.6.0

10 Nov 23:34
Compare
Choose a tag to compare

Display 5 tweets per page (it was previously 10)
Improved tests

v0.5.1

30 Oct 12:53
Compare
Choose a tag to compare

Fixed #10: Hide retweeted Tweets when deleting old Tweets
Require Symfony "~2.6"
Tests

v0.5

16 Sep 18:30
Compare
Choose a tag to compare

Dropped support of PHP 5.4

0.4.2

25 Aug 22:57
Compare
Choose a tag to compare

Fixed #9: fixed bug with "Delete old tweets" button

0.4.1

24 Aug 12:34
Compare
Choose a tag to compare

Fixed bug with PostgreSQL.

0.4

23 Aug 13:41
Compare
Choose a tag to compare
0.4

Fixed 2 issues :

  • #1: Highlight retweets
  • #2: Add a "mark as read" link next to each tweet

0.3.4

20 Aug 22:44
Compare
Choose a tag to compare

Updated TwitterOAuth version: 0.5.3 → 0.5.4