CouchCMS v1.3.5 Release Notes

Release Date: 2015-02-21 // about 9 years ago
    • ➕ Added Shopping Cart module
    • ➕ Added Session module - makes available the following tags:

      • set_session, get_session, delete_session, set_flash, and get_flash
    • ➕ Added query tag to execute raw SQL SELECT statements

    • ➕ Added no_results tag

      • Works when the pages, comments, search, related_pages, reverse_related_pages, and query tags don't find any records to show
    • ➕ Added addslashes tag for use within php tag

      • Helps when setting a php variable using Couch's show tag
    • ➕ Added not tag (for use with if)