mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01:00
Merge branch '1.4' of https://github.com/getgrav/grav into 1.4
# Conflicts: # CHANGELOG.md
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* Added `theme_var` and `body_class` Twig functions that are useful for themes
|
||||
1. [](#improved)
|
||||
* Updated vendor libraries to latest version
|
||||
* Removed constructor from ObjectInterface
|
||||
1. [](#bugfix)
|
||||
* Fixed `BadMethodCallException` thrown in GPM updates [#1784](https://github.com/getgrav/grav/issues/1784)
|
||||
|
||||
@@ -26,6 +27,8 @@
|
||||
# v1.3.11
|
||||
## mm/dd/2017
|
||||
|
||||
1. [](#improved)
|
||||
* Updated vendor libraries to latest
|
||||
1. [](#bugfix)
|
||||
* Fixed issue with _illegal scheme offset_ in `Uri::convertUrl()` [page-inject#8](https://github.com/getgrav/grav-plugin-page-inject/issues/8)
|
||||
|
||||
|
||||
@@ -14,12 +14,6 @@ namespace Grav\Framework\Object\Interfaces;
|
||||
*/
|
||||
interface ObjectInterface extends \Serializable, \JsonSerializable
|
||||
{
|
||||
/**
|
||||
* @param array $elements
|
||||
* @param string $key
|
||||
*/
|
||||
public function __construct(array $elements = [], $key = null);
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user