Skip to content

BEdita 4.7.0 released

Compare
Choose a tag to compare
@stefanorosanelli stefanorosanelli released this 13 Apr 15:00
· 187 commits to 4-cactus since this release

Main changes on this release below, see also the complete changelog.

API changes

  • #1877 Add return type to initialize() methods
  • #1865 New JSON base controller
  • #1862 Use ActionTrait in LoginController
  • #1861 Skip auth token checks on OPTIONS request
  • #1859 Fix token decode error
  • #1609 Require protocol when validating URLs

Core changes

  • #1893 Ensure left and right fields are update when removing a tree entity
  • #1887 Add user_preferences field to users table
  • #1886 Introduce InvalidDataException
  • #1880 Fix thumb file extension and check allowed extensions
  • #1878 Split tags into their own tags table
  • #1882 Fix migration CreateTagsTable
  • #1874 Dispatch ObjectType.getSchema event when building schema for an object type
  • #1888 Tree integrity check
  • #1850 Create writable bedita_core folder for cache
  • #1873 Introduce LockedResourceException
  • #1864 Related objects utility methods
  • #1863 Mark join entity as new when it is a new association for source entity

Integration changes

  • #1890 Treat phpdbg SAPI as cli
  • #1889 Update phpstan/phpstan to version 1.5
  • #1872 Cake 4 Core compatibility changes
  • #1871 Cake 4 API compatibility changes
  • #1853 Update bedita/dev-tools to 1.5.*