Skip to content

v0.1.4

Compare
Choose a tag to compare
@cyrildewit cyrildewit released this 17 Jun 19:00
· 1051 commits to master since this release

Added

  • A the MIT LICENSE file.
  • A default value for retrieving the table name of page-visits from the config file.

Changed

  • Improved README.md.
  • Changed from phpunit 6.2.0 to 5.7.0 because Orchestral Testbench isn't compatible.
  • Changed from protected to public method: fromCamelCaseToDashes( string $value ) inside the SessionHistory class.
  • Updated the TestCase VisitVisitableTest.

Removed

  • The php file extension from the mergeConfigFrom() function inside the PageVisitsCounterServiceProvider.
  • The php file extension from the config() function inside the HasPageVisitsCounter.