Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Mar 1, 2019
1 parent fbe75e1 commit 499fc60
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
@@ -1,8 +1,30 @@
# Change Log

## 1.0.1
## [1.1.0](https://github.com/atk4/mastercrud/tree/1.1.0) (2019-03-01)

[Full Changelog](https://github.com/atk4/mastercrud/compare/1.0.0...HEAD)
[Full Changelog](https://github.com/atk4/mastercrud/compare/1.0.1...1.1.0)

**Closed issues:**

- MasterCRUD does not have in count fieldsRead or fieldsUpdate ?? [\#18](https://github.com/atk4/mastercrud/issues/18)
- crudception cannot be installed!! [\#17](https://github.com/atk4/mastercrud/issues/17)
- fieldsRead and fieldsUpdate for mastercrud? [\#16](https://github.com/atk4/mastercrud/issues/16)
- crudception does not exist!!!! composer require atk4\crudception [\#15](https://github.com/atk4/mastercrud/issues/15)
- How do you use MasterCRUD to specify which columns you would like to see on the grids? [\#14](https://github.com/atk4/mastercrud/issues/14)
- Mastercrud samples and sql file is missing! [\#13](https://github.com/atk4/mastercrud/issues/13)
- Composer installation of mastercrud errors: [\#12](https://github.com/atk4/mastercrud/issues/12)
- Why composer is locked in ui 1.0 ? [\#11](https://github.com/atk4/mastercrud/issues/11)
- Ability to set a different breadcrumb.. [\#3](https://github.com/atk4/mastercrud/issues/3)
- Refactor to use Card instead of form [\#2](https://github.com/atk4/mastercrud/issues/2)

**Merged pull requests:**

- fix warning and MariaDB limit issue in subquery [\#23](https://github.com/atk4/mastercrud/pull/23) ([romaninsh](https://github.com/romaninsh))
- Feature/card and column [\#22](https://github.com/atk4/mastercrud/pull/22) ([DarkSide666](https://github.com/DarkSide666))

## [1.0.1](https://github.com/atk4/mastercrud/tree/1.0.1) (2018-08-16)

[Full Changelog](https://github.com/atk4/mastercrud/compare/1.0.0...1.0.1)

**Merged pull requests:**

Expand All @@ -14,5 +36,8 @@

## [1.0.0](https://github.com/atk4/mastercrud/tree/1.0.0) (2018-05-13)

[Full Changelog](https://github.com/atk4/mastercrud/compare/491f34370fd6e2f176d0bbc0346f0fcb66d8b3ec...1.0.0)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -26,5 +26,8 @@
"psr-4": {
"atk4\\mastercrud\\tests\\":"tests/"
}
},
"require-dev": {
"phpunit/phpunit": "<6"
}
}

0 comments on commit 499fc60

Please sign in to comment.