Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
* Add missing classes to blacklist. (#3)
  • Loading branch information
Log1x committed Sep 26, 2019
1 parent 03d5050 commit eee4cc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.3 (09-26-2019)

### Enhancements

- Add missing classes to blacklist. (#3)

## v1.0.2 (09-07-2019)

### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions src/Navi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ class Navi
protected $classes = [
'current-menu',
'current_page',
'sub-menu',
'menu-item',
'menu_item',
'page-item',
'page_item',
];

/**
Expand Down

0 comments on commit eee4cc0

Please sign in to comment.