Skip to content

Latest commit

 

History

History
executable file
·
232 lines (174 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

executable file
·
232 lines (174 loc) · 10.6 KB

v2.5.3

09/01/2023

  1. New Features
  2. Bug Fixes
    • fix: Undefined index: HTTP_USER_AGENT (#32)
  3. Improvements

v2.5.2

09/01/2023

  1. New Features
  2. Bug Fixes
    • dummy release to correct typo in release versions (#33)
  3. Improvements

v2.5.1

05/01/2023

  1. New Features
  2. Bug Fixes
    • click on view all on recently pages viewed will now show you a list of recently viewed pages grouped by date
  3. Improvements

v2.5.0

26/09/2022

  1. New Features
    • You can noe define a list of user agents to classify as bots/crawlers
  2. Bug Fixes
  3. Improvements

v2.4.1

21/09/2022

  1. New Features

  2. Bug Fixes

    • Add missing translation strings
  3. Improvements

    v2.4.0

20/09/2022

  1. New Features
    • configuration option to show page title our route
  2. Bug Fixes
    • don't error out if ip2location lib throws exception when geolocating ip
    • add debug message with IP on error
  3. Improvements
    • page stats now shows details about all page views, not only the last 10 views
    • time on page collect metrics once a second until the first ping interval value you specified and then every ping interval seconds, this is so that initial time on page is more accurate

v2.3.0

5/09/2022

  1. New Features
    • Show user agent on user detail page
  2. Bug Fixes
    • Top country pages not showing

v2.2.0

31/08/2022

  1. New Features
    • Front End event collection support
    • time on page
    • top browsers as table or pie chart
    • top platforms as table or pie chart
    • top countries as table or pie chart
    • View stats for all countries
    • View stats for all browsers
    • View stats for all platforms
    • View stats for all users
    • recently viewed page has link to user stats page
    • list of urls to exclude from processing
  2. Bug Fixes
    • fix error message when http_referer is not set
    • do not include FE tracker is not enabled for that page
    • page stats widget not displaying on main dashboard page if url does not end in /dasboard
  3. Improvements
    • moved sidebar menu entry to bottom of list
    • top users only shows user name, page views are shown on hover

v2.1.0

27/08/2022

    • Log http referer (65a006)
    • Show page view widget instead of grav default one (3361fd)
    • Db file and size not were shown after refactoring (bb5e07)
    • Migrate was not detecting version properly if migration happened at same time (5691a5)
    • fix typo in plugin settings translation keys #20
    • fix typo in geolocation #21
    • fix Platform and browser column labels were switched #22

v2.0.0

27/08/2022

    • ⚠ BREAKING CHANGES = Using bin geolocation db (54b6a9)
    • Show all pages on most recent (3c0784)
    • View all pages (7cf039)
    • No limit on all pages (cf3513)

v1.10.0

16/08/2022

    • Show all pages on most recent (3c0784)
    • View all pages (7cf039)

v1.9.3

18/08/2022

    • Display date only on user detail page (b4fb45)

v1.9.2

16/08/2022

    • Show correct day instead of current day in user details recent page views (bf1329)

v1.9.1

16/08/2022

    • Removed user name from recently viewed pages of user details screen (13e612)

v1.9.0

16/08/2022

    • Group page views by day in user detail page (184489)

v1.8.2

15/08/2022

    • Show platform data on user detail page (d510cd)

v1.8.1

15/08/2022

    • Better user vs ip detection (9d2216)

v1.8.0

11/08/2022

    • Show location on recent views of page details (ea7d29)
    • User Details Page (91fed4)

v1.7.0

11/08/2022

    • add stats icon to pages listing, so when you click on the stats icon you go to the stats page
    • Show paltform and browser on recently viewed pages
    • Show recent views on page details stats

v1.6.1

05/08/2022

    • Click on icon to open page in new tab (701820)
    • Error with double $$; make migrations more forgiving if updating from dev version (pre migrations) (90a027)

v1.6.0

05/08/2022

    • Fixed wrong labelled plugin setting (6f8ca2)

v1.5.0

05/08/2022

    • Click on icon to open page in new tab (701820)

v1.4.0

05/08/2022

    • Detailed page stats (7672be)

v1.3.0

05/08/2022

    • Collect browser stats (97e89f)
    • Display route instead of title (2feb0e)
    • Setting to throw exception on errors, or ignore them (log them) (6a4bd2)
    • Top countries (1d2913)

v1.2.0

05/08/2022

    • Configure viewed pages (b3a0b2)
    • Select widget size #17 (4f01da)
    • Specify number of top users to fetch (c55a01)
    • Toggle page views widget #14 (686085)
    • Toggle unique visitors #15 (93fde2)
    • Top pages: toggle display, configure size and records to show (65be4c)

v1.1.0

04/08/2022

    • Exclude ips from processinf #5 (c07ea4)
    • Recreate geolocation db from zip file (3ed6e8)
    • Toggle plugin from front matter #6 (bd65ca)
    • Toggle unique users widgets (3196bc)
    • Top users (4e18f7)
    • #1 non standard admin page #1 (5de885)
    • Fixed plugin links in blueprints (ab5474)
    • Remove weirdly named folder (ff3707)
    • Unique users (428004)