You are here

CHANGELOG.txt in Markup 6

6.x-1.x-dev
====================

The development branch introduces new features for the module.
Notes below detail changes since last release.

- Introduce new hook_elements, hook_theme implementations to provide new form API
  elements - markup_widget & markup_element, to give more control over themeing.
- Add Display Style setting to allow a choice over whether the markup field gets shown
  with/without a field wrapper and label.
- Add Ability to execute php code in the markup field.
- New companion module, markup_view for embedding a view on the node edit form.

6.x-1.0 (2010-12-14)
====================

This is the first stable release of the Markup module. Notes below detail changes made since
initial checking of D6 version to CVS.

- Bug Fix: #753006 Fix Cannot unset string reference errors by making the actual markup
  element a child of the form element.

File

CHANGELOG.txt
View source
  1. 6.x-1.x-dev
  2. ====================
  3. The development branch introduces new features for the module.
  4. Notes below detail changes since last release.
  5. - Introduce new hook_elements, hook_theme implementations to provide new form API
  6. elements - markup_widget & markup_element, to give more control over themeing.
  7. - Add Display Style setting to allow a choice over whether the markup field gets shown
  8. with/without a field wrapper and label.
  9. - Add Ability to execute php code in the markup field.
  10. - New companion module, markup_view for embedding a view on the node edit form.
  11. 6.x-1.0 (2010-12-14)
  12. ====================
  13. This is the first stable release of the Markup module. Notes below detail changes made since
  14. initial checking of D6 version to CVS.
  15. - Bug Fix: #753006 Fix Cannot unset string reference errors by making the actual markup
  16. element a child of the form element.