Skip to content

Commit

Permalink
fix changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 22, 2020
1 parent fac204e commit 30a8ec9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
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.30 (22. April 2020)
## 1.0.31 (22. April 2020)

+ [#33](https://github.com/luyadev/luya-testsuite/issues/33) Fix issue with lazy loading of testsuite console command.
+ [#35](https://github.com/luyadev/luya-testsuite/pull/35) New DummyMenu Component for LUYA CMS in order to build menu items more quickly.

## 1.0.30

+ phpmod/curl dependency adjustment

## 1.0.29 (7. April 2020)

+ Fix issue with latest Yii Framework version (where cache was throwing an exception when not configured properly)
Expand Down
2 changes: 1 addition & 1 deletion src/components/DummyMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* A Component to create dummy menus using $items property for each language.
*
* @author Basil Suter <[email protected]>
* @since 1.0.30
* @since 1.0.31
*/
class DummyMenu extends Menu
{
Expand Down

0 comments on commit 30a8ec9

Please sign in to comment.