Skip to content

Releases: ColdTrick/entity_view_counter

v4.0

26 May 11:55
Compare
Choose a tag to compare
  • added: bulk delete tracked views on entity delete
  • changed: increased minimal Elgg requirement to 3.3
  • changed: moved start.php to Bootstrap and elgg-plugin.php
  • fixed: admins should not bypass logic check for trackable entities

v3.1

14 Apr 10:11
Compare
Choose a tag to compare
  • added: option to remove all tracked views per content type

v3.0.2

31 Mar 07:51
Compare
Choose a tag to compare
  • fixed: admins should not bypass logic check for trackable entities

v3.0.1

22 Aug 07:19
Compare
Choose a tag to compare
  • several small chores/fixes

v3.0

27 Mar 11:34
51f8164
Compare
Choose a tag to compare
  • added: shortend count text
  • changed: increased minimal Elgg version to 3.0
  • changed: moved counter from social menu to imprint
  • changed: now using chart-line for view counter icon in imprint
  • changed: rewrite for Elgg 3.0
  • fixed: extend correct view
  • fixed: slow query in counter check
  • fixed: translation issue

v2.3.1

20 Sep 07:38
623f0bf
Compare
Choose a tag to compare
  • fixed: slow query in counter check

v2.3

15 Jun 08:08
be68a83
Compare
Choose a tag to compare
  • added: shortend count text

v2.2

04 Oct 14:19
Compare
Choose a tag to compare
  • changed: no longer count full views in a widget context

v2.1

11 May 11:16
Compare
Choose a tag to compare
  • added: ability to control icon via a view vars hook
  • added: total count of entity views is now also saved as metadata
  • changed: also show count if count is empty

v2.0

24 Mar 14:33
Compare
Choose a tag to compare
  • changed: increased minimal Elgg version to 2.0
  • changed: updated to latest coding standards