FUEL CMS 1.3 has been in development for over 6 months and provides quite a few improvements and bug fixes. Module Post PagesThe most exciting new feature in 1.3 is the Fuel_posts library which adds blog-like functionality to simple modules. Embedded ListThe embedded_list field type allows you to simply embed a module’s list view in your form. The Select2 jQuery plugin provides that ability (among some other features) and we’ve added it as the select2 field type. $fields['toggler_example'] = array(type => select2= model=array(FUEL_FOLDER => 'fuel_tags_model'), 'multiple' => TRUE);Twig IntegrationThe Dwoo templating library has proven to be a worthy companion for FUEL CMS.