Skip to content

2.1.1

Compare
Choose a tag to compare
@atanas-dev atanas-dev released this 16 Nov 15:51
· 103 commits to release since this release
  • Added $_index template tag for set_header_template()
  • Added Collapse/Expand All button to complex fields
  • Added generic carbon_get( $object_id, $name, $container_type, $container_id = '' ) function
  • Added generic carbon_set( $object_id, $name, $value, $container_type, $container_id = '' ) function
  • Field validation will no longer be enforced when saving posts with a status other than publish (e.g. draft, pending) so users can save drafts without filling in all required fields
  • Fixed post_level not working for level 1
  • Fixed CUSTOM operator support for post_level and term_level conditions
  • Fixed complex field styling in term and user meta containers.
  • Fixed term meta container not resetting it's values properly when creating a new term from the terms listing screen
  • Fixed conditional logic not behaving as expected for fields which depend on fields which depend on fields etc.
  • Fixed rare crash related to post levels
  • Fixed date parse error when loading values in an unexpected format from the database
  • Fixed usage of empty() which is not compatible with PHP 5.3
  • Fixed Association field error when dealing with deleted terms
  • Fixed set_page_parent() not working when the parent container uses set_page_file()
  • Fixed file-based fields error caused by missing files from disk
  • Fixed issues with missing newlines and change detection of rich text field