Skip to content

Commit

Permalink
Fix test cases + v3.7.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoTH committed Jun 24, 2017
1 parent 4c37659 commit e8d8a73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Requirements:
- A fully configured web server running PHP

Installation:
- Download the latest package of Antragsgrün: [antragsgruen-3.6.10.tar.bz2](https://www.hoessl.eu/antragsgruen/antragsgruen-3.6.10.tar.bz2)
- Download the latest package of Antragsgrün: [antragsgruen-3.7.0-b1.tar.bz2](https://www.hoessl.eu/antragsgruen/antragsgruen-3.7.0-b1.tar.bz2)
- Extract the contents into your web folder
- Access the "antragsgruen/"-folder of your web server, e.g. if you extracted the package into the web root of your host named www.example.org/, then access www.example.org/antragsgruen/
- Use the web-based installer to configure the database and further settings
Expand Down
2 changes: 1 addition & 1 deletion config/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @var AntragsgruenApp $params
*/

define('ANTRAGSGRUEN_VERSION', '3.7.0-a2');
define('ANTRAGSGRUEN_VERSION', '3.7.0-b1');
define('ANTRAGSGRUEN_HISTORY_URL', 'https://github.com/CatoTH/antragsgruen/blob/v3/History.md');

// For PHPExcel
Expand Down
2 changes: 1 addition & 1 deletion models/sectionTypes/TextSimple.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getTextAmendmentFormFieldSingleParagraph($fixedWidth)
$str .= $amParas[$paraNo];
$str .= '</div>';

$str .= '<div class="modifieActions"><a href="#" class="revert">';
$str .= '<div class="modifiedActions"><a href="#" class="revert">';
$str .= \Yii::t('amend', 'revert_changes');
$str .= '</a></div>';

Expand Down

0 comments on commit e8d8a73

Please sign in to comment.