From 5520d5aae249154c787c8be90c932de596912be6 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 26 May 2016 15:10:35 -0500 Subject: [PATCH 1/2] Marked as abandoned. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 06dcff7f..0e42b0ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ PhlyRestfully: ZF2 Module for JSON REST Services ================================================ +> ## ABANDONED +> +> As of the 2.3.0 release, I have marked this module as abandoned. +> +> The module very quickly proved that the approach was worthwhile and useful, +> and became the seed for [Apigility](https://apigility.org/). That project has +> far surpassed its origins in this module, and added a ton of functionality +> this module never managed to create, such as content negotiation, file upload +> handling, entity and collection hydration, and more. +> +> As such, I recommend using Apigility in favor of PhlyRestfully for new +> projects, and that existing projects migrate to Apigility when possible. + This module provides structure and code for quickly implementing RESTful APIs that use JSON as a transport. From 6e1c54b2bed2b9af45a0fd99f5db02b6c65e6920 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 26 May 2016 15:11:17 -0500 Subject: [PATCH 2/2] Set date for 2.3.0, and marked as abandoned in CHANGELOG. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e65f86..e286c816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.3.0 - TBD +## 2.3.0 - 2016-05-26 + +Final release. Please use [Apigility](https://apigility.org) instead. ### Added