Elements 1.1.1 (23782)

Hello again,

This new build fixes some early issues with the CMS when publishing to a live server. We’ve also changed the way links are created and handled when dealing with authors. Take a look at the updated sample project below to see the changes.

:backhand_index_pointing_right: Open Simple Blog Project in Elements.

What’s New in Elements 1.1.1?

  • Fixes issue where a lowercased cms.php file was attempting to be included, causing a PHP fatal error
  • Adds ability to fetch single Item’s via customisable URL query parameters (you can now fetch an Item via the item=, author=, or tag= params)
  • Tag and Author filters are no longer case sensitive
  • Related Tags and Authors now set unique query params. Uses tag={tagSlug} and author=authorSlug instead of generic item={postSlug|authorSlug|TagSlug} (allows you to fetch single tags or authors via the Item component)

Purchase a License

You can visit the elementsapp.io website to purchase a license.

Get the Update

Elements should prompt you while it’s running to let you know there’s an update. If it doesn’t, you can select the “Check for Updates…” menu option from the “Elements” app menu.

Alternatively, you can always download the latest build of Elements here.

Give Feedback

If you are running a licensed copy of Elements, please post all feedback in the Feedback Forum. You can use the Elements > Send Feedback… menu item to automatically pre-fill the build number into a new topic.

Awesome! This allowed me to get one of my websites up and running with the CMS to test some of my components. Seems to be working well. Before this update it did not work at all, even though I hd tried editing the title of the file that was supposedly causing problems.