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

feat(template): set a checkbox #2414

Closed
wants to merge 4 commits into from
Closed

Conversation

nxtpge
Copy link
Contributor

@nxtpge nxtpge commented Jun 18, 2023

Description

This feature allows to check or uncheck a checkbox in a template.

Usage example:

$templateProcessor->setCheckbox('checkbox', true);

Fixes #696, fixes #1187, fixes #1791 and fixes #1929.

Checklist:

  • I have run composer run-script check --timeout=0 and no errors were reported
  • The new code is covered by unit tests (check build/coverage for coverage report)
  • I have updated the documentation to describe the changes

@nxtpge
Copy link
Contributor Author

nxtpge commented Jun 18, 2023

Hello @PowerKiKi, for your information the Scrutinizer does not seem to work due to a problem with PECL:

Updating pecl settings...
config-set (auto_discover, 1, user) failed, channel pecl.php.net
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Could not download from "https://pecl.php.net/get/zip-1.21.1.tgz", cannot download "pecl/zip" (Connection to `ssl:https://pecl.php.net:443' failed: )
Error: cannot download "pecl/zip"
Download failed
install failed

Older pull requests did not have this problem.

@Progi1984 Progi1984 force-pushed the master branch 3 times, most recently from 2d9f999 to e458249 Compare August 30, 2023 11:56
@Progi1984 Progi1984 mentioned this pull request Nov 27, 2023
3 tasks
@Progi1984
Copy link
Member

Superseeded by #2509. It will be included in the next version.

@Progi1984 Progi1984 closed this Nov 27, 2023
@Progi1984 Progi1984 added this to the 1.2.0 milestone Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants