Skip to content

Commit

Permalink
Vesrion 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emericanec committed Dec 6, 2015
1 parent fb77f00 commit 4c89eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
13 changes: 0 additions & 13 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@

class Module extends \luya\base\Module
{
public $isCoreModule = false;

public $useAppLayoutPath = false;

public $controllerUseModuleViewPath = true;

public $password = false;

public static function t($message, array $params = [])
{
return \luya\Module::t('imageslider', $message, $params);
}

public $assets = [
'imageslider\assets\Main',
];
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# luya-module-imageslider
Version 1.0.0

Version 1.0.1

Image slider module for [LUYA CMS](https://github.com/zephir/luya)
5 changes: 0 additions & 5 deletions blocks/SliderBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ public function extraVars()
];
}

public function renderFrontend(\Twig_Environment $twig)
{
return parent::renderFrontend($twig);
}

public function twigFrontend()
{
return '
Expand Down

0 comments on commit 4c89eb5

Please sign in to comment.