Skip to content

Commit

Permalink
Prepare 1.6.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 23, 2024
1 parent 005fefb commit 1572e12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
7 changes: 5 additions & 2 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
$apiVersion = '1.6.8';
$apiState = 'stable';

$releaseVersion = '1.6.8';
$releaseVersion = '1.6.9';
$releaseState = 'stable';
$releaseNotes = "Fix bug in parsing USERID_HINT status causing missing real user name in BadPassphrases array [alec].";
$releaseNotes = "Fix numerous PHPDoc and code issues found by static code analyzer [alec].";

$description = "This package provides an object oriented interface to GNU Privacy " .
"Guard (GnuPG). It requires the GnuPG executable to be on the system.\n\n" .
Expand Down Expand Up @@ -68,8 +68,11 @@
'ignore' => array(
'tests/config.php',
'tests/debug.log',
'tests/.phpunit.result.cache',
'tools/',
'package.php',
'phpstan',
'phpstan.neon',
'composer.json',
'composer.lock',
'*.tgz',
Expand Down
14 changes: 7 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ This package requires PHP version 5.4.8 or greater.</description>
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
<date>2023-11-23</date>
<time>10:12:15</time>
<date>2024-03-23</date>
<time>11:43:03</time>
<version>
<release>1.6.8</release>
<release>1.6.9</release>
<api>1.6.8</api>
</version>
<stability>
Expand All @@ -41,7 +41,7 @@ This package requires PHP version 5.4.8 or greater.</description>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
Fix bug in parsing USERID_HINT status causing missing real user name in BadPassphrases array [alec].
Fix numerous PHPDoc and code issues found by static code analyzer [alec].
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -165,17 +165,17 @@ Fix bug in parsing USERID_HINT status causing missing real user name in BadPassp
<changelog>
<release>
<version>
<release>1.6.8</release>
<release>1.6.9</release>
<api>1.6.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2023-11-23</date>
<date>2024-03-23</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
Fix bug in parsing USERID_HINT status causing missing real user name in BadPassphrases array [alec].
Fix numerous PHPDoc and code issues found by static code analyzer [alec].
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 1572e12

Please sign in to comment.