Skip to content

v4.0.142

Choose a tag to compare

@ivantcholakov ivantcholakov released this 23 Apr 05:05
· 1464 commits to master since this release

CHANGELOG

This is a garbage cleaning release:

  • MY_html_helper: The following deprecated functions have been removed: parse_attributes(), prepare_attributes(), get_attributes_string(), merge_attributes(), remove_attribute(), set_attribute(), get_attribute(), has_class(), add_class(), remove_class(), merge_attributes_and_classes().
  • template_helper: New PHP functions have been introduced to match to the previously defined Twig functions: html_begin(), head_begin(), head_end(), body_begin(), body_end(), html_end(). The temporary function html_tag_no_conflict() has been removed. The functions head_tag(), head_close_tag(), body_tag(), body_close_tag(), html_close_tag() have been deprecated.
  • Template library: The methods merge_attributes() and remove_attribute() have been removed.