Skip to content

Commit

Permalink
chore: bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigaru committed Oct 17, 2023
1 parent 5105758 commit 3b3a4ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inseri-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Scientific and Interactive Gutenberg Blocks to facilitate Open Science
* Requires at least: 5.6
* Requires PHP: 5.6
* Version: 0.3.1-beta
* Version: 0.3.1
* Author: inseri.swiss
* Author URI: https://inseri.swiss
* License: GPL-3.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inseri-core",
"version": "0.3.1-beta",
"version": "0.3.1",
"author": "inseri swiss",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Gutenberg blocks, WordPress blocks, gutenberg, blocks, inseri
Requires at least: 5.6
Tested up to: 6.3.1
Requires PHP: 5.6
Stable tag: 0.3.0
Stable tag: 0.3.1
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -20,6 +20,7 @@ As a result, inseri core introduces scientific and interactive Gutenberg blocks
- **[Download Block](https://docs.inseri.swiss/blocks/download/)**: It gives guests the possibility to download data from another block.
- **[Dropdown Block](https://docs.inseri.swiss/blocks/dropdown/)**: It provides guests options to choose from and the selected option can be reused in other blocks.
- **[HTML Code Block](https://docs.inseri.swiss/blocks/html/)**: It renders HTML code using the other block's data.
- **IIIF Viewer Block**: It showcases images with pan/zoom functionality, along with videos and audios consumed by an IIIF API.
- **[Image Box Block](https://docs.inseri.swiss/blocks/image/)**: It displays an image utilizing the data of another block.
- **[Local File Import Block](https://docs.inseri.swiss/blocks/localFileImport/)**: It allows guests to provide their own data for blocks.
- **[Media Collection Block](https://docs.inseri.swiss/blocks/mediaCollection/)**: A collection of media files is made available as data for other blocks.
Expand Down Expand Up @@ -49,6 +50,9 @@ Bug reports are welcome on [GitHub issues](https://github.com/inseri-swiss/inser
6. Render HTML code

== Changelog ==
### [0.3.1](https://github.com/inseri-swiss/inseri-core-wp/releases/tag/v0.3.1)
- New: IIIF Viewer block

### [0.3.0](https://github.com/inseri-swiss/inseri-core-wp/releases/tag/v0.3.0)
- BREAKING CHANGE: change underlying block connection protocol
- New: enable to copy/duplicate the blocks together while preserving the connection
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/iiifViewer/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "inseri-core/iiif-viewer",
"title": "IIIF Viewer",
"category": "inseri",
"description": "Display IIIF content using the other block's data.",
"description": "Showcase images with pan/zoom functionality, along with videos and audios consumed by an IIIF API.",
"attributes": {
"blockId": {
"type": "string",
Expand Down

0 comments on commit 3b3a4ff

Please sign in to comment.