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.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-rosario committed Jan 22, 2018
1 parent f4cc65d commit 658d0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.7.0';
const CURRENT_VERSION = '1.8.1';

/**
* The meta properties that are used on <head>
Expand All @@ -55,7 +55,7 @@ class InstantArticle extends Element implements ChildrenContainer, InstantArticl
* @var boolean The ad strategy that will be used. True by default
*/
private $isAutomaticAdPlaced = true;

/**
* @var string The ad density that will be used. "default" by default
*/
Expand All @@ -70,7 +70,7 @@ class InstantArticle extends Element implements ChildrenContainer, InstantArticl
* @var string The ad placement strategy that will be used. Optional
*/
private $adRecirculationPlacement;

/**
* @var string The charset that will be used. "utf-8" by default.
*/
Expand Down

0 comments on commit 658d0d0

Please sign in to comment.