Skip to content

Commit

Permalink
Merge pull request #14 from 10up/release/0.1.0
Browse files Browse the repository at this point in the history
Release/0.1.0
  • Loading branch information
jeffpaul authored Jun 25, 2024
2 parents 164b4ee + a5d4508 commit 2d9b7e1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [0.1.0] - 2024-06-25
* Initial private plugin release.

[Unreleased]: https://github.com/10up/figma-block/compare/trunk...develop
[0.1.0]: https://github.com/10up/figma-block/tree/v0.1.0
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following individuals are responsible for curating the list of issues, respo

Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.

[Darin Kotter (@dkotter)](https://github.com/dkotter).
[Darin Kotter (@dkotter)](https://github.com/dkotter), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis), [Ankit Gupta (@ankitguptaindia)](https://github.com/ankitguptaindia), [Fabian Kägy (@fabiankaegy)](https://github.com/fabiankaegy), [Zubair Bhatti](https://www.linkedin.com/in/zbhatti89/).

## Libraries

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Figma Block

> Easily display Figma files using an Embed block.
> Adds a Figma embed block to the WordPress Block Editor.
[![Support Level](https://img.shields.io/badge/support-beta-blueviolet.svg)](#support-level) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v6.5%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/block-catalog.svg)](https://github.com/10up/block-catalog/blob/develop/LICENSE.md)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "10up/figma-block",
"description": "Add a block to render a Figma file.",
"description": "Adds a Figma embed block to the WordPress Block Editor.",
"type": "wordpress-plugin",
"license": "GPLv2",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "figma-block",
"version": "0.1.0",
"description": "Adds a Figma embed block to the WordPress Block Editor.",
"scripts": {
"start": "10up-toolkit start",
"watch": "10up-toolkit watch --port=3000 --hot",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Stable tag: 0.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Easily display Figma files using an Embed block.
Display Figma files using an Embed block.

== Description ==

Expand All @@ -29,3 +29,6 @@ Once the plugin is installed and activated, you should see a new Figma Embed blo
Assuming it's a valid URL, the block will automatically fetch the Figma file and display it in the editor. Once saved, this will also display on the front-end.

== Changelog ==

= 0.1.0 - 2024-06-25 =
* Initial private plugin release.

0 comments on commit 2d9b7e1

Please sign in to comment.