Plates v2.1.0 Release Notes

Release Date: 2014-04-02 // about 10 years ago
    • ๐Ÿ‘Œ Improved DocBlocks throughout the library.
    • ๐Ÿšš The insert() functionality has been moved to a new extension, called Nest.
    • A new get() function was also added with this extension, which offers an alternative syntax for nesting templates.
    • ๐Ÿ‘Œ Improved error messages.
    • A new error check which prevents the calling of the render() function from within templates themselves. If this functionally is required, use the nesting functions instead.
    • โž• Added a clearer error message to the content() function when calling it from a non layout template.
    • โž• Added a clearer error message to the batch() extension function when a provided function does not exist.
    • ๐Ÿ›  Fixed a bug in the engine where it was possible to overwrite a default extension when loading extensions.