Skip to content

Commit 2c7c73b

Browse files
committed
Version bumber to 4.0.2
1 parent 8743bf9 commit 2c7c73b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Fix dropdown opener having empty string for href value.
44
- More accurate regex matching of icon and linkmod classnames.
55
- Changed composer package type to `library` from `wordpress-plugin` again.
6+
- Tests: Add unit tests for the function that separates classnames for the walker.
67

78
## [4.0.1]
89
- Fix untranslated string in fallback (this was lost in transition between v3 and v4, fixed again).

class-wp-bootstrap-navwalker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
1212
* Description: A custom WordPress nav walker class to implement the Bootstrap 4 navigation style in a custom theme using the WordPress built in menu manager.
1313
* Author: Edward McIntyre - @twittem, WP Bootstrap, William Patton - @pattonwebz
14-
* Version: 4.0.2-dev
14+
* Version: 4.0.2
1515
* Author URI: https://github.com/wp-bootstrap
1616
* GitHub Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
1717
* GitHub Branch: master

0 commit comments

Comments
 (0)