Skip to content

Commit

Permalink
Add changelog for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit committed Jan 1, 2018
1 parent e3aeb2f commit ef40d33
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `laravel-page-views-counter` will be documented in this f

## [Unreleased]

## [1.0.2] - 02-01-2018

## Fixed

- Fix where clauses in `retrievePageViews()` method in `HasPageViewCounter` because they were overriding each other.

## [1.0.1] - 28-12-2017

## Changed
Expand Down Expand Up @@ -163,7 +169,8 @@ The initial release of the Laravel Page Visits Counter package.
- A default Eloquent model (`PageVisit`) for storing the page visits into the database.
- A contract for the `PageVisit` Eloquent model because it can be changed within the configuration file. It uses Laravels Service Container to updates this automatically.

[Unreleased]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v1.0.0-alpha...v1.0.0
[1.0.0-alpha]: https://github.com/cyrildewit/laravel-page-visits-counter/compare/v0.1.7...v1.0.0-alpha
Expand Down

0 comments on commit ef40d33

Please sign in to comment.