### 1.5.0 Fixed: Amount field was not unique and did not update (#21) Fixed: Notelist did not update in form field Added: New inserttag: {{customcatalognotelist::values::TABLE-OR-ID::ATTRIBUTE-ALIAS}} to return all values of the attribut stored in the notelist (#22) Update: Templates: Field aaray ['fields'] is now associate by field names (#23) ### 1.4.0 Update: Rebuild on Contao namespaces (#19) Update: Contao 4.9 LTS compatibility ### 1.3.5 Update: tl_form_field.customelements_notelist_source is now a chosen select (#17) ### 1.3.4 No changes just added packagist composer.json in repository ### 1.3.3 Update: PHP 7.2 compatibility (#13) Update: Put constants in quotations for php 7.2 ### 1.3.2 Fixed: Respect the attribute order in formfield (#11) ### 1.3.1 Fixed: Use \Input::get with 3. parameter = true ($blnKeepUnused) to not let Contao set the value as GET parameter ### 1.3.0 Added: One time session flags when an item has been added or removed to set focus on that particular item Added: jquery scroll script in customelement_attr_notelist.html5 to scroll to added/removed item (new Template vars: ->focus, ->focusAdded, ->focusRemoved) ### 1.2.3 Fixed: Cannot use ->numRows in ModelCollection ### 1.2.2 Update: Instantiate classes as new static Update: Added the parse() method again in the formfield widget class. Contao seems to require it again ### 1.2.1 Fixed: ->numRows cannot be used in Model\Collections anymore ### 1.2.0 New: History filter (#2) Added: Engl. translations by Thomas Kettner Update: mail_notelist_customelements.html5: convert arrays to string Update: Hooks class does not extend \PCT\CustomElements\Core\Hooks anymore ### 1.1.2 Update: Changed template info text and template information in the template file Update: Removed the parse() method in Formfield class ### 1.1.1 Update: Serialize arrays in form:: inserttags ### 1.1.0 Update: Check in config.php if composer is updating the database Update: PHP7 ready ### 1.0.9 Update: Avoid array_insert in the config.php because contao uses it incorrect when the internal cache is turned on ### 1.0.8 Fixed: Wrong entry data in email. Skip deprecated attributes and create a whole new object to avoid overriding in email ### 1.0.7 Added: Inserttag: {{customcatalognotelist::total::MY-TABLE}} ### 1.0.6 Fixed: Use a checker variable instead of a strict return to bypass the initialization when plugin is not loaded Added: $GLOBALS['CUSTOMELEMENTS_NOTELIST']['clearSessionAfterSubmit'] flag (default: false) ### 1.0.5 Fixed: Return the correct array stack in getNotelist method Added: Notelist->getNotelists method to return the whole notelist session ### 1.0.4 Added: Allow custom session names via global: $GLOBALS['CUSTOMELEMENTS_NOTELIST']['sessionName'] Update: tl_pct_customelement_attribute.defaultValue is now a select field ### 1.0.3 Update: Output the field value in mail_notelist_customelements.html5 template by default ### 1.0.3 Update: General fixes ### 1.0.1 Fixed: Exclude from the install tool ### 1.0.0 initial commit