-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: 2.1.0 Add CHANGELOG.md Remove empty line. Add `composer.json` Add requirements Fix bug in README filter example
- Loading branch information
Showing
5 changed files
with
75 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Change Log for Genesis Header Nav | ||
|
||
## [Unreleased] | ||
|
||
_Nothing yet._ | ||
|
||
## [2.1.0] - 2016-08-10 | ||
|
||
* Add `composer.json`. | ||
* Add this change log. | ||
* Fix bug in documentation. | ||
|
||
## [2.0.0] - 2014-11-19 | ||
|
||
_To be completed._ | ||
|
||
## [1.3.1] - 2014-11-08 | ||
|
||
* Fix for priority filter bug. | ||
|
||
## [1.3.0] - 2014-10-30 | ||
|
||
_To be completed._ | ||
|
||
## [1.2.0] - 2013-09-07 | ||
|
||
_To be completed._ | ||
|
||
## [1.1.0] - 2013-08-30 | ||
|
||
* Add filter for priority of nav within header. | ||
|
||
## 1.0.0 - 2013-08-30 | ||
|
||
* Initial release. | ||
|
||
[Unreleased]: https://github.com/GaryJones/genesis-header-nav/compare/2.1.0...HEAD | ||
[2.1.0]: https://github.com/GaryJones/genesis-header-nav/compare/2.0.0...2.1.0 | ||
[2.0.0]: https://github.com/GaryJones/genesis-header-nav/compare/1.3.1...2.0.0 | ||
[1.3.1]: https://github.com/GaryJones/genesis-header-nav/compare/1.3.0...1.3.1 | ||
[1.3.0]: https://github.com/GaryJones/genesis-header-nav/compare/1.2.0...1.3.0 | ||
[1.2.0]: https://github.com/GaryJones/genesis-header-nav/compare/1.1.0...1.2.0 | ||
[1.1.0]: https://github.com/GaryJones/genesis-header-nav/compare/1.0.0...1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "garyjones/genesis-header-nav", | ||
"description": "WordPress plugin that registers a menu location and displays it inside the header for a Genesis Framework child theme.", | ||
"keywords": ["genesis", "genesis-header-nav", "navigation"], | ||
"type": "wordpress-plugin", | ||
"homepage": "https://github.com/garyjones/genesis-header-nav", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Gary Jones", | ||
"homepage": "https://gamajo.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/garyjones/genesis-header-nav/issues", | ||
"source": "https://github.com/garyjones/genesis-header-nav" | ||
}, | ||
"require": { | ||
"composer/installers": "^1.0", | ||
"php": ">=5.3.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters