Skip to content

Commit

Permalink
add release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Oct 14, 2019
1 parent 0f2554b commit cce5917
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/release.data.php
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,26 @@
<?php <?php


$porg_releases = array( $porg_releases = array(
'2.10.1' => array(
'released_on' => '2019-10-14',
'md5sum' => 'f4d494462ba44813edc40157adc438b7',
'summary' => array('bug fixes'),
'features' => array(),
'bugs' => array(
array('id' => 1099, 'section' => 'Photos'),
array('id' => 1098, 'section' => 'Technical'),
array('id' => 1097, 'section' => 'Technical'),
array('id' => 1092, 'section' => 'Technical'),
array('id' => 1090, 'section' => 'Display'),
array('id' => 1089, 'section' => 'Technical'),
),
'known_issues' => array(),
'languages' => array(
'new' => array(),
'updated' => array('br_FR','ca_ES','da_DK','it_IT'),
),
),

'2.10.0' => array( '2.10.0' => array(
'released_on' => '2019-10-08', 'released_on' => '2019-10-08',
'md5sum' => '6006e9133780c91a716c03b244c8d8ea', 'md5sum' => '6006e9133780c91a716c03b244c8d8ea',
Expand Down
8 changes: 8 additions & 0 deletions language/en_UK/release-2.10.1.lang.php
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
$lang['porg_issue_1099'] = '[batch manager] TypeError: associated_categories is null';
$lang['porg_issue_1098'] = '[batch manager] checksum computation, reduce block size';
$lang['porg_issue_1097'] = '[batch manager] checksum computation blocksize should stay the same';
$lang['porg_issue_1092'] = 'Error: Syntax error, unrecognized expression: input[name=pwg_token';
$lang['porg_issue_1090'] = 'missing checksums warning on dashboard might scare users ';
$lang['porg_issue_1089'] = 'Jshrink uses deprecated function, breaks javascript';
?>

0 comments on commit cce5917

Please sign in to comment.