All Notable changes to MenuCRUD
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- support for PageManager 3.x;
- support for Backpack 4.1;
- upgraded PHPUnit;
- page_or_link field not storing the link;
- routes not registering sometimes because no fallback was provided to base config variables;
- support for Backpack v4;
- support for Backpack v3;
- support for Laravel 6;
- package auto-discovery;
- overwritable routes file;
- Check for page existence before outputing its URL;
- Backpack/PageManager dependency in composer.json;
- admin prefix now uses the config value from backpack/base;
- Working bogus unit tests.
- Bogus unit tests. At least we'be able to use travis-ci for requirements errors, until full unit tests are done.
- Fixed MenuItem children relationship.
- Switched to the 'admin' middleware for the routes.
- Backpack\CRUD 3.0 dependency.
- Migration file had double extension (.php.php);
- Renamed to MenuCRUD;
- Moved routes into MenuManagerServiceProvider so that the package could be easily downloaded from github and pasted over working project.
- Initial code.