Skip to content

Commit

Permalink
added support for Backpack 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Apr 24, 2020
1 parent 65db49f commit 1e004da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All Notable changes to `Backpack Settings` will be documented in this file

-----

## [3.0.7] - 2020-04-24

### Added
- support for Backpack 4.1;


## [3.0.6] - 2020-04-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Style CI](https://styleci.io/repos/53683729/shield)](https://styleci.io/repos/53683729)
[![Total Downloads][ico-downloads]][link-downloads]

An interface for the administrator to easily change application settings. Uses Laravel Backpack. Works on Laravel 5.2 to Laravel 6.
An interface for the administrator to easily change application settings. Uses Laravel Backpack. Works on Laravel 5.2 to Laravel 7.

> ### Security updates and breaking changes
> Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.
Expand All @@ -26,7 +26,7 @@ php artisan vendor:publish --provider="Backpack\Settings\SettingsServiceProvider
php artisan migrate

# [optional] add a menu item for it to the sidebar_content file
php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('setting') }}'><i class='nav-icon fa fa-cog'></i> <span>Settings</span></a></li>"
php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('setting') }}'><i class='nav-icon la la-cog'></i> <span>Settings</span></a></li>"

# [optional] insert some example dummy data to the database
php artisan db:seed --class="Backpack\Settings\database\seeds\SettingsTableSeeder"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"backpack/crud": "^4.0.0"
"backpack/crud": "^4.1.0|^4.0.0"
},
"require-dev": {
"phpunit/phpunit" : "^9.0||^7.0",
Expand Down

0 comments on commit 1e004da

Please sign in to comment.