Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-rosario committed Feb 27, 2018
1 parent 093d3e0 commit 4669415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Facebook/InstantArticles/Elements/InstantArticle.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

class InstantArticle extends Element implements ChildrenContainer, InstantArticleInterface
{
const CURRENT_VERSION = '1.8.4';
const CURRENT_VERSION = '1.9.0';

/**
* The meta properties that are used on <head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function getAdElement()

if (!Type::isTextEmpty($this->getAudienceNetworkPlacementId()) ||
(!Type::isTextEmpty($this->getRawHTML()))) {

$ad = Ad::create();
if (!Type::isTextEmpty($this->getAudienceNetworkPlacementId())) {
$ad->withSource(
Expand Down

0 comments on commit 4669415

Please sign in to comment.