Skip to content

Commit

Permalink
Merge branch 'bug/utemplate'
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Mar 10, 2018
2 parents 209c404 + ee72eb3 commit b19cfeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.2.4-alpha

Bug fixes:

* extra unused template action removed

Version 0.2.3-alpha

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin=Wiki
version=0.2.3
version=0.2.4
all:
@ echo "Build archive for plugin ${plugin} version=${version}"
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip
1 change: 0 additions & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function initialize()
$this->route->addRoute('/wiki/project/:project_id/breakdown', 'WikiController', 'breakdown', 'wiki');

$this->template->hook->attach('template:project:dropdown', 'wiki:project/dropdown');
$this->template->hook->attach('template:user:sidebar:actions', 'wiki:user/sidebar');

$this->hook->on('template:layout:css', array('template' => 'plugins/Wiki/Asset/css/wiki.css'));
$this->hook->on('template:layout:js', array('template' => 'plugins/Wiki/Asset/Javascript/wiki.js'));
Expand Down

0 comments on commit b19cfeb

Please sign in to comment.