PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.6
Booking for Appointments and Events Calendar – Amelia v2.4.6
2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / wordpress / php-mcp-schema / CHANGELOG.md
ameliabooking / vendor / wordpress / php-mcp-schema Last commit date
src 2 months ago CHANGELOG.md 2 months ago LICENSE.md 2 months ago README.md 2 months ago composer.json 2 months ago
CHANGELOG.md
30 lines
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [](https://keepachangelog.com/en/1.1.0/Keep a Changelog](https://keepachangelog.com/en/1.1.0/](https://keepachangelog.com/en/1.1.0/),
6 and this project adheres to [](https://semver.org/spec/v2.0.0.htmlSemantic Versioning](https://semver.org/spec/v2.0.0.html](https://semver.org/spec/v2.0.0.html).
7
8 ## [Unreleased]
9
10 ## [0.1.1] - 2026-04-10
11
12 ### Fixed
13
14 - Exclude `skill/` directory from Composer dist archives. It contains dev-only helper scripts and reference docs that have no runtime purpose for package consumers and should not ship in the `vendor/` folder.
15 - Exclude `CLAUDE.md` from Composer dist archives. It contains dev-only project instructions with no runtime purpose for package consumers.
16
17 ## [0.1.0] - 2026-03-02
18
19 ### Added
20
21 - PHP 7.4+ Data Transfer Objects (DTOs) for the Model Context Protocol (MCP) 2025-11-25 specification
22 - `fromArray()` static factory methods for deserializing arrays into typed DTOs
23 - `toArray()` methods for serializing DTOs to arrays suitable for `json_encode()`
24 - Factory classes for union/polymorphic type resolution
25 - Class-based enums for MCP enumerated values (PHP 7.4 compatible)
26 - Complete MCP domain coverage: Server (Tools, Resources, Prompts, Logging), Client (Sampling, Elicitation, Roots), Common (JSON-RPC, Protocol, Content)
27 - JSON-RPC 2.0 message types (Request, Notification, Result, Error)
28 - PSR-4 autoloading under `WP\McpSchema\` namespace
29 - PHPStan level max static analysis validation
30