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

Latest commit

 

History

History
81 lines (47 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

81 lines (47 loc) · 1.98 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • ...

[1.4.2] - 2019-12-10

Fixed

  • Update PHPCS related dependencies, probs @jrfnl.
  • Add more tests for different php versions, probs @jrfnl.
  • Switch to GPLv2+ as part of WordPress license model and our relation to the app.

1.4.1 - 2017-10-24

Fixed

  • Make PHP_CodeSniffer and all related packages development-only dependencies, see #6.

1.4.0 - 2017-09-28

Added

  • Add PHP_CodeSniffer.

Changed

  • Adapt code to PHP_CodeSniffer rules.
  • Bootstrap the plugin earlier to prevent errors when referencing the constants of the not yet loaded (and loadable) class, see #5.

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

  • Make all custom filter hooks available as class constants.
  • Improve unit tests.

Fixed

  • Fix both the generation and checking of the menu-specific cache key.

1.1.0 - 2016-12-19

Added

  • Introduce inpsyde_menu_cache.key_argument filter.
  • Add more tests.

Changed

  • Improve handling of menu key, props dimadin.
  • Improve tests.

1.0.0 - 2016-10-25

Initial release.