Skip to content

Latest commit

 

History

History
109 lines (82 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

109 lines (82 loc) · 2.54 KB

Changelog

1.3.0 (2023-07-06)

  • Update copyrights, fix nav menu
  • Show modal call fixed

1.2.5 (2021-01-09)

  • RBAC implementation
  • Added visitors map

1.2.4 (2020-06-14)

  • Update README.md

1.2.3 (2020-05-28)

  • MaxMind License Key default property fixed
  • CSS class for stats in views
  • Update MaxMind for Win platform fixed
  • TimeZone fixed

1.2.2 (2020-04-28)

  • Update README.md and dependencies versions
  • MaxMind License Key to empty value
  • TimeZone in Date()
  • Added DSN to loads stats, view select period fixed

1.2.1 (2020-03-25)

  • Added pagination
  • Fixed updating GeoIP database from maxmind.com

1.2.0 (2020-02-04)

  • Collect profiling data

1.1.10 (2019-12-10)

  • Fixed deprecated class declaration

1.1.9 (2019-10-28)

  • Loading module options from params, optimize GeoIP database update

1.1.8 (2019-08-08)

  • Bugfix update GeoIP2 from console for non Unix platforms

1.1.7 (2019-07-16)

  • Added extra options to composer.json and navbar menu icon

1.1.6 (2019-06-09)

  • Added choice param for non interactive mode

1.1.5 (2019-06-07)

  • Module refactoring

1.1.4 (2019-06-05)

  • Module transferred to base module interface. Update Yii2 version.

1.1.3 (2019-06-01)

  • Bugfix, routing and refactoring

1.1.2 (2019-05-31)

  • Update Yii2 version

1.1.1 (2019-05-29)

  • Added module name and description, translations. Routing fix.

1.1.0 (2019-05-28)

  • Updated dependencies

1.0.8 (2019-05-26)

  • Updated dependencies

1.0.7 (2019-04-12)

  • Added SelectInput widget

1.0.6 (2019-03-24)

  • Added type and status code of response

1.0.5 (2019-03-16)

  • Added robots update form in modal
  • Added dashboard navigation items for NavBar
  • Added visitor details modal
  • Added bot detection
  • Added remembering view options
  • Added custom view options

1.0.4 (2019-03-15)

  • Added statistics storage period
  • Added clear old statistic data

1.0.3 (2019-02-28)

  • Added module priority of initialization
  • Fixing tables names in migrations

1.0.2 (2019-02-17)

  • Add update MaxMind GeoIP2 DB from console
  • Add autoload MaxMind GeoIp database
  • Added Charts.js

1.0.1 (2019-02-11)

  • Added view for visitors statistics
  • Yandex.Direct detection
  • Added resolve client host by IP
  • Added stats robots and detect visitor type

1.0.0 (2019-02-09)

  • Added ignored flags
  • Added view behavior
  • Added collect statistics flag to module options
  • Added bootstrap, translations, behaviors and console controller
  • Added base module and migrations
  • First pre-release