Skip to content

2.2.0

Compare
Choose a tag to compare
@nWidart nWidart released this 29 Jun 15:54
· 1624 commits to master since this release
a8f1796

Changed

  • view commit • Removing the page counter as it doesn't serve any purpose besides costing a query
  • view commit • Loging in the user found via the bearer token. Failsafe if the user isn't set on a revision to use empty string. Fixes #308
  • view commit • Create a helper trait to find a user by the given Bearer token
  • view commit • CS: PSR1/2
  • view commit • Publishing the debugbar
  • view commit • Using the app singleton key instead of repeating the same logic
  • view commit • Optimising the checking and loading of module translations
  • view commit • Only registering the menus for the frontend part.
  • view commit • Binding as a singleton in an asgard key if we're on the backend or not
  • view commit • Using correct docblock
  • view commit • Testing event trigger on page deletion
  • view commit • Testing that the page events are triggered