Skip to content

Releases: HansSchouten/PHPageBuilder

v0.27.0

21 Sep 11:46
Compare
Choose a tag to compare

v0.26.0

19 Sep 18:45
a63dc0b
Compare
Choose a tag to compare

v0.25.0

26 Jul 13:51
Compare
Choose a tag to compare

v0.24.0

05 Feb 10:38
Compare
Choose a tag to compare

v0.23.0

16 Dec 06:23
Compare
Choose a tag to compare

v0.22.0

04 Aug 05:09
Compare
Choose a tag to compare
  • Added whitelist setting to allows blocks only on specific domains
  • Show warning when exiting pagebuilder with unsaved changes
  • Translations updated
  • Default current language to English or first available
  • Extensions module added
  • Allow to get theme namespace from config
  • Allows for the registration of custom css and scripts in the header / footer of the layout outside of the theme's public directory
  • Evaluate routes with more parameters last

v0.21.0

08 Apr 09:06
d05a439
Compare
Choose a tag to compare
  • Fix setLanguage, check whether keys are valid languages (renderPageBuilderBlock uses pageData without language data)
  • Add title attribute to hyperlinks
  • Use background image instead of img tag to fix Chrome drag issue
  • Prevent error on dropping a component without attributes
  • Allow the Uploader class to be replaced
  • Add 301 header to redirect
  • Do not erroneously match longer URL with shorter stored route

v0.20.0

01 Aug 19:00
Compare
Choose a tag to compare
  • Prevent save error on ctrl+s
  • Replace space with dash in upload file name
  • Log save page error details in console
  • Fix error on replacing sub blocks that do not exist in another language
  • Enable the right DB charset
  • Do not cache rendered wildcard pages

v0.19.0

30 Mar 19:17
Compare
Choose a tag to compare
  • Use phpb_instance for BlockAdapter
  • Disable caching by default
  • Prevent loading pagebuilder with invalid language
  • Fix store settings problem for php blocks inside html blocks

v0.18.0

27 Dec 10:39
Compare
Choose a tag to compare
  • Speedup pagebuilder by loading all theme blocks and layouts only if needed
  • Page caching support added