This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
10 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 |
---|---|---|
@@ -1,17 +1,54 @@ | ||
# Changelog | ||
# Change Log | ||
|
||
## 1.2.0 | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
|
||
* ... | ||
|
||
## [1.3.0] - 2017-07-11 | ||
|
||
### Changed | ||
|
||
* Make menu cache lookup run quite early, props @Biont. | ||
|
||
## [1.2.0] - 2017-05-29 | ||
|
||
### Added | ||
|
||
* Add integration tests. | ||
|
||
### Changed | ||
|
||
* Fix both the generation and checking of the menu-specific cache key. | ||
* Make all custom filter hooks available as class constants. | ||
* Improve unit tests, and add integration tests. | ||
* Improve unit tests. | ||
|
||
## 1.1.0 | ||
### Fixed | ||
|
||
* Fix both the generation and checking of the menu-specific cache key. | ||
|
||
## [1.1.0] - 2016-12-19 | ||
|
||
### Added | ||
|
||
* Improve handling of menu key, props dimadin. | ||
* Introduce `inpsyde_menu_cache.key_argument` filter. | ||
* Improve and add more tests. | ||
* Add more tests. | ||
|
||
### Changed | ||
|
||
* Improve handling of menu key, props dimadin. | ||
* Improve tests. | ||
|
||
## [1.0.0] - 2016-10-25 | ||
|
||
Initial release. | ||
|
||
## 1.0.0 | ||
---- | ||
|
||
* Initial release. | ||
[Unreleased]: https://github.com/inpsyde/menu-cache/compare/v1.3.0...HEAD | ||
[1.3.0]: https://github.com/inpsyde/menu-cache/compare/v1.2.0...v1.3.0 | ||
[1.2.0]: https://github.com/inpsyde/menu-cache/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/inpsyde/menu-cache/compare/v1.0.0...v1.1.0 | ||
[1.0.0]: https://github.com/inpsyde/menu-cache/compare/v1.0.0-alpha...v1.0.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