This file contains the upgrade notes. These notes highlight changes that could break your application when you upgrade the package from one version to another.
-
Changed minimum Yii version from
^2.0.0
to^2.0.13
-
Base class for drivers
Driver
renamed toAbstractDriver
-
Move all drivers to
ymaker\social\share\drivers
namespace. -
Updates API of
AbstractDriver
class:-
added
buildLink()
,getMetaTags()
,appendToData()
methods -
maked all class properties protected and added setters
-
make
addUrlParam()
andgetLink()
methods final -
maked
data
property private and renamed to_data
-
-
Updates API of
SocialShare
widget:-
maked
enableDefaultIcons()
andisSeoEnabled()
method protected and final -
renamed
processSocialNetworks()
method togetLinkList()
and maked this method private -
renamed
buildLabel()
method togetLinkLabel()
-
removed
_configurator
property -
renamed
configuratorId
property toconfigurator
-
created
$containerOptions
property instead of$wrapperTag
and$wrapperTagOptions
-
created
$linkContainerOptions
property instead of$linkWrapperTag
and$linkWrapperOptions
-
-
Removed unused dev packages
codeception/verify
andcodeception/specify