Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump facebook/facebook-instant-articles-sdk-php from 1.6.1 to 1.10.2 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps facebook/facebook-instant-articles-sdk-php from 1.6.1 to 1.10.2.

Release notes

Sourced from facebook/facebook-instant-articles-sdk-php's releases.

v1.10.2

This release adds the ability to retrieve the CSS selector of DOM elements that generate transformation warnings (#369) by @nataliemt.

v1.10.1

  • Allows use of Analytics and Ads when calling Transformer::transform directly.

v1.10.0

This release deprecates the usage of data-feedback from media components, like Image, Video and Slideshows.

Commonly used attribute into the figure.

<figure data-feedback="fb:likes, fb:comments">
  <img src="http://mydomain.com/path/to/img.jpg" />
</figure>

This takes no effect and we stopped outputting in case this gets enabled. So the methods enabling/disabling data-feedback are set to do nothing now. As it would be a breaking change, the full removal of those methods will happen in v2.0.0

v1.9.2

Bug fixes: #324

v1.9.1

Bug fixes: #319

v1.9.0

New feature of transforming and setting content within Instant articles by the Rules.json settings.

Now you are able to add 3 new named properties to your rule set and then these will be added by default into your transformed Instant articles. Be sure you are using the Transformer::transformString method

  • style_name: Have the default style to be applied to your Instant Article after transformation occurs
  • ads: Has the settings for your ADS, so any new transformed article will have that AD setup
  • analytics: Default structure for setting up the analytics and tracking code for your Instant Articles

There is an easier option for ADS (putting just the Audience Network Placing ID) and one for Analytics, where you can just set it up your FB Pixel id.

Example with AN placement ID and Analytics with FB Pixel:

"style_name" : "mydefaultstyle",
    "ads" : {
        "audience_network_placement_id": "1234",
        "raw_html": "<script>alert('hello world!');</script><div class='block'></div>"
    },
    "analytics" : {
</tr></table> 

... (truncated)

Commits
  • 6f305ff Merge pull request #370 from facebook/feature/bump-version-1-10-2
  • 1def0b3 Bump version to 1.10.2
  • 2ec0b25 Merge pull request #369 from facebook/feature/warning_selector
  • 328ace2 Warning selectors - Added Test file
  • cdc5fd4 Merge pull request #368 from facebook/feature/circleci-readme-status
  • fab6e1b Merge branch 'master' of github.com:facebook/facebook-instant-articles-sdk-ph...
  • 934f393 Add Circle CI status to README
  • 40f2c8c Merge pull request #365 from elomar/circleci
  • 716b675 Implementation of methods to retrieve the warning selectors
  • a45d765 Move build to CircleCI
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants