Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Releases: wendrowycz/zend1-bootstrap3

1.0.8: Some improvements on reset and dimensions (#2)

06 Sep 16:43
Compare
Choose a tag to compare
* Prevent PHP (7) Error

Solve error with strict standards: Only variables should be passed by reference

* Remove dimensions if any

* Comply with Zend_View_Helper_FormReset

Twitter_Bootstrap3_View_Helper_FormReset must be setup in the same way Zend_View_Helper_FormReset is setup, otherwise this will cause exception.

* Add support for "class" attrib

If adding elements to a form, class is lost. This is especially true for selects and such elements, which do not have a special view helper.
Added manual assignment of class if class is given.

Prevent PHP (7) Error

08 Aug 03:09
Compare
Choose a tag to compare
Prevent PHP (7) Error (#1)

* Prevent PHP (7) Error

Solve error with strict standards: Only variables should be passed by reference

* Remove dimensions if any