-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
30 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
/** | ||
* Kirby Auto Git Plugin | ||
* | ||
* @version 0.6.0 | ||
* @version 0.6.1 | ||
* @author Pedro Borges <[email protected]> | ||
* @copyright Pedro Borges <[email protected]> | ||
* @link https://github.com/pedroborges/kirby-autogit | ||
|
@@ -21,9 +21,7 @@ function autogit() { | |
} | ||
|
||
// Load routes | ||
if (c::get('autogit.webhook.secret', false)) { | ||
require_once(__DIR__.DS.'lib'.DS.'routes.php'); | ||
} | ||
require_once(__DIR__.DS.'lib'.DS.'routes.php'); | ||
|
||
// Only load hooks, routes and widgets when | ||
// the content directory is a Git repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "autogit", | ||
"author": "Pedro Borges <[email protected]>", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Kirby Auto Git", | ||
"type": "kirby-plugin", | ||
"license": "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters