All Notable changes to BackPack\PageManager
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- overwritable routes file;
- versioning accidentaly jumped to 1.1.17;
- prettier error message when template has been deleted;
- filterable getTemplates() method, using reflection;
- longText extras column;
- lowercase app namespace everywhere;
- class does not exist issue, because of lowercase app in configured namespace;
- moved pagemanager.php config file to the backpack folder;
- creating pages with no slugs;
- ability to easily extend the Controller or Model (thanks to Carl Olsen);
- Routes now follow the route_prefix set in config, with an "admin" default;
- Routes now follow the route_prefix set in config;
- Page model uses eloquent-sluggable trait for fetching items by slug.
- Example front-end code.
- Eloquent-sluggable version 4.
- 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 select_page_template field;
- changed template and page_name fields to col-md-6;
- changed Preview column with Open button;
- Required CRUD 3.0
- Additional methods on PageCrudController are now public instead of private, so PageCrudController can more easily be extended.
- Using the Admin middleware instead of Auth, as of Backpack\Base v0.6.0;
- Moved routes definition to PageManagerServiceProvider;
- Slug wasn't generated from title, but name.
- Added Backpack\CRUD requirement in composer.json
- composer.json
- Basic functionality.