Skip to content

Commit 89ded59

Browse files
committed
Removes alpha messaging
1 parent 5172e62 commit 89ded59

6 files changed

Lines changed: 0 additions & 17 deletions

File tree

plugins/collection-view/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
[![CakePHP](https://img.shields.io/badge/cakephp-^4.0-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
99
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?logo=php)](https://php.net/)
1010

11-
!!! warning ""
12-
This is an alpha stage plugin.
13-
1411
A simple Collection View for displaying configurable pagination meta data in JSON or XML collection responses. Read
1512
more at [MixerAPI.com](https://mixerapi.com).
1613

plugins/exception-render/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
[![CakePHP](https://img.shields.io/badge/cakephp-^4.0-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
99
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?logo=php)](https://php.net/)
1010

11-
!!! warning ""
12-
This is an alpha stage plugin.
13-
1411
This plugin handles rendering entity validation errors and other exceptions for your API.
1512

1613
- Adds validation errors to the response for failed save operations (post, put, and patch)

plugins/hal-view/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[![CakePHP](https://img.shields.io/badge/cakephp-^4.0-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
88
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?logo=php)](https://php.net/)
99

10-
!!! warning ""
11-
This is an alpha stage plugin.
12-
1310
A Hypertext Application Language ([HAL+JSON](http://stateless.co/hal_specification.html)) View for CakePHP. This plugin
1411
supports links, pagination, and embedded resources. Once setup any request with `application/hal+json` will be
1512
rendered by this plugin.

plugins/json-ld-view/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
[![CakePHP](https://img.shields.io/badge/cakephp-^4.0-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
99
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?logo=php)](https://php.net/)
1010

11-
!!! warning ""
12-
This is an alpha stage plugin.
13-
1411
A [JSON-LD](https://json-ld.org/) View for CakePHP. Read more at [MixerAPI.com](https://mixerapi.com).
1512

1613
## Installation

plugins/mixerapi/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
</a>
3131
</p>
3232

33-
*Note: This is an alpha stage plugin*
34-
3533
MixerAPI is a plugin of plugins, that is to say, it combines many CakePHP libraries into a coherent package to
3634
streamline API development for CakePHP applications. It eases following a [REST](https://restfulapi.net)
3735
architecture style and [HATEOS](https://restfulapi.net/hateoas/). In other words, it makes developing APIs a piece

plugins/rest/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
[![CakePHP](https://img.shields.io/badge/cakephp-^4.0-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
99
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?logo=php)](https://php.net/)
1010

11-
!!! warning ""
12-
This is an alpha stage plugin.
13-
1411
This plugin gets your API project up and going quickly by creating routes for you. It can either:
1512

1613
- Build your `routes.php` file from a single command, or

0 commit comments

Comments
 (0)