Skip to content

Commit

Permalink
Remove unneeded class dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Buyanov committed Dec 14, 2015
1 parent a2089c9 commit ff70ed4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.1
## 12/09/2015

1. [](#bugfix)
* Remove unneeded class dependency

# v1.0
## 12/09/2015

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Instagram
version: 1.0.0
version: 1.0.1
description: "**Instagram** is a simple plugin that includes Instagram feed to your Grav website."
icon: instagram
author:
Expand Down
1 change: 0 additions & 1 deletion instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function onPluginsInitialized()
*/
public function onTwigInitialized()
{
require_once __DIR__ . '/classes/Twig/InstagramTwigExtension.php';
$this->grav['twig']->twig->addFunction(new \Twig_SimpleFunction('instagram_feed', [$this, 'getFeed']));
}

Expand Down

0 comments on commit ff70ed4

Please sign in to comment.