mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 11:31:43 +01:00
Moved onOutputRendered() back into Grav core
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* Add timestamp to configuration settings [#1445](https://github.com/getgrav/grav/pull/1445)
|
||||
1. [](#bugfix)
|
||||
* Fix an issue saving YAML textarea fields in expert mode [#1480](https://github.com/getgrav/grav/pull/1480)
|
||||
* Moved `onOutputRendered()` back into Grav core
|
||||
|
||||
# v1.3.0-rc.1
|
||||
## 05/16/2017
|
||||
|
||||
@@ -129,6 +129,8 @@ class Grav extends Container
|
||||
$debugger = $this['debugger'];
|
||||
$debugger->render();
|
||||
|
||||
$this->fireEvent('onOutputRendered');
|
||||
|
||||
register_shutdown_function([$this, 'shutdown']);
|
||||
}
|
||||
|
||||
|
||||
@@ -30,7 +30,5 @@ class RenderProcessor extends ProcessorBase implements ProcessorInterface
|
||||
|
||||
echo $output;
|
||||
}
|
||||
|
||||
$container->fireEvent('onOutputRendered');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user