Skip to content

Commit

Permalink
Version bump to 4.3.0
Browse files Browse the repository at this point in the history
Also removes php 5.3 from travis as it's no longer a supported WP 
version.
  • Loading branch information
pattonwebz committed Oct 2, 2019
1 parent 18c44b3 commit 5d39044
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=1

matrix:
include:
- dist: precise
php: 5.3
env: WP_VERSION=latest WP_MULTISITE=0
allow_failures:
- php: nightly

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#CHANGELOG

## [4.3.0]
- Added an `aria-current` item.
- Added `.nav-item` for the `<li>` and `.nav-link` for the `<a>` in fallback function.
- Some escape improvements.
- Don't pass `$attributes` to element closing function as it's ignored anyway.

## [4.2.0]
- Fix typo in function name 'seporate'->'separate' (private function, no need to add back-compat).

Expand Down
2 changes: 1 addition & 1 deletion class-wp-bootstrap-navwalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
* 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.
* Author: Edward McIntyre - @twittem, WP Bootstrap, William Patton - @pattonwebz
* Version: 4.1.0
* Version: 4.3.0
* Author URI: https://github.com/wp-bootstrap
* GitHub Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
* GitHub Branch: master
Expand Down

0 comments on commit 5d39044

Please sign in to comment.