Skip to content

Commit

Permalink
Merge pull request #4 from deanblackborough/v1.05.0
Browse files Browse the repository at this point in the history
V1.05.0
  • Loading branch information
deanblackborough committed Oct 11, 2017
2 parents a4d3d92 + 9ef74a7 commit a5b92f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

Full changelog for ZF3 view helpers code completion library.

## v1.05.0 - View helper refactoring - 2017-10-11

* Updated bootstrap4ProgressBarMultiple(), zf3-view-helpers library has undergone refactoring.

## v1.04.1 - Changelog correction - 2017-08-23

* Release date incorrect in changelog
Expand Down
11 changes: 6 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/CustomAndZend.php
Expand Up @@ -99,10 +99,11 @@ public function bootstrap4ProgressBar(int $value): Zf3ViewHelpers\Bootstrap4Prog
* Create a multiple bar Bootstrap 4 progress bar
*
* @param array $values Progress bar values, array of integers
* @param array $colors Bg utility classes to use for progress bar section
*
* @return Zf3ViewHelpers\Bootstrap4ProgressBarMultiple
*/
public function bootstrap4ProgressBarMultiple(array $values): Zf3ViewHelpers\Bootstrap4ProgressBarMultiple {}
public function bootstrap4ProgressBarMultiple(array $values, array $colors): Zf3ViewHelpers\Bootstrap4ProgressBarMultiple {}

/**
* @param string $asset
Expand Down

0 comments on commit a5b92f5

Please sign in to comment.