Skip to content

Releases: sheadawson/silverstripe-blocks

1.0.12

21 Jun 23:23
Compare
Choose a tag to compare

fix blocks tab not showing in some cases. Fixes #98
implement pagetype_black/whitelist. Fixes #39
update .editorconfig php use tabs not spaces
Add translatbale gist to readme
Remove validation on Block Title field
Add scrutinizer badge
Allow BlockAreaName translations

1.0.11

15 May 22:13
Compare
Choose a tag to compare

type for gridfield on read only
published icon also in modeladmin
Lithuanian language translation added
Hide blocks tab on no-blockable pages
Create Croatian (.hr) translation
Add conditional logic
allow type for grid field in block admin
Minor: Making block type translatable
block icon documentation
readme refactoring
type for gridfield
published icon
fixing breaks in gridfield

1.0.9

20 Mar 20:11
Compare
Choose a tag to compare

FIX handle controller methods from template
FIX optional block area preview button
NEW Allow disabling of block area preview button
NEW access current page scope
FIX Block Filters: couldn't use Block Set model admin

1.0.7

28 Feb 23:35
Compare
Choose a tag to compare

revert rendering of Block back to using Block DataObject. Fixes #66
Remove trailing spaces in the source code
Adding default Scrutinizer config for CI
Fixing composer.json
Adding default Travis config for testing
Block Type Filter

1.0.6

05 Feb 03:44
Compare
Choose a tag to compare

BUG "publish" permission required but not available Fixes #53
Converting to PSR-2
Fixing phpdoc blocks to refering to Objects to built-in types of PHP
Adding space
Remove trailing spaces in the codebase

1.0.5

28 Jan 21:02
Compare
Choose a tag to compare
  • allow disabling specific blocks¬
  • canEdit doesn't exist on ContentController¬
  • Added standard .gitattributes file