Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigaru committed Oct 10, 2023
1 parent cff9dd6 commit d620208
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 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.2.1
* Version: 0.3.0
* 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.2.1",
"version": "0.3.0",
"author": "inseri swiss",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down
18 changes: 11 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: inseriswiss
Tags: Gutenberg blocks, WordPress blocks, gutenberg, blocks, inseri
Requires at least: 5.6
Tested up to: 6.2
Tested up to: 6.3.1
Requires PHP: 5.6
Stable tag: 0.2.1
Stable tag: 0.3.0
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -49,13 +49,17 @@ Bug reports are welcome on [GitHub issues](https://github.com/inseri-swiss/inser
6. Render HTML code

== Changelog ==
### 0.2.1
- minor changes
### [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
- Update: pyodide 0.24.1
- Update: diverse dependencies

### 0.2.0
### [0.2.1](https://github.com/inseri-swiss/inseri-core-wp/releases/tag/v0.2.1)
- minor changes

#### Breaking changes:
- renaming block from 'Media Library' to 'Media Collection'
### [0.2.0](https://github.com/inseri-swiss/inseri-core-wp/releases/tag/v0.2.0)
- BREAKING CHANGE: renaming block from 'Media Library' to 'Media Collection'

### 0.1.0 MVP
added 12 new blocks:
Expand Down

0 comments on commit d620208

Please sign in to comment.