From f6767c8c87a6bf68cd720e402cf583fa4b2ab791 Mon Sep 17 00:00:00 2001 From: Arooran Thanabalasingam <13069024+bigaru@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:21:40 +0100 Subject: [PATCH 1/2] chore: bump version to 1.0.0 --- inseri-core.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inseri-core.php b/inseri-core.php index 3424e3e3..62ec8820 100644 --- a/inseri-core.php +++ b/inseri-core.php @@ -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.4.4-beta + * Version: 1.0.0 * Author: inseri.swiss * Author URI: https://inseri.swiss * License: GPL-3.0-or-later diff --git a/package-lock.json b/package-lock.json index 6b201f2e..0986dc69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inseri-core", - "version": "0.4.4-beta", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inseri-core", - "version": "0.4.4-beta", + "version": "1.0.0", "license": "GPL-3.0-or-later", "dependencies": { "@emotion/react": "^11.14.0", diff --git a/package.json b/package.json index f8c97234..8643498a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inseri-core", - "version": "0.4.4-beta", + "version": "1.0.0", "author": "inseri swiss", "license": "GPL-3.0-or-later", "repository": { diff --git a/readme.txt b/readme.txt index 7d52e7d0..fe2e502f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: gutenberg, interactive, JavaScript, Plotly, Python Requires at least: 5.6 Tested up to: 6.6.2 Requires PHP: 5.6 -Stable tag: 0.4.3 +Stable tag: 1.0.0 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html From 7566d18ed4debe4e46a4768b4f95f115a5936663 Mon Sep 17 00:00:00 2001 From: Arooran Thanabalasingam <13069024+bigaru@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:48:23 +0100 Subject: [PATCH 2/2] chore: update changelog --- inseri-core.php | 4 ++-- readme.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/inseri-core.php b/inseri-core.php index 62ec8820..19f7578c 100644 --- a/inseri-core.php +++ b/inseri-core.php @@ -2,8 +2,8 @@ /** * Plugin Name: inseri core * Description: Scientific and Interactive Gutenberg Blocks to facilitate Open Science - * Requires at least: 5.6 - * Requires PHP: 5.6 + * Requires at least: 6.3 + * Requires PHP: 7.4 * Version: 1.0.0 * Author: inseri.swiss * Author URI: https://inseri.swiss diff --git a/readme.txt b/readme.txt index fe2e502f..a8d32fd6 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Scientific and Interactive Blocks - inseri core === Contributors: inseriswiss Tags: gutenberg, interactive, JavaScript, Plotly, Python -Requires at least: 5.6 -Tested up to: 6.6.2 -Requires PHP: 5.6 +Requires at least: 6.3 +Tested up to: 6.7.1 +Requires PHP: 7.4 Stable tag: 1.0.0 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -61,6 +61,10 @@ Do you want to show your interest? **Star** the [GitHub](https://github.com/inse 6. Render HTML code == Changelog == +### [1.0.0](https://github.com/inseri-swiss/inseri-core-wp/releases/tag/v1.0.0) +- Update: pyodide 0.26.4 +- Update: diverse dependencies + ### [0.4.3](https://github.com/inseri-swiss/inseri-core-wp/releases/tag/v0.4.3) - New: Share block - Update: clover-iiif dependency