[PR #41] [MERGED] Users/franklupog/update-pve-api-v9.1 #41

Closed
opened 2026-02-26 17:32:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-api-php/pull/41
Author: @franklupo
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @franklupo

Base: masterHead: users/franklupog/update-pve-api-v9.1


📝 Commits (3)

  • 9f1b20a Fix PHP 8.5+ curl_close deprecation
  • b99e138 Standardize documentation file naming to lowercase
  • 5ce93fc Bump version to 9.1.0 and add array parameters documentation

📊 Changes

11 files changed (+1771 additions, -187 deletions)

View changed files

📝 README.md (+7 -7)
📝 composer.json (+1 -1)
📝 docs/api.md (+6 -6)
📝 docs/authentication.md (+0 -0)
docs/common-issues.md (+499 -0)
📝 docs/configuration-guide.md (+0 -0)
📝 docs/error-handling.md (+1 -1)
📝 docs/task-management.md (+1 -1)
📝 docs/usage-examples.md (+1 -1)
📝 src/PveClient.php (+1252 -169)
📝 src/PveClientBase.php (+3 -1)

📄 Description

  • Update version to 9.1.0 for Proxmox VE API 9.1 compatibility
  • Add comprehensive common-issues.md guide with array parameter examples
  • Include detailed VM/CT creation examples with disks and network configuration
  • Document both direct API call and fluent API approaches

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Corsinvest/cv4pve-api-php/pull/41 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `master` ← **Head:** `users/franklupog/update-pve-api-v9.1` --- ### 📝 Commits (3) - [`9f1b20a`](https://github.com/Corsinvest/cv4pve-api-php/commit/9f1b20ac7b8a1af5191a2b44b965662af333094d) Fix PHP 8.5+ curl_close deprecation - [`b99e138`](https://github.com/Corsinvest/cv4pve-api-php/commit/b99e13857edb13ac80c4d32837251c4cdfccd180) Standardize documentation file naming to lowercase - [`5ce93fc`](https://github.com/Corsinvest/cv4pve-api-php/commit/5ce93fc633dce220472ad247c99189ab7b18bb6e) Bump version to 9.1.0 and add array parameters documentation ### 📊 Changes **11 files changed** (+1771 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -7) 📝 `composer.json` (+1 -1) 📝 `docs/api.md` (+6 -6) 📝 `docs/authentication.md` (+0 -0) ➕ `docs/common-issues.md` (+499 -0) 📝 `docs/configuration-guide.md` (+0 -0) 📝 `docs/error-handling.md` (+1 -1) 📝 `docs/task-management.md` (+1 -1) 📝 `docs/usage-examples.md` (+1 -1) 📝 `src/PveClient.php` (+1252 -169) 📝 `src/PveClientBase.php` (+3 -1) </details> ### 📄 Description - Update version to 9.1.0 for Proxmox VE API 9.1 compatibility - Add comprehensive common-issues.md guide with array parameter examples - Include detailed VM/CT creation examples with disks and network configuration - Document both direct API call and fluent API approaches --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:32:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-api-php#41
No description provided.