Skip to content

Releases: kartik-v/yii2-social

Version 1.3.5

21 Sep 09:49
Compare
Choose a tag to compare

Date: 21-Sep-2018

  • Extend using Krajee kartik\base\Module

Version 1.3.4

19 Sep 19:37
Compare
Choose a tag to compare

Date: 19-Sep-2018

  • Move all source code to src directory.
  • Enhance Disqus Plugin Count validation.
  • (enh #76): Add Myanmar Translations.
  • (enh #75): Update Russian Translations.
  • (enh #74): Update disqus plugin initialization.
  • (enh #70): Update Czech Translations.

Version 1.3.3

15 Mar 12:31
Compare
Choose a tag to compare

Date: 15-Mar-2017

  • (enh #62): Update Facebook SDK to release v5.0.
  • (enh #63): Add Polish Translations.
  • (enh #64): Add Dutch Translations.
  • (enh #66): Add Lithuanian Translations.
  • (enh #67): Add new class kartik\social\FacebookPersistentHandler.
  • Update message config to include all default standard translation files.
  • (enh #68): New FacebookPlugin::SAVE button.

Version 1.3.2

16 Aug 10:59
Compare
Choose a tag to compare

Date: 16-Aug-2016

  • (enh #42): Add Italian Translations.
  • (enh #43): Fix VK styles.
  • (enh #46): Update to Facebook SDK release v5.0. (BC Breaking Change).
  • (enh #47): Update Facebook Plugin for latest FB graph version (BC Breaking Change).
  • Add branch alias for dev-master latest release.
  • (bug #51): Fix VkPlugin undefined variable error.
  • (enh #56): Auto set right Facebook language.
  • (enh #57): Initialize session via Yii standard methods.
  • (enh #58): Add Brazilian Portuguese Translations.
  • (enh #59): Add Portuguese Translations.
  • (bug #60): Correct noscript validation.
  • Add contribution templates.

Version 1.3.1

19 Jul 17:13
Compare
Choose a tag to compare

Date: 19-Jul-2015

  • (enh #21): Implement VKontakte plugin.
  • (enh #26): Add option to disable credits after Disqus widget.
  • Update copyright year till current.
  • (enh #29): Validate Disqus comment rendering for older IE browsers.
  • (enh #30): Generate default en message translation file.
  • (enh #32): Enhancements to generate Facebook session better.
  • (enh #33): Add Spanish translations.
  • (enh #35): Better composer version dependencies for Facebook SDK.
  • (enh #36): Add FacebookPlugin::async property.

Version 1.3.0

13 Feb 03:38
Compare
Choose a tag to compare

Date: 13-Feb-2015

  • (enh #6): Remove Facebook PHP SDK support (old version v3.0).
  • (enh #10): German translations added
  • (enh #11): Hungarian translations added
  • (enh #12): Ukranian & Russian translations added
  • (enh #13): New features for PHP SDK v4.0
    • Implement an extended FacebookRedirectLoginHelperX class for handling sessions the Yii way
    • New getFbLoginHelper method in social module to fetch the Redirect Login Helper object instance based on the module level facebook settings
    • New initFbSession method in social module to initialize a facebook session
    • New getFbSession method in social module to get a facebook session either based on string token, redirect login url, canvas login, or Javascript login.
    • New getFbGraphUser method gets the Facebook graph user object for current user.
    • Changes from earlier release
      • Method getFbApihas been removed from the social module
      • Method getFbUser has been removed from the social module
      • Set release to stable.
  • (enh #14): Add new configuration for GoogleAnalytics anonymizeIp.
  • (enh #15): Various enhancements and additional configuration settings for the GoogleAnalytics widget:
    • Remove support for old version (widget only supports the new Google Universal Analytics plugin)
    • New testMode property that defaults to YII_DEBUG definition to allow google analytics to work from localhost.
    • Ability to configure tracking object name. Defaults to __gaTracker.
    • Ability to configure trackerConfig settings for creation of the ga object.
    • Ability to configure sendConfig settings for sending of the ga data.
    • Ability to configure anonymizeIp property.
    • Ability to add additional javascript before sending the ga data.
    • Ability to add additional javascript after sending the ga data.
  • (enh #18): Separate Github star and watch buttons as per v2.0.
  • (enh #19): Implement GithubXPlugin based on github buttons.
  • (enh #20): Allow social module to be used as an embedded submodule.
  • (enh #22): Set dependency on kartik-v/yii2-krajee-base.
  • (enh #23): Enhance Facebook plugin and fix comments plugin width property.
  • Set copyright year to current.

Version 1.2.0

10 Nov 18:43
Compare
Choose a tag to compare

Date: 10-Nov-2014

  • Set release to stable

Version 1.1.0

10 Nov 18:39
Compare
Choose a tag to compare

Date: 01-Jul-2014

  • PSR4 alias change
  • (enh #8): Allow language configuration for Facebook, Twitter, and Google plugins.

Version 1.0.0

08 Oct 17:30
Compare
Choose a tag to compare

Date: 01-Dec-2013

  • Initial release