Skip to content

Releases: numberninecms/cms

0.4.5

08 Oct 13:23
Compare
Choose a tag to compare

Fixes

  • Retrieve request array with all() instead of get() #69

Full Changelog: 0.4.4...0.4.5

0.4.4

08 Oct 01:58
Compare
Choose a tag to compare

New features

  • Translate singular and plural taxonomies #67
  • Add log that shows resolved template file #68

Fixes

  • Remove env files from php container definition in docker-compose.yml #64
  • Fix overriding textarea and input class #65
  • Fix admin index page when creating a custom entity type without featured image #66

Full Changelog: 0.4.3...0.4.4

0.4.3

26 Jun 11:07
Compare
Choose a tag to compare

New features

  • Add multiple capabilities at once #58
  • Automatically include App assets if they exist when calling N9_head() #59
  • Customizable reset-password url prefix #61

Fixes

  • Fix Symfony 6.1 BC break for custom normalizer #63

Full Changelog: 0.4.2...0.4.3

0.4.2

20 Feb 06:33
Compare
Choose a tag to compare

New features

  • Add new --roles option to CreateUserCommand #55

Changes

  • *TestCase classes now part of the bundle, and can be used in the app tests #56

Full Changelog: 0.4.1...0.4.2

0.4.1

14 Feb 18:24
Compare
Choose a tag to compare

Breaking changes

  • Database schema updated with new column #51

New features

  • Configurable admin prefix, defaults to /admin/ #47
  • Lockable user roles (no delete button in admin) #51

Fixes

  • Fix general settings form constraints #50

0.4.0

11 Feb 06:00
Compare
Choose a tag to compare

Breaking changes

  • Symfony 6.0 as base requirement

0.3.6

30 Oct 13:31
Compare
Choose a tag to compare

New features

  • Admin comments moderation page #44

Fixes

  • Removing an entity linked in a menu doesn't throw an exception anymore 9d7e904

0.3.5

17 Oct 03:59
Compare
Choose a tag to compare

New features

  • View post button in classic editor toolbar, to view the frontend post #41
  • Delete post button with confirmation modal in classic editor #42

Fixes

  • Removed a constraint on slug which prevented a new post to be created with an empty slug 651a839

0.3.4

10 Oct 07:20
Compare
Choose a tag to compare

Fixes

  • Remove caching on term pages #40

0.3.3

08 Oct 13:56
Compare
Choose a tag to compare

New features

  • new AbstractFormComponent to easily create components with forms #39
  • default menu style can be added using MenuShortcodeStyleEvent #38

Improvements

  • form validation constraints #39