Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 51d556b

Browse files
committed
Eliasis Framework has been updated to version 1.0.4
1 parent ab3fee5 commit 51d556b

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.0.2 - 2017-04-26
4+
5+
* Eliasis Framework has been updated to version 1.0.4.
6+
37
## 1.0.1 - 2017-03-17
48

59
* Added `config/hooks.php` file.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eliasis-framework/fork-me-github",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Eliasis PHP Framework module: Show strip 'Fork me on GitHub' on top-right of the page",
55
"type": "eliasis-module",
66
"keywords": [

config/hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use Eliasis\Module\Module;
1313

14-
$controller = Module::getNamespace('controller');
14+
$controller = Module::ForkMeGitHub('namespace', 'controller');
1515

1616
return [
1717

config/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use Eliasis\Module\Module;
1313

14-
$controller = Module::getNamespace('controller');
14+
$controller = Module::ForkMeGitHub('namespace', 'controller');
1515

1616
return [
1717

fork-me-github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
return [
1313

1414
'name' => 'ForkMeGitHub',
15-
'version' => '1.0.0',
15+
'version' => '1.0.2',
1616
'description' => 'Add a strip "Fork me on GitHub" at the top of the page.',
1717
'uri' => 'https://github.com/Eliasis-Framework/fork-me-github',
1818
'author' => 'Josantonius',

0 commit comments

Comments
 (0)