All notable changes to this project will be documented in this file.
- Updated PHP-CS-fixer.
- Disqus constructor should be private; enforcing usage of named constructor
strict_types
declare() directive in all source files- new examples
- PHP 7 return type hints
- PHP 7 scalar type hints
WidgetManager
which provides option for having custom widgets- Hooked PHP Coding Standards Fixer into the Travis CI.
- PHP 7 is now required to use Disqus Helper
Disqus
instance can now only be created usingcreate()
named constructorDisqus
configuration can only be supplied through the newconfigure()
methodDisqus::__invoke()
replaced bygetCode()
and__toString()
methods
This release is abandoned, please consider upgrading to 2.0.x.