All Notable changes to Backpack Settings
will be documented in this file
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- added support for CRUD 3.6.x
- added support for CRUD 3.5.x
- Dutch translation;
- using default Backpack guard;
- Backpack\CRUD 3.4 constraint;
- backpack_middleware() usage;
- Backpack\CRUD 3.2 and 3.3 support;
- German translation;
- show active settings in AjaxDataTables;
Setting
getter and setter now trigger exception or return false if operation was unsuccessful;
- unique added to key column;
Setting
alias;Setting::get()
method; fixesSetting::set()
method;
- json_encode() field instead of casting it to array - merged #44; fixes #33;
- routes are setup in the boot() method - merged #65;
- Italian translation;
- removed publishing of seeds;
- composer.json CRUD requirement - makes Settings package work on Backpack\CRUD 3.3;
- proper CRUD routes - makes Settings package work on Backpack\CRUD 3.3;
- route uses CRUD facade instead of route, for it to have the search route in CRUD 3.3;
- package autodiscovery;
= text type columns for values in example migrations;
- Russian (ru) language files, thanks to Андрей;
- Danish (da_DK) language files, thanks to Frederik Rabøl;
- overwritable routes file;
- Removed HHVM from TravisCI, since Laravel 5.4 no longer supports it;
- Portugese translation (thanks to Toni Almeida);
- Portugese (Brasilian) translation (thanks to Guilherme Augusto Henschel);
- command line feedback when seeding the settings table;
- Backpack\CRUD no longer loads translations, as Backpack\Base does it for him.
- Support for PHP 5.5 and HHVM, as Laravel 5.4 no longer supports them;
- Support for Backpack\CRUD 3.2
- Lang files for the Settings package, thanks to Phouvanh Korngchansavath;
- Can now publish assets again.
- No longer conflicting with artisan when no database is present.
- Settings now respects the admin prefix set in Backpack\Base's config file - thanks to Twaambo Haamucenje;
- Setting name is again disabled in the Edit screen;
- Support for Laravel 5.3 (Backpack\CRUD 3.1.x);
- PosgreSQL / SQLite support;
- Bogus unit tests. At least we'be able to use travis-ci for requirements errors, until full unit tests are done.
- Seeds had missing Field column for two demo entries.
- Seeds had slashes, which caused installation problems for some users.
- It did not load the correct field type on edit (from the db). Now it does.
- Routes are now defined in the SettingsServiceProvider;
- Using the Admin middleware instead of Auth, as of Backpack\Base v0.6.0;
- composer.json now requires Backpack\CRUD v2
- SettingCrudController syntax changed to match the new API-based Backpack\CRUD v2.
- Added page titles.
- Changed folder structure to resemble a Laravel application - Http and Models are in an app folder.
- Removed some more Dick mentions and fixed readme badges.
- Changes namespaces to Backpack and removed every mention of Dick.
- Namespacing and classes in seedfile, to allow seeding without publishing the assets.