Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Feb 20, 2020
1 parent 5f94f2f commit 581e1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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).

## 1.0.26
## 1.0.26 (20. February 2020)

+ [#1987](https://github.com/luyadev/luya/issues/1987) Fix bug with closures in `luya\Config` application and bootstrap section.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/install-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Change the LUYA versions for each modules and LUYA itself in your composer.json
"require": {
"luyadev/luya-core" : "^1.0",
"luyadev/luya-module-cms" : "^2.0",
"luyadev/luya-module-admin" : "^2.0"
"luyadev/luya-module-admin" : "^3.0"
}
```

Expand Down

0 comments on commit 581e1ca

Please sign in to comment.