Skip to content

0.1.6

Latest
Compare
Choose a tag to compare
@pointybeard pointybeard released this 23 Feb 07:16
· 44 commits to master since this release

Changed

  • Showing result count when running bin/diff
  • Passing section handle to call of AbstractField::loadFromElementName() in Lib\Diff
  • Added sectionHandle argument to AbstractField::loadFromElementName() method.
  • Updated AbstractField::loadFromElementName() to use sectionHandle in SQL, ensuring the correct field is retrieved (i.e. not just the first found with elementName)

Fixed

  • Fixed example in --usage for bin/export

Added

  • Added phpunit/phpunit and moved symphonycms/symphony2 to require-dev composer definition.