Skip to content

Releases: ntd/silverstrap

Silverstrap 2.2.2 released

19 Nov 19:31
@ntd ntd
Compare
Choose a tag to compare

Correct a bug on the 2.2.0 release that prevented the proper overriding of form elements by avoiding symlinks in the repository.

git or composer are not able to properly handle symlinks, so the previous approach of symlinking Includes/Form.ss to forms/Form.ss was not successful. Avoid the symlink in the first place by including (via template) Includes/Form.ss from forms/Form.ss.

Silverstrap 2.2.0 released

17 Nov 23:17
@ntd ntd
Compare
Choose a tag to compare

Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.

This release, together with a fistful of bug fixes, includes some major features.

  • Added out of the box support for the silverstripe/blog module.
  • Added out of the box support for the silverstripe/comments module.
  • Refactored the modularization of resource (i.e. js and CSS) fetching.
  • Added the possibility to fetch the resources from the file system, basically allowing off-line development.
  • Improved README documentation.