CHANGES.txt 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. Version history
  2. ===============
  3. 4.1 (2016-03-07):
  4. - added: notification when post published
  5. - fixed: correctly fallback to default entity icon if no blog icon
  6. - fixed: unwanted access change when a blog published automatically #30
  7. 4.0 (2015-07-08):
  8. - added: canComment hook for consistency
  9. - added: composer support
  10. - changed: comments count now in entity menu and no longer in subtitle
  11. - fixed: correct tagcloud depending on page owner
  12. - fixed: deprecated confirm link
  13. - fixed: blog icons crash in Elgg 1.10 #21
  14. - fixed: incorrect loading of draft JS
  15. - fixed: incorrect loading of draft JS
  16. - fixed: class callback functions should be static
  17. - fixed: wrong handling of the blog route hook #26
  18. - removed: unused function
  19. 3.2 (2015-02-17):
  20. - fixed: use of a private function
  21. - removed: left over code from owner transfer
  22. 3.1 (2014-11-17):
  23. - added: link to the comments section in the entity menu
  24. - changed: admin option to feature a blog now toggles ajax based
  25. - changed: blog thumbnails can be cached better
  26. 3.0 (2014-09-25):
  27. - prepared for Elgg 1.9
  28. - added: support for widget_manager group tool based widgets
  29. 2.5 (2013-10-25):
  30. - added: related blogs on full view (sidebar or blog footer)
  31. - added: owner information below blog
  32. - added: blog container navigation (previous/next blog) on full view
  33. - added: settings to control new full view views
  34. - added: "in group" text added to subtitle of a blog
  35. - added: featured blogs page
  36. - added: new image size support
  37. - added: support for the blog image in the river
  38. - changed: CSS cleanup
  39. - changed: moved blog image to own view
  40. - removed: owner transfer code (replaced by ColdTrick/entity_tools plugin)
  41. 2.4 (2013-04-05):
  42. - added: publication and expiration date on blogs (cron based)
  43. - changed: cleaned up blog/save action
  44. - changed: requirements for plugin to Elgg 1.8.9
  45. - fixed: security issue in blog tools save form
  46. 2.3 (2012-07-31):
  47. - added: widget title links for blog widget
  48. - added: index_blog widget simple mode
  49. - added: alt tag on blog image (at the request of ghumanz http://community.elgg.org/profile/harinderghumanz)
  50. - fixed: incorrect context in index_blog widget
  51. - fixed: blog widget more link in widget
  52. - fixed: deprecated notices in combination with widget_manager
  53. - fixed: crash (WSOD) while removing blog icon (#7)
  54. - fixed: PHP warnings and notices
  55. - fixed: wrong link in blog widget when used in groups
  56. - fixed: depricated notice in blog save action
  57. - fixed: index_blog widget slider mode
  58. - fixed: index_blog widget preview mode
  59. - fixed: index_blog widget showing unpublished blogs
  60. - fixed: blog widget showing unpublished blogs
  61. 2.2 (2012-03-02):
  62. - added: dutch translation
  63. - fixed: depricated notice with widget_manager
  64. - fixed: depricated notice on blog save form (thanks to ZigZag http://community.elgg.org/pg/profile/zigzag)
  65. - fixed: categories no displaying the same as in core
  66. - fixed: image align issue in full view
  67. - changed: language file cleanup, use more core language keys
  68. - changed: icon upload / remove handling
  69. - changed: legacy Elgg 1.7 page_handlers overrule to use Elgg 1.8 route hook
  70. 2.1.2 (2012-01-23):
  71. - fixed: blog listing not showing description on older blogs (#6) (again)
  72. 2.1.1 (2012-01-18):
  73. - fixed: blog title showing twice (#5)
  74. - fixed: blog listing not showing description on older blogs (#6)
  75. - fixed: breadcrumb issue on bloag add/edit
  76. - changed: updated required Elgg version to 1.8.3
  77. 2.1 (2011-12-05):
  78. - added: advanced gatekeeper, to more easily allow user to access blogs
  79. 2.0.1 (2011-11-28):
  80. - fixed: page_handler issue with Elgg 1.8.1
  81. 2.0 (2011-11-18):
  82. - fixed: css depricated notice
  83. - fixed: IE7 blog image outlining
  84. - changed: making the plugin Elgg 1.8 compatible
  85. 1.2.1 (2011-10-13):
  86. - fixed: blog slider widget
  87. - fixed: delete thumbnail on delete blog (#2)
  88. - changed: moved some functions
  89. 1.2 (2011-09-12):
  90. - added: widget slider view (#4)
  91. 1.1.1 (2011-08-18):
  92. - fixed: broken preview mode
  93. - fixed: preview/draft not cleaning up correctly in edit mode
  94. 1.1 (2011-07-25):
  95. - added: plugin setting to control strapline in listing
  96. - added: index widget for blog
  97. 1.0.1 (2011-05-25) :
  98. - fixed: full blog layout without tags
  99. 1.0 (2011-05-24):
  100. - initial version