Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrommen committed Jul 11, 2017
1 parent 8089e70 commit c547991
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 10 deletions.
55 changes: 46 additions & 9 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Easily cache rendered menus using the Transients API.
* Author: Inpsyde GmbH, Thorsten Frommen, David Naber
* Author URI: https://inpsyde.com
* Version: 1.2.0
* Version: 1.3.0
* License: MIT
*/

Expand Down

0 comments on commit c547991

Please sign in to comment.