Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Sep 15, 2020
1 parent 180b21c commit 67c21e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<p align="center"><h2>[Unreleased] (Only in SleepingOwl <code class="language-php">8+</code> branch)</h2></p>


## [UNRELEASED] 2020-09-11
## [RELEASED 8.2] 2020-09-15
* [Fix] Fix ArgumentCountError on update
* [Fix] Fix image/s, file/s css


## 2020-09-11
* [Fix] Fix issue #1222
* [Add] `AdminColumnEditable::number('count','Count')`
* [Add] `AdminColumnEditable::range('range','Power')`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

## Documentation new ver.8

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

* [Russian](http://sleepingowladmin.ru/#/ru/) (90% process)
* [English](http://sleepingowladmin.ru/#/en/) (30% process)
Expand Down
2 changes: 0 additions & 2 deletions resources/assets/scss/components/form-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ $arrow-size: 6px;
.form-element-files__item {
max-width: 100%;
min-width: 260px;
// max-width: 260px;
// width: 100%;
border: 1px solid $gray-300;
margin-bottom: 10px;
margin-right: 10px;
Expand Down

0 comments on commit 67c21e4

Please sign in to comment.