Skip to content

Commit 67c21e4

Browse files
committed
Fix readme
1 parent 180b21c commit 67c21e4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<p align="center"><h2>[Unreleased] (Only in SleepingOwl <code class="language-php">8+</code> branch)</h2></p>
22

33

4-
## [UNRELEASED] 2020-09-11
4+
## [RELEASED 8.2] 2020-09-15
5+
* [Fix] Fix ArgumentCountError on update
6+
* [Fix] Fix image/s, file/s css
7+
8+
9+
## 2020-09-11
510
* [Fix] Fix issue #1222
611
* [Add] `AdminColumnEditable::number('count','Count')`
712
* [Add] `AdminColumnEditable::range('range','Power')`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Build Status](https://travis-ci.org/LaravelRUS/SleepingOwlAdmin.svg?branch=development)](https://travis-ci.org/LaravelRUS/SleepingOwlAdmin)
66
[![StyleCI](https://styleci.io/repos/52141393/shield?branch=development)](https://styleci.io/repos/52141393)
7-
[![Laravel Support](https://img.shields.io/badge/Laravel-5.5--8.0-brightgreen.svg)]()
7+
[![Laravel Support](https://img.shields.io/badge/Laravel-5.5--8.2-brightgreen.svg)]()
88
[![PHP Support](https://img.shields.io/badge/PHP-7.1.3+-brightgreen.svg)]()
99

1010
[![Official Site](https://img.shields.io/badge/official-site-blue.svg)](https://sleepingowladmin.ru)
@@ -23,7 +23,7 @@ __Lumen is NOT supported(((__
2323

2424
## Documentation new ver.8
2525

26-
Powered by Laravel 5.5 - 8+. (latest tested version 8.0.3)
26+
Powered by Laravel 5.5 - 8+. (latest tested version 8.2.0)
2727

2828
* [Russian](http://sleepingowladmin.ru/#/ru/) (90% process)
2929
* [English](http://sleepingowladmin.ru/#/en/) (30% process)

resources/assets/scss/components/form-elements.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ $arrow-size: 6px;
126126
.form-element-files__item {
127127
max-width: 100%;
128128
min-width: 260px;
129-
// max-width: 260px;
130-
// width: 100%;
131129
border: 1px solid $gray-300;
132130
margin-bottom: 10px;
133131
margin-right: 10px;

0 commit comments

Comments
 (0)