Skip to content

Commit 170e3b6

Browse files
committed
updated
1 parent ee7d65c commit 170e3b6

File tree

8 files changed

+7
-6
lines changed

8 files changed

+7
-6
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ private function postProcessModuleDocFile($documentationFile, $name, $source)
165165
}
166166
$buttonHtml = "\n\n" . '<div class="btn-group" role="group" style="float: right" aria-label="...">';
167167
$releasesUrl = "https://github.com/Codeception/module-$name/releases";
168-
$buttonHtml .= '<a class="btn btn-default" style="background: #ff8b07;" href="http://github.com/%3C/span%3E'.$releasesUrl.'">Changelog</a>';
168+
$buttonHtml .= '<a class="btn btn-default" href="http://github.com/%3C/span%3E'.$releasesUrl.'">Changelog</a>';
169169
foreach ($buttons as $link => $url) {
170170
if ($link == 'source') {
171171
$link = "<strong>$link</strong>";

builds.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ title: Codeception Builds
77
## 4.0
88
*Requires: PHP 5.6 and higher + CURL*
99

10-
* **[Download Latest 4.0 Release](http://codeception.com/releases/4.0.20191219/codecept.phar)**
10+
* **[Download Latest 4.0 Release](http://codeception.com/releases/4.0.20191220/codecept.phar)**
11+
* [4.0.20191220 for PHP 7.2+](http://codeception.com/releases/4.0.20191220/codecept.phar), [for PHP 5.6 - 7.1](http://codeception.com/releases/4.0.20191220/php56/codecept.phar)
1112
* [4.0.20191219 for PHP 7.2+](http://codeception.com/releases/4.0.20191219/codecept.phar), [for PHP 5.6 - 7.1](http://codeception.com/releases/4.0.20191219/php56/codecept.phar)
1213

1314
## 3.1

codecept.phar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
releases/4.0.20191219/codecept.phar
1+
releases/4.0.20191220/codecept.phar

codecept.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
822b1a5d50a5619a2b5fd79e48f227dc43470828
1+
f6479369e3dfedf931610ec83f2b10553871aad1

php56/codecept.phar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../releases/4.0.20191219/php56/codecept.phar
1+
../releases/4.0.20191220/php56/codecept.phar

php56/codecept.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a906f131b07531af30e351992ac318641d143270
1+
13be081565cdbce14a7e4ac12cf9e393d63a29e9

releases/4.0.20191220/codecept.phar

6.16 MB
Binary file not shown.
6.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)