Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

72 lines (39 loc) · 1.05 KB

Changelog

All Notable changes to MenuCRUD will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

NEXT - YYYY-MM-DD

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.0.8 - 2016-07-31

Fixed

  • Working bogus unit tests.

1.0.6 - 2016-07-31

Added

  • Bogus unit tests. At least we'be able to use travis-ci for requirements errors, until full unit tests are done.

1.0.5 - 2016-07-24

Added

  • Fixed MenuItem children relationship.
  • Switched to the 'admin' middleware for the routes.

1.0.4 - 2016-07-23

Added

  • Backpack\CRUD 3.0 dependency.

1.0.3 - 2016-06-13

Fixed

  • Migration file had double extension (.php.php);

1.0.2 - 2016-05-26

Fixed

  • Renamed to MenuCRUD;

1.0.1 - 2016-05-26

Fixed

  • Moved routes into MenuManagerServiceProvider so that the package could be easily downloaded from github and pasted over working project.

1.0.0 - 2016-05-26

Added

  • Initial code.