diff --git a/package.json b/package.json index 3c33e27..99b47bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dss-jobbnorge", - "version": "1.0.7", - "description": "WordPress Jobbnorge Block", + "version": "1.0.8", + "description": "Jobbnorge Block for WordPress Gutenberg", "author": "Per Søderlind ", "license": "GPL-2.0-or-later", "homepage": "https://github.com/dss-web/dss-jobbnorge-block", diff --git a/readme.txt b/readme.txt index 8a1564e..8695e20 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ -=== Jobbnorge Block === +=== WP Jobbnorge Block === Contributors: PerS, dssweb Tags: block Tested up to: 6.1 Requires at least: 5.9 Requires PHP: 7.4 -Stable tag: 1.0.7 +Stable tag: 1.0.8 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -33,9 +33,13 @@ You'll find the block in the "widget" category, look for "Jobbnorge". == Frequently Asked Questions == += Where's the block? = + +The block is in the "widget" category, look for "Jobbnorge". + = Jobbnorge RSS feed URL? = -The URL should look like this, replace 123456789 with your id value: `https://www.jobbnorge.no/apps/joblist/JobListBuilder.ashx?id=123456789&trid=1` +The URL should look like this, replace 123456789 with your id: `https://www.jobbnorge.no/apps/joblist/JobListBuilder.ashx?id=123456789&trid=1` == Screenshots == @@ -45,6 +49,10 @@ The URL should look like this, replace 123456789 with your id value: `https://ww == Changelog == += 1.0.8 = + +* Rename plugin. + = 1.0.7 = * Initial Release diff --git a/src/save.js b/src/save.js deleted file mode 100644 index 69f696e..0000000 --- a/src/save.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * React hook that is used to mark the block wrapper element. - * It provides all the necessary props like the class name. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/packages/packages-block-editor/#useblockprops - */ -import { useBlockProps } from '@wordpress/block-editor'; - -/** - * The save function defines the way in which the different attributes should - * be combined into the final markup, which is then serialized by the block - * editor into `post_content`. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-edit-save/#save - * - * @return {WPElement} Element to render. - */ -export default function save() { - return ( -

- { 'DSS Jobbnorge Block – hello from the saved content!' } -

- ); -} diff --git a/dss-jobbnorge.php b/wp-jobb-norge.php similarity index 100% rename from dss-jobbnorge.php rename to wp-jobb-norge.php