Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BC BREAK][CMS BLOCKS] move zaa() helper methods to helper class. #1068

Closed
nadar opened this issue Nov 1, 2016 · 0 comments
Closed

[BC BREAK][CMS BLOCKS] move zaa() helper methods to helper class. #1068

nadar opened this issue Nov 1, 2016 · 0 comments
Assignees
Milestone

Comments

@nadar
Copy link
Contributor

nadar commented Nov 1, 2016

Move zaa helper methods from luya\cms\base\InternalBaseBlock to luya\cms\helpers\BlockHelper. Mark old methods as depracted and trigger E_USER_DEPRECATED error.

old new
zaaSelectArrayOption luya\cms\helpers\BlockHelper::selectArrayOption
zaaCheckboxArrayOption luya\cms\helpers\BlockHelper::checkboxArrayOption
zaaImageUpload luya\cms\helpers\BlockHelper::imageUpload
zaaFileUpload luya\cms\helpers\BlockHelper::fileUpload
zaaFileArrayUpload luya\cms\helpers\BlockHelper::fileArrayUpload
zaaImageArrayUpload luya\cms\helpers\BlockHelper::imageArrayUpload
@nadar nadar added this to the 1.0.0 milestone Nov 1, 2016
@nadar nadar self-assigned this Nov 1, 2016
@nadar nadar changed the title [CMS BLOCKS] move zaa() helper methods to helper class. [BC BREAK][CMS BLOCKS] move zaa() helper methods to helper class. Nov 1, 2016
nadar added a commit that referenced this issue Nov 1, 2016
\luya\cms\helpers\BlockHelper and marked methods as deprecated. #1068
@nadar nadar modified the milestones: 1.0.0-rc2, 1.0.0 Nov 1, 2016
@nadar nadar closed this as completed Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant