From 1572e126f8c8e083af6db1ebe43fcd9c7954537c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 23 Mar 2024 11:43:40 +0100 Subject: [PATCH] Prepare 1.6.9 release --- package.php | 7 +++++-- package.xml | 14 +++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package.php b/package.php index 8fe8dc1..a39099b 100644 --- a/package.php +++ b/package.php @@ -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" . @@ -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', diff --git a/package.xml b/package.xml index cbb1105..42c819e 100644 --- a/package.xml +++ b/package.xml @@ -29,10 +29,10 @@ This package requires PHP version 5.4.8 or greater. alec@alec.pl yes - 2023-11-23 - + 2024-03-23 + - 1.6.8 + 1.6.9 1.6.8 @@ -41,7 +41,7 @@ This package requires PHP version 5.4.8 or greater. LGPL -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]. @@ -165,17 +165,17 @@ Fix bug in parsing USERID_HINT status causing missing real user name in BadPassp - 1.6.8 + 1.6.9 1.6.8 stable stable - 2023-11-23 + 2024-03-23 LGPL -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].