You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.