Skip to content

Commit

Permalink
Merge branch '1.4' of https://github.com/getgrav/grav into 1.4
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
rhukster committed Dec 15, 2017
2 parents b6e5bfa + fb106b1 commit e9b7c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
*/
interface ObjectInterface extends \Serializable, \JsonSerializable
{
/**
* @param array $elements
* @param string $key
*/
public function __construct(array $elements = [], $key = null);

/**
* @return string
*/
Expand Down

0 comments on commit e9b7c8d

Please sign in to comment.