CouchCMS v1.1.1 Release Notes

Release Date: 2011-05-30 // almost 13 years ago
    • ➕ Added the ability to create drafts of already published pages

      • The end-user can now make changes to live pages without the fear of messing up anything or his incomplete changes being visible to the world
    • ➕ Added support for dynamic folders

      • The template tag now has a new parameter named dynamic_folders that can be set to 1 to allow end users the ability to create and manage folders through the admin panel
    • ✅ Made several changes that will now make migration of a Couch-managed site to a different machine easier (e.g. from local test machine to production server)

      • Items uploaded through the image, thumbnail, and file type of editable regions are no longer stored with the domain names in their paths
      • Added an import utility script - gen_dump.php
      • This may be used to create a dump file that will be applied automatically during installation (see documentation for details)
    • ✨ Enhanced security by now allowing the index.php file within the couch folder to be renamed

      • This will allow only users knowing the new file name to access the admin panel
    • 🛠 Fixed the error that occurred when the send_mail tag was used more than once in a template

    • 🛠 Fixed the bug where the parser was stripping off all backslash characters that had a single quote following them

    • 🛠 Fixed the bug that was causing the captcha in forms to not appear

    • Increased the length of the field storing names of templates to allow names up to 256 characters in length

    • ✂ Removed the options directives from .htaccess files

      • This was causing errors on GoDaddy servers
    • 🛠 Fixed the bug occurring on some installations of WampServer that truncated the ckeditor.js file, causing the editor not to show up

      • Now using PHP to deliver the JavaScript file
    • ⬆️ Upgraded CKEditor to version 3.5.4

    • ➕ Added option in config.php to set the location of the default folder to store snippets used by the embed tag