Blog Sections Open

Evolution CMS 2.0.1: Fixes and DynamicRelation Support

A historical release note for Evolution CMS 2.0.1, focused on bug fixes and support for DynamicRelation in model work.

Evolution CMS 2.0.1 was primarily a bug-fix release, but it also highlighted an important development capability: support for DynamicRelation.

Release focus

  • stabilize the 2.0 line
  • correct issues discovered after the major release
  • improve the model layer for more flexible project code

DynamicRelation example

SiteContent::addDynamicRelation('comments', function (SiteContent $myModel) {
    return $myModel->hasMany(Comments::class);
});

That kind of pattern made the evolving model layer more attractive for developers moving toward richer project architecture.

Source: GitHub release.

Newer post

Evolution CMS 1.4.11

Evolution CMS 1.4.11 is a maintenance release focused on manager usability and theme and interface polish.

Older post

Evolution CMS 2.0.1

Evolution CMS 2.0.1 is a maintenance release focused on manager usability and theme and interface polish.