Skip to content

Instantly share code, notes, and snippets.

@aertmann
Created May 11, 2015 12:14
Show Gist options
  • Select an option

  • Save aertmann/1f372ee411d31a8f1db9 to your computer and use it in GitHub Desktop.

Select an option

Save aertmann/1f372ee411d31a8f1db9 to your computer and use it in GitHub Desktop.
Neos 2.0 / Flow 3.0 feature overview
  • Google Analytics package – Display analytics data in the inspector for every page
  • Inspector data views – display tables, graphs etc. in the inspector using data views (used for the GA package)
  • SEO package – Official package with basic SEO features
  • ACLs
    • More flexibility
    • Constrain certain node paths
    • Frontend login now possible
  • Multi-site
    • Module improvements
    • Default asset collection for a site
  • Resources (refactoring of
  • Content translation
    • Non-fallback (
    • Dialog
  • Translated user interface
  • History module (see history of content changes)
  • Inline handles improvements (insert/paste before/into/after)
  • JSON format for stored properties instead of serialized array (nodedata table) – makes altering the database much easier
  • Improved exception handling
  • Media browser/module improvements (user experience)
  • Asset collections
  • Node info in the inspector
  • Image inspector editor
    • Drag & drop
    • Resize / crop features configurable
  • Extendable content collection
  • Child node positions (possibility to set the position for auto created child nodes)
  • Backend context helpers (makes it easier to determine if rendering in backend)
  • Node repair improvements
    • Cleanup
    • Position
    • Adding new default values
  • PHP 5.5 requirement
  • Performance improvements
  • Fluid escaping (existing project need to be adjusted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment