Skip to content

Releases: robertmarsal/RbComment

v2.0.0

05 Feb 18:30
Compare
Choose a tag to compare
  • Update PHP minimum version requirements to match the latest version of Zend Framework
  • Update code to be compatible with Zend Framework 3
  • Code & tests cleanup

v1.4.0

26 Aug 20:40
Compare
Choose a tag to compare
  • added more methods to the comment table class
  • minor fixes
  • added bootstrap3 theme
  • added more tests
  • updated autoload classmap
  • added db adapter note
  • do not access server vars directly
  • updated dependencies list
  • added cli option to remove spam
  • updated LICENSE file
  • added packagist badges

v1.3.0

30 Jan 19:55
Compare
Choose a tag to compare
  • moved the closures out from the config into the module class
  • better preview image
  • fixed comments sorting
  • added Gravatar integration
  • do not use uk-* css styles on the default theme
  • added ZfcUser integration
  • fix comments not beeing ordered by the time they were published when switching years
  • more tests
  • CS fixes
  • updated autoload classmap

v1.2.0

04 Jan 10:24
Compare
Choose a tag to compare
  • updated dependencies list
  • CS fixes
  • added more tests
  • CS fixes detected by scrutinizer
  • more complete scrutinizer configuration
  • added code coverage badge
  • added scrutinizer config file with code coverage config
  • added more tests
  • more tests and docs
  • added scrutinizer badge
  • use version 2.0.2 of zend akismet service
  • do not send email notifications when comment is spam
  • updated README
  • added akismet integration
  • updated autoload_classmap
  • added more tests
  • updated dependencies
  • updated README

v1.1.1

27 Nov 19:14
Compare
Choose a tag to compare
  • added missing dependencies

v1.1.0

27 Nov 18:57
Compare
Choose a tag to compare
  • added option to send email notifications when new comments are added
  • Updated README
  • fixed travis commands
  • restructured tests files
  • updated README
  • added preview
  • allow user to specify a partial to be used as a theme outside the module code
  • added some suggested dependencies - see zendframework/zendframework#4461
  • require only used components
  • passing the strings array when creating new form
  • updated README
  • allow form string to be translated
  • updated README
  • updated travis before_script
  • updated README
  • added testing base
  • added branch alias

v1.0.0

24 Oct 19:13
Compare
Choose a tag to compare

First public release