Skip to content

Commit

Permalink
version update, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 7, 2020
1 parent 00eb345 commit c1ef0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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.2.0
## 1.2.0 (7. April 2020)

+ [#2003](https://github.com/luyadev/luya/pull/2003) Add new `StringHelper::isNumeric()` which checks whether a value is nummeric (with regex instead of `is_numeric`) or not.
+ [#2004](https://github.com/luyadev/luya/pull/2004) Make impoter public in order to improve setting up unit tests and option to override in controller map configuration.
+ [#1970](https://github.com/luyadev/luya/issues/1970) Fixed a bug with relative theme paths.
+ [#2007](https://github.com/luyadev/luya/pull/2007) Fix bug in JsonBehavior and added new properties for auto decoding data after find.
+ [#2007](https://github.com/luyadev/luya/pull/2007) Fixed a bug in JsonBehavior and added new properties for auto decoding data after find.

## 1.1.0 (12. March 2020)

Expand Down
2 changes: 1 addition & 1 deletion core/base/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class Boot
/**
* @var string The current LUYA version (see: https://github.com/luyadev/luya/blob/master/core/CHANGELOG.md)
*/
const VERSION = '1.1.1';
const VERSION = '1.2.0';

/**
* @var string The path to the config file, which returns an array containing you configuration.
Expand Down

0 comments on commit c1ef0f1

Please sign in to comment.