Skip to content

Commit

Permalink
Issue 318 toggle status scheduler (luyadev#319)
Browse files Browse the repository at this point in the history
* add toggle status scheduler luyadev#318

* add changelog

* update lock file

* update constraint, remove dev-master alias

* revert

* add extra branch

* update lock file

* add missing translations

* add test case

* fix unit test

* add render update
  • Loading branch information
nadar authored and slowfox089 committed Dec 10, 2020
1 parent d5d27a7 commit 0b5dd24
Show file tree
Hide file tree
Showing 21 changed files with 273 additions and 705 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.0.3

+ [#318](https://github.com/luyadev/luya-module-admin/issues/318) Enable scheduling for toggleStatus ngrest plugin.

## 2.0.2 (13. June 2019)

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"require-dev" : {
"luyadev/luya-testsuite" : "~1.0.11",
"php-coveralls/php-coveralls": "^1.0",
"twbs/bootstrap": "~4.3.0",
"bower-asset/angular" : "^1.7",
"bower-asset/angular-loading-bar" : "^0.9",
Expand All @@ -44,12 +43,13 @@
},
"autoload-dev" : {
"psr-4" : {
"admintests\\" : "tests/"
"admintests\\" : "tests/",
"luya\\admin\\tests\\" : "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"luya" : {
"bootstrap": ["\\luya\\admin\\Bootstrap"]
Expand Down
Loading

0 comments on commit 0b5dd24

Please sign in to comment.