Expressive v1.0.0.rc4 Release Notes

Release Date: 2015-12-09 // over 8 years ago
  • ๐Ÿš€ Fourth release candidate.

    โž• Added

    • #217 adds a cookbook entry to the documentation detailing how to configure zend-view helpers from other components, as well as how to add custom view helpers.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • โšก๏ธ #219 updates the "Hello World Using a Configuration-Driven Container" usage case to use zend-stdlib's Glob::glob() instead of the glob() native function, to ensure the documented solution is portable across platforms.
    • โšก๏ธ #223 updates the documentation to refer to the composer serve command where relevant, and also details how to create the command for standalone users.
    • #221 splits the various cookbook entries into separate files, so each is self-contained.
    • #224 adds opening <?php tags to two configuration file examples, in order to prevent copy-paste errors.