Skip to content

Commit 5d39044

Browse files
committed
Version bump to 4.3.0
Also removes php 5.3 from travis as it's no longer a supported WP version.
1 parent 18c44b3 commit 5d39044

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@ php:
1515
- 7.0
1616
- 7.1
1717
- 7.2
18+
- 7.3
1819
- nightly
1920

2021
env:
2122
- WP_VERSION=latest WP_MULTISITE=0
2223
- WP_VERSION=latest WP_MULTISITE=1
2324

2425
matrix:
25-
include:
26-
- dist: precise
27-
php: 5.3
28-
env: WP_VERSION=latest WP_MULTISITE=0
2926
allow_failures:
3027
- php: nightly
3128

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#CHANGELOG
22

3+
## [4.3.0]
4+
- Added an `aria-current` item.
5+
- Added `.nav-item` for the `<li>` and `.nav-link` for the `<a>` in fallback function.
6+
- Some escape improvements.
7+
- Don't pass `$attributes` to element closing function as it's ignored anyway.
8+
39
## [4.2.0]
410
- Fix typo in function name 'seporate'->'separate' (private function, no need to add back-compat).
511

class-wp-bootstrap-navwalker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
1010
* 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.
1111
* Author: Edward McIntyre - @twittem, WP Bootstrap, William Patton - @pattonwebz
12-
* Version: 4.1.0
12+
* Version: 4.3.0
1313
* Author URI: https://github.com/wp-bootstrap
1414
* GitHub Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
1515
* GitHub Branch: master

0 commit comments

Comments
 (0)