Skip to content

Releases: BlakesHeaven/Simple-Stats-Plus

Individual Page Count and Charts

13 Jan 22:31
Compare
Choose a tag to compare

NEW:

Add individual page count (stored in an array) and Chart/Table for Top X pages.
Take backups of the running totals array file (only keep the last 40).

FIXES

Fix #6 and Fix #8 (Required module: php-intl) with Try Catch and warning in Admin
Fix #9 (Call to get $diskUsage can result in plugin failure)
Fix #10 Failed to create running totals array file on first-time use.
Fix #11 Incompatibility with the Search plugin

New variables:

enableIndividualPageCounter
includeStaticPageCounter
horizontalCharts
numberOfPageStatsToShow

Other

Replaced "style.css" with "simplestatsplus.style.css"

Simple Stats Plus - Four Issues Resolved

09 May 20:21
Compare
Choose a tag to compare

v3.8.3 Update to Simple-Stats-Plus & Hit-Counter-Plus

  • Fixes #1 | Warnings/errors when debug turned on; fixed by ensuring a number of variables are initialised in each section plus a reworking of session handling.
  • Fixes #2 | Issue when running a search with Seach plugin. No long hash by page Title() for session name but simply use UUID if $WHERE_AM_I is not "search"
  • Fixes #3 | Added local formatting to a number of integer values.
  • Fixes #4 | $excludeAdmins is inefective and stops all counting.
  • Some other minor tweaks.

Simple Stats Plus - Independence Day

04 Apr 21:17
Compare
Choose a tag to compare

This enhancement to Bludit's 'Simple Stats' was intended to be a contribution back into the core Bludit application, however, Diego stated:

I would like to keep 'Simple Stats' as simple as it is. You can create a separate plugin, like 'Simplestats+' or what you want. Don't feel I don't like what you did because for me is really cool, but I want to keep really simple the core then improve it with plugins.

The Bludit pull request #991 can be viewed here

New enhanced version

The release includes both the Simple Stats Plus (data collection, Dashboard) plugin and a separate Hit Counter Plus plugin in a single release.

Fixed (as from original Simple Stats):

  • Previously, refreshing the webpage would artificially increase the page count unfairly. In this version, a session for each page is started, preventing constant page refreshing. The automatic session timeout is configurable.
  • Previously the data collection was fixed at 7 days only; In this version, this is now configurable.

New Functionality:

  • New – Weekly stats captured for x weeks (configurable & able to independently turn off)
  • New – Monthly stats captured for x months (configurable & able to independently turn off)
  • New – Page session with configurable timeout
  • New – Running total of all page hits captured
  • All existing Languages expanded for all changes plus some added that were missing.
  • Dashboard - Can change the displayed chart type within plugin settings
  • New – Dashboard now also shows total page counts and unique visits, not only for the current day but also current week and month.
  • Running Total page count can be set via a combination of admin settings and visiting a web page to trigger the update.
  • Enhanced - Hit Counter: sidebar independently displays all current collection data as configured in settings
  • Included: Admins logged in can be blocked from increasing the counters

Not done yet, but want to do

  • Display all charts within Tab Navigation without having to change settings
  • Individual rolling page count

Below are some screen shots:

image
image
image
image