Releases: HansSchouten/PHPageBuilder
Releases · HansSchouten/PHPageBuilder
v0.10.1
- Fix loading issue
v0.10.0
- Various bugfixes
- Support for "builder scripts" added which can be used to tweak blocks in the page builder
- Basic welcome page added which is shown when no homepage is added
v0.9.0
- Various bugfixes and improvements
- Store raw contents of text editor
v0.8.0
- Multilanguage support added
- Structural improvements, cleaner page storage data structure
- Various bugfixes
- Allow styling html blocks
- Allow any number of nested blocks instead of max 2 levels
- Base URL config setting added
v0.7.0
- Bugfix multiple session_start()
- Bugfix storing component style-identifier only if custom styling is applied
- Style manager translations added
- Block filter field made fixed in blocks sidebar panel
- Only show component toolbar buttons that are applicable
v0.6.0
- various bugfixes and code structure improvements
- asset manager added with image upload/delete
yes_no
andimage
block sidebar setting types addedhiden => true
option added to block config for hiding blocks from the pagebuilder blocks panel- store style-identfier for dynamic blocks to allow styling dynamic blocks
v0.5.0
- various bugfixes and minor (code) improvements
- route can now contain named parameters, like
/{id}
which are accessible viaphpb_route_parameter
orphpb_route_parameters
. - Page model attributes made accessible via
get()
and more separate getter methods for important required attributes.
v0.4.0
Changes:
- various bugfixes
$block->renderWithSlug(string $blockSlug, $blockData)
added which allows a PHP block to render another PHP block while passing custom data that can be used inside the inner block
v0.3.0
Version 0.3.0
v0.2.0
Version 0.2.0