PHPackages                             technote/gutenberg-package-versions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. technote/gutenberg-package-versions

AbandonedArchivedLibrary[API Development](/categories/api)

technote/gutenberg-package-versions
===================================

gutenberg package versions

v0.3.139(3y ago)238.4k[7 PRs](https://github.com/technote-space/gutenberg-package-versions/pulls)1GPL-2.0+ShellPHP &gt;=5.6

Since Jul 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/technote-space/gutenberg-package-versions)[ Packagist](https://packagist.org/packages/technote/gutenberg-package-versions)[ Docs](https://github.com/technote-space/gutenberg-package-versions)[ Fund](https://paypal.me/technote0space)[ RSS](/packages/technote-gutenberg-package-versions/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (7)Versions (268)Used By (1)

Gutenberg Package Versions
==========================

[](#gutenberg-package-versions)

[![CI Status](https://github.com/technote-space/gutenberg-package-versions/workflows/CI/badge.svg)](https://github.com/technote-space/gutenberg-package-versions/actions)[![codecov](https://camo.githubusercontent.com/2e0c2029bd6cfae5bb69036104d587572170f63a33612b0b711b785f99c37397/68747470733a2f2f636f6465636f762e696f2f67682f746563686e6f74652d73706163652f677574656e626572672d7061636b6167652d76657273696f6e732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/technote-space/gutenberg-package-versions)[![CodeFactor](https://camo.githubusercontent.com/c7678de97aa0d6ad7d8a0d65cda8daa2cb7494353dbf55c7fa03e989e6c4dfb1/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f746563686e6f74652d73706163652f677574656e626572672d7061636b6167652d76657273696f6e732f6261646765)](https://www.codefactor.io/repository/github/technote-space/gutenberg-package-versions)[![License: GPL v2+](https://camo.githubusercontent.com/ec6306119631a4bc812f4abc1b429674bd65410ae0ef38af01f43483fccc51ce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076322532422d626c75652e737667)](http://www.gnu.org/licenses/gpl-2.0.html)[![PHP: >=5.6](https://camo.githubusercontent.com/24e105d26965e27afba3dec59eea2ba78bee68047b1762c7be0ba98945ef774e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344352e362d6f72616e67652e737667)](http://php.net/)[![WordPress: >=5.0](https://camo.githubusercontent.com/cf88f3420efe1a804a38e868007612e680ba5e08871d462243afa40c949d7676/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d253345253344352e302d627269676874677265656e2e737667)](https://wordpress.org/)

This repository fetches the versions of Gutenberg automatically every day.
The version data is provided by `API` and `composer`.
You can also use these data by [Wrapper](https://github.com/technote-space/gutenberg-packages).

Table of Contents
-----------------

[](#table-of-contents)

Details- [Last updated](#last-updated)
- [Data](#data)
    - [Versions of all tags](#versions-of-all-tags)
    - [Versions of each bag](#versions-of-each-bag)
- [Usage](#usage)
    - [API](#api)
    - [composer](#composer)
- [Author](#author)

Last updated
------------

[](#last-updated)

Gutenberg tagWordPress tagLast updated at[v13.5.0-rc.1](https://api.wp-framework.dev/api/v1/gutenberg/tags/13.5.0-rc.1.json)[v6.0.0](https://api.wp-framework.dev/api/v1/wp-core/tags/6.0.0.json)[15 June 2022 20:38:14 UTC](https://github.com/technote-space/gutenberg-package-versions/actions/runs/2504986383)

Data
----

[](#data)

### Versions of all tags

[](#versions-of-all-tags)

- `data/gutenberg-versions.json` (for Gutenberg Plugin)
- `data/wp-versions.json` (for WP Core)

#### Detail

[](#detail)

- array of (`tag` =&gt; `packages`)
    - `packages`
        - array of (`wp-` =&gt; `version`)

#### Example

[](#example)

```
{
  "v3.3.0": {
    "wp-a11y": "1.1.1",
    "wp-api-fetch": "1.0.1",
    "wp-autop": "1.1.1",

    ...

    "wp-url": "1.2.1",
    "wp-viewport": "1.0.1",
    "wp-wordcount": "1.1.1"
  },

  ...

  "v5.9.1": {
    "wp-a11y": "2.3.0",
    "wp-annotations": "1.3.0",
    "wp-api-fetch": "3.2.0",

    ...

    "wp-url": "2.6.0",
    "wp-viewport": "2.4.0",
    "wp-wordcount": "2.3.0"
  },
  "v5.9.2": {
    "wp-a11y": "2.3.0",
    "wp-annotations": "1.3.0",
    "wp-api-fetch": "3.2.0",

    ...

    "wp-url": "2.6.0",
    "wp-viewport": "2.4.0",
    "wp-wordcount": "2.3.0"
  }

  ...

}

```

### Versions of each bag

[](#versions-of-each-bag)

- `data/gutenberg/.json` (for Gutenberg Plugin)
- `data/wordpress/.json` (for WP Core)

#### Contents

[](#contents)

- `packages`
    - `wp-` =&gt; `version`

#### Example

[](#example-1)

```
{
  "wp-a11y": "2.0.0",
  "wp-api-fetch": "2.0.0",
  "wp-autop": "2.0.0",
  "wp-blob": "2.0.0",
  "wp-block-library": "2.0.0",
  "wp-block-serialization-default-parser": "1.0.0-rc.0",
  "wp-block-serialization-spec-parser": "1.0.1",
  "wp-blocks": "3.0.0",
  "wp-components": "3.0.0",
  "wp-compose": "2.0.0",
  "wp-core-data": "2.0.0",
  "wp-data": "2.0.0",
  "wp-date": "2.0.0",
  "wp-deprecated": "2.0.0",
  "wp-dom-ready": "2.0.0",
  "wp-dom": "2.0.0",
  "wp-editor": "3.0.0",
  "wp-element": "2.0.0",
  "wp-hooks": "2.0.0",
  "wp-html-entities": "2.0.0",
  "wp-i18n": "2.0.0",
  "wp-is-shallow-equal": "1.1.4",
  "wp-keycodes": "2.0.0",
  "wp-nux": "2.0.0",
  "wp-plugins": "2.0.0",
  "wp-redux-routine": "2.0.0",
  "wp-shortcode": "2.0.0",
  "wp-token-list": "1.0.0",
  "wp-url": "2.0.0",
  "wp-viewport": "2.0.0",
  "wp-wordcount": "2.0.0"
}
```

Usage
-----

[](#usage)

### API

[](#api)

#### Endpoints

[](#endpoints)

- for Gutenberg
    - Tags
        -
    - Versions
        -
    - Each tag
        - [https://api.wp-framework.dev/api/v1/gutenberg/tags/${tag}.json](https://api.wp-framework.dev/api/v1/gutenberg/tags/$%7Btag%7D.json)
            - e.g.
                -
                -
                -
- for WP Core
    - Tags
        -
    - Versions
        -
    - Each tag
        - [https://api.wp-framework.dev/api/v1/wp-core/tags/${tag}.json](https://api.wp-framework.dev/api/v1/wp-core/tags/$%7Btag%7D.json)
            - e.g.
                -
                -
                -

### composer

[](#composer)

```
composer require technote/gutenberg-package-versions
```

#### Helper

[](#helper)

```
