Skip to content

Releases: bedita/manager

BEdita Manager 3.1.4

09 May 08:27
Compare
Choose a tag to compare

Fix

  • Admin config page json field UI (#769)
  • Save json field (#770)
  • Init folder filter in filter box when filter is empty (#770)

See also the complete changelog

BEdita Manager 3.1.3

06 May 12:32
232f205
Compare
Choose a tag to compare

Enhancements

  • customize labels for form fields (#759)
  • show/hide and copy api keys in admin->applications (#760)
  • upgrade javascript dependencies (#756)
  • enhance github actions workflows: use bedita docker image 4.7.0 (#757), use node 16 for javascript build (#767), use ubuntu latest in php workflow (#768)

Fix

  • filter box (#761, #766)
  • do not show history when authenticated user can't access users module (#763)
  • security update (#754)
  • thumbs component (#755)
  • text editor placeholder (#758)

See also the complete changelog

BEdita Manager 3.1.2

07 Apr 09:00
fb98120
Compare
Choose a tag to compare

Enhancements

  • Update phpstan to 1.5 (#741, #742)
  • Update README.md (#743)
  • More coverage in tests (#744)
  • Dialogs functions in BEDITA javascript object (#750)
  • Load debug kit (#728)

Fixes

  • Security fix, bump minimist to 1.2.6 (#739)
  • Handle correctly boolean relation param (#740)
  • History (#745)
  • Twig load custom elements (#749)
  • Show trash icon + link in "object types" modules (#752)
  • Redirect url in login pages, when session timed out (#751)

See also the complete changelog

BEdita Manager 3.1.1

23 Mar 20:01
Compare
Choose a tag to compare

Enhancements

  • Update composer.json (#725)
  • Links in error page (#726)
  • Check file size on upload, basic and drag & drop (#732, #734)

Fixes

  • Boostrap cli (#724)
  • File import (#727)
  • Upload (#730)
  • Video metadata from url fetch (#736)
  • Twig error in admin pages (#729)
  • Replace aliased classes (#735, #737)

See also the complete changelog

BEdita Manager 3.1.0

17 Mar 11:33
Compare
Choose a tag to compare

Changes

  • Set properly csrfToken in meta config, searching it request attributes and cookies, see #722

See also the complete changelog

BEdita Manager 3.0.0

17 Mar 09:14
ecaee85
Compare
Choose a tag to compare

BEdita Manager passes to CakePHP 4 version (see #708 for details).

Changes

  • Use CakePHP 4.3
  • Use BEdita I18n 3.3
  • Use BEdita WebTools 3.9
  • Use CakePHP Authentication 2.9
  • Use CakePHP Codesniffer 4.5.1
  • Use Phpunit 9
  • PHP 7.4, 8.0, 8.1

See also the complete changelog

BEdita Manager 2.2.1

17 Mar 08:43
Compare
Choose a tag to compare

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

Changes

  • Refactor, cake4 phpcs compatibility, see #719 and #720
  • Refactor LinkHelper, see #721

BEdita Manager 2.2.0

15 Mar 11:19
183fe18
Compare
Choose a tag to compare

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

Integration changes

  • Replace AuthComponent with Authentication plugin, see #691

BEdita Manager 2.1.0

15 Mar 11:19
a353ac3
Compare
Choose a tag to compare

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

User-visible changes

Integration changes

BEdita Manager 2.0.0

24 Nov 08:54
Compare
Choose a tag to compare

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

User-visible changes

  • New UI, buttons and styles
  • Export data in multiple formats, with config Exports.formats (csv, ods, xlsx)
  • Bulk actions improved: change "field", copy/move content to destination folder, associate multiple categories, etc.
  • Fast object creation form customized by type
  • Filters enhanced in index and view pages
  • Module(s) accesses by users role(s)
  • Lock/unlock of objects
  • Concurrent editors evidence
  • Admin and Model modules for admins
  • History in content view
  • Categories as trees in modules views

Developer-visible changes

  • Node 14 or greater
  • Webpack and all other javascript dependencies upgrade
  • Plugin dereuromark/cakephp-ide-helper added to dev requirements
  • phpoffice/phpspreadsheet to export data in multiple formats

Integration changes

  • Composer 2 support
  • Javascript linter [also GH workflow with lint validation]
  • Use bedita/bedita:4.5.0 docker image in CI
  • Test coverage improved
  • Security vulnerabilities fixes