Skip to content

Commit 2fe0f37

Browse files
committed
[TASK] 🔖 Set version 1.4.0
This release adds several practical features aimed at development and CI: - List configured and in-use PHP versions (`php-version-pickup list`) - Fetch official PHP releases from php.net and compare them to your local linked versions (`php-version-pickup releases`) - Verify a project’s required PHP version for local checks or CI pipelines (`php-version-pickup check`) - Auto-detect installed PHP binaries and create the expected symlink layout interactively (`php-version-pickup link`) → No more manual symlink maintenance \o/
1 parent d8f55e0 commit 2fe0f37

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
2022-03-21 Dan Untenzu <untenzu@webit.de>
3+
2025-11-10 Dan Kleine <mail@pixelbrackets.de>
4+
5+
* 1.4.0
6+
* FEATURE Add command to verify project version
7+
* FEATURE Add command to link versions
8+
* FEATURE Add command to list PHP releases
9+
* FEATURE Add command to available and linked versions
10+
11+
2022-03-21 Dan Untenzu <untenzu@webit.de>
412

513
* 1.3.0
614
* FEATURE Add command to set version number in file

bin/php-version-pickup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function php-version-pickup {
4141
# Commands
4242

4343
function php-version-pickup::command_version {
44-
version="1.3.0"
44+
version="1.4.0"
4545
echo -e "php-version-pickup (PHP Version Pickup) \033[32m$version\033[0m"
4646
}
4747

0 commit comments

Comments
 (0)